v0.2.0
This releases adds some new features along with some minor improvements and fixes.
Changes and New Features
- Add
pairwise_downsample
option for pairwise distance optimization inReductions.evaluate
method. - Add example datasets for the GitHub repo.
- Improve docstrings for documentations.
- Improve unit tests for coverage.
Deprecations
- The
comparison_classes
parameter of theEvaluationMetrics.embedding_concordance
method will no longer acceptstr
input.