Releases: larq/zookeeper
Releases · larq/zookeeper
v1.0.3
🎉 Features
- Add test-split support to Zookeeper datasets. (#149) @AdamHillier
v1.0.2
👷♂️ Internal Improvements
- Option for Sequence of losses (for models with multiple outputs) (#145) @timdebruin
v1.0.1
🐛 Bug Fixes
- Fix split API usage for recent versions of TFDS. (#142) @AdamHillier
⬆️ Dependencies
- Remove
prompt-toolkit
as a dependency, and useclick
instead. (#141) @AdamHillier
v1.0.0
⚠️ Breaking Changes ⚠️
- Version 1.0.0: configurable, modular components. @AdamHillier
v1.0.b8
🐛 Bug Fixes
- Fix immutability check: sets are not immutable. (#132) @AdamHillier
- Disallow configuring non-component instances. Fixes #130. (#131) @AdamHillier
- Fix
ComponentField
error message. (#126) @AdamHillier
👷♂️ Internal Improvements
- Allow passing component classes and
PartialComponent
instances asPartialComponent
kwargs. (#136) @AdamHillier - Upload coverage report without token (#133) @lgeiger
- Sync CI workflows with larq (#127) @lgeiger
⬆️ Dependencies
- Bump toolmantim/release-drafter from v5.2.0 to v5.7.0 (#128) @dependabot-preview
v1.0.b7
🎉 Features
- Disable dataset downloading by default. (#125) @AdamHillier
🐛 Bug Fixes
- Don't recursively configure non-component instance. Closes #123. (#124) @AdamHillier
v1.0.b6
🐛 Bug Fixes
- Fix error when printing components with
allow_missing
fields. (#118) @AdamHillier
📖 Documentation
- Extend component example (#119) @koenhelwegen
v1.0.b5
⚠️ Breaking Changes ⚠️
- Make component fields explicit (#109) @AdamHillier
🎉 Features
- Add
allow_missing
as a flag toField
s andComponentField
s. (#115) @AdamHillier - Raise an error if a component is configured with an unknown key. (#113) @AdamHillier
- Add a post-configure hook for components. Closes #89. (#114) @AdamHillier
- Support
@factory
components (#110) @AdamHillier
⬆️ Dependencies
- Update pytype requirement from <2020.2.0,>=2019.10.17 to >=2019.10.17,<2020.3.0 (#111) @dependabot-preview
v1.0.b4
v1.0.b3
⚠️ Breaking Changes ⚠️
🐛 Bug Fixes
- Fix example and add test to prevent future problems. (#95) @AdamHillier
📖 Documentation
⬆️ Dependencies
- Update pytype requirement from <2019.13.0,>=2019.10.17 to >=2019.10.17,<2020.2.0 (#99) @dependabot-preview