Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Release v0.3.2

Pre-release
Pre-release

Choose a tag to compare

@justusschock justusschock released this 25 Apr 18:29
· 1053 commits to master since this release
5fa9689

Release v0.3.2

Added

  • WeightedPrevalenceSampler (433cccb)
  • _DatasetIterator allowing iteration over a dataset with a simple loop without having to iterate over indices explicitly (70d6232)
  • Support for TF1.13 (5e28172)
  • Support for Python 3.5 (5db1a17)

Breaking Changes

  • New Dataset API (#88 )
  • Changed test framework from pytest to unittest (a709809)

Bugfixes

  • Random sampler can now be seeded via numpy for completely determinitic behavior (a7c10ee)