Releases: gugarosa/opfython
v1.0.4
Changelog
Description
Welcome to v1.0.4 release.
As always, there were some nasty bugs that we have fixed in an attempt to improve your overall experience. We have added a method for pre-computing distance for speeding up the training process, as well as a method for returning the clusters assignments from new predictions.
With that in mind, it will be easier to check whether something is not working as it should.
Please read the docs at: opytimizer.readthedocs.io
Also, stay tuned for our next updates!
Includes (or changes)
- math.general
- models.unsupervised_opf
v1.0.3
Changelog
Description
Welcome to v1.0.3 release.
As always, there were some nasty bugs that we have fixed in an attempt to improve your overall experience. The most important feature of this release is the 100% tests coverage and the TravisCI integration.
With that in mind, it will be easier to check whether something is not working as it should.
Please read the docs at: opytimizer.readthedocs.io
Also, stay tuned for our next updates!
Includes (or changes)
- tests
v1.0.2
Changelog
Description
Welcome to v1.0.2 release.
In this release, we have added the SemiSupervisedOPF and the converter package. Now, it is possible to convert binary .dat or .opf files to our extensions.
Please read the docs at: opytimizer.readthedocs.io
Also, stay tuned for our next updates!
Includes (or changes)
- models.semi_supervised
- utils.converter
v1.0.1
Changelog
Description
Welcome to v1.0.1 release.
In this release, we have fixed some nasty bugs that were happening in the Heap's implementation. Additionally, we have added new models (KNNSupervisedOPF and UnsupervisedOPF) and some additional measuring metrics, such as accuracy, accuracy per label, confusion matrix and purity.
Finally, we have started implementing the package's tests. It will take a while, but we expect to cover 100% of the code.
Please read the docs at: opytimizer.readthedocs.io
Also, stay tuned for our next updates!
Includes (or changes)
- core.heap
- core.node
- core.opf
- math.general
- models.knn_supervised
- models.unsupervised
- models.supervised
- subgraphs
- tests
v1.0.0
Changelog
Description
This is the initial release of OPFython. It includes all basic modules in order to work with it. One can create a Supervised OPF and feed data onto it. Please check examples
folder or read the docs in order to know how to use this library.
Includes
- core
- math
- models
- stream
- utils