Skip to content

Releases: cblearn/cblearn

0.3.0

06 Jun 16:41
a289926

Choose a tag to compare

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 sklearn estimator tests

New Contributors

  • @Vivdaddy made their first contribution in #76

0.2.0

25 Jan 10:03
780f6fe

Choose a tag to compare

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

09 Aug 07:35
544fd6a

Choose a tag to compare

  • support python 3.11
  • update key dependencies

0.1.1

08 Aug 20:52
a51c68b

Choose a tag to compare

  • 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

22 Mar 13:43
7d1bd10

Choose a tag to compare

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