Releases: cblearn/cblearn
Releases · cblearn/cblearn
0.3.0
What's Changed
Features
- JOSS paper
- Quickstart guide in documentation
- Data point sampling from manifolds.
Improvements
- Extended documentation with a quick start guide and more background explanations.
- new cblearn logo in the README and documentation
- new style template of the documentation (by Pydata), including dark mode!
- Fetched datasets filter invalid responses automatically
- Ordinal embedding estimators are fully compatible with the
sklearnestimator tests
New Contributors
- @Vivdaddy made their first contribution in #76
0.2.0
What's Changed
- Add dimension estimation with test in #64
- Revision of documentation, including JOSS reviewer feedback in #69
- Updated dependency versions
- Minor improvements and fixes.
Full Changelog: 0.1.2...0.2.0
0.1.2
- support python 3.11
- update key dependencies
0.1.1
- Minor fixes in the documentation.
- Adapt loading of food and imagenet dataset to solve problems caused by changes in externally hosted files
0.1.0
Refactor Github Actions, add PyPI release action (#59) * Get version from git tag * Add CD to pypi script and docs * Fix setup.cfg formatting * Simplify workflow: separate jobs * Run workflows just on ubuntu-latest * Support python 3.9 and 3.10