Skip to content

v0.7.1

Compare
Choose a tag to compare
@lsetiawan lsetiawan released this 04 Mar 08:36
· 34 commits to master since this release
9945421

The major new feature in this release is a package module hierarchy refactoring to remove (deprecate) the "ODM2" package hierarchy that's no longer useful (#146, addressed in #147). The old hierarchy will still be supported for some time, but its use generates deprecation warnings; it will be dropped in a future release.

We also moved the conda package for this library from the odm2 conda channel to conda-forge (#148)

Documentation was updated to reflect these changes:

  • #151 Updated README to reflect changes to conda-forge channel and how to install the latest development version.
  • #153 Update sphinx documentation to reflect new module hierarchy.

New Feature

  • #143 Added eager loading for samplingfeaturedataset to reduce query response time.