Skip to content

Releases: gugarosa/opfython

v1.0.14

14 Oct 15:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.13...v1.0.14

v1.0.13

14 Oct 15:59
35bd6d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.12...v1.0.13

v1.0.12

30 Apr 19:20
Compare
Choose a tag to compare

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

28 May 15:06
57bc63f
Compare
Choose a tag to compare

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

10 Mar 20:10
Compare
Choose a tag to compare

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

25 Nov 18:32
Compare
Choose a tag to compare

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

10 Jul 20:23
Compare
Choose a tag to compare

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

26 Jun 13:24
Compare
Choose a tag to compare

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

07 May 14:28
Compare
Choose a tag to compare

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

31 Mar 12:37
Compare
Choose a tag to compare

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