Releases: gugarosa/opfython
v1.0.14
What's Changed
- Bump sphinx from 5.2.3 to 5.3.0 in /docs by @dependabot in #19
- Bump sphinx from 5.2.3 to 5.3.0 by @dependabot in #20
- Bump sphinx from 5.3.0 to 6.0.0 in /docs by @dependabot in #22
- Bump sphinx from 5.3.0 to 6.0.0 by @dependabot in #21
- Bump sphinx from 6.0.0 to 6.1.3 by @dependabot in #24
- Bump sphinx from 6.0.0 to 6.1.3 in /docs by @dependabot in #23
- Bump sphinx from 6.1.3 to 7.0.0 by @dependabot in #27
- Bump sphinx from 7.0.0 to 7.0.1 by @dependabot in #29
- Bump sphinx from 7.0.1 to 7.1.1 by @dependabot in #31
- Bump sphinx from 7.1.1 to 7.1.2 in /docs by @dependabot in #32
- Bump sphinx from 7.1.2 to 7.2.5 by @dependabot in #33
- Bump sphinx from 7.2.5 to 7.2.6 by @dependabot in #34
Full Changelog: v1.0.13...v1.0.14
v1.0.13
What's Changed
- Bump sphinx from 4.5.0 to 5.0.0 in /docs by @dependabot in #10
- Bump sphinx from 4.5.0 to 5.0.0 by @dependabot in #11
- Bump sphinx from 5.0.0 to 5.0.2 in /docs by @dependabot in #13
- Bump sphinx from 5.0.0 to 5.0.2 by @dependabot in #14
- Bump sphinx from 5.0.2 to 5.1.1 in /docs by @dependabot in #15
- Bump sphinx from 5.1.1 to 5.2.3 by @dependabot in #18
- Bump sphinx from 5.1.1 to 5.2.3 in /docs by @dependabot in #17
Full Changelog: v1.0.12...v1.0.13
v1.0.12
Changelog
Description
Welcome to v1.0.12 release.
In this release, we have added pre-commit hooks and annotated typing.
Please read the docs at: opytimizer.readthedocs.io
Also, stay tuned for our next updates!
Includes (or changes)
- opfython
v1.0.11
Changelog
Description
Welcome to v1.0.11 release.
In this release, we have fixed the labels indexing, where it should start from 0
instead of 1
.
Additionally, we have added the Numba package to help the distance calculation. From its usage, we observed a decrease of more than 50% in both training and testing times.
Please read the docs at: opytimizer.readthedocs.io
Also, stay tuned for our next updates!
Includes (or changes)
- opfython
v1.0.10
Changelog
Description
Welcome to v1.0.10 release.
In this release, we have fixed the calculation of OPF's accuracy according to the PR submitted by @guibmartins.
Please read the docs at: opytimizer.readthedocs.io
Also, stay tuned for our next updates!
Includes (or changes)
- math.general
v1.0.9
Changelog
Description
Welcome to v1.0.9 release.
In this release, we have added a zero-division decorator and fixed some printing issues.
Please read the docs at: opytimizer.readthedocs.io
Also, stay tuned for our next updates!
Includes (or changes)
- utils.decorators
v1.0.8
Changelog
Description
Welcome to v1.0.8 release.
In this release, we have fixed a bug when working with pre-computed distances. It should be working now.
Please read the docs at: opytimizer.readthedocs.io
Also, stay tuned for our next updates!
Includes (or changes)
- models
v1.0.7
Changelog
Description
Welcome to v1.0.7 release.
In this release, we have added several distance metrics and their respective tests. Additionally, we have speed up their computation by 30% ~ 40%, which we hope that will ease the training of larger datasets.
Please read the docs at: opytimizer.readthedocs.io
Also, stay tuned for our next updates!
Includes (or changes)
- math.distance
v1.0.6
Changelog
Description
Welcome to v1.0.6 release.
In this release, we have facilitated the import of several classes
Please read the docs at: opytimizer.readthedocs.io
Also, stay tuned for our next updates!
Includes (or changes)
- opfython
v1.0.5
Changelog
Description
Welcome to v1.0.5 release.
In this release, we have improved the code readability.
Please read the docs at: opytimizer.readthedocs.io
Also, stay tuned for our next updates!
Includes (or changes)
- opfython