Releases: larq/zookeeper
Releases · larq/zookeeper
v1.0.b2
🎉 Features
- Add flag syntax for setting boolean params through the CLI. Closes #76. (#96) @AdamHillier
🐛 Bug Fixes
- Fix preprocessing decoders type (#94) @AdamHillier
v1.0.b1
⚠️ Breaking Changes ⚠️
- Force preprocessing classes to define
input_shape
. (#87) @AdamHillier
🎉 Features
- Allow snake-case-normalised command aliases. (#93) @AdamHillier
🐛 Bug Fixes
📖 Documentation
- Update README to reflect recent API changes. (#86) @AdamHillier
👷♂️ Internal Improvements
⬆️ Dependencies
- Update pytype requirement from <2019.12.0,>=2019.10.17 to >=2019.10.17,<2019.13.0 (#85) @dependabot-preview
v1.0.dev6
⚠️ Breaking Changes ⚠️
- Components as decorators (#84) @AdamHillier
🐛 Bug Fixes
- Fix bug with sub-component naming. (#82) @AdamHillier
⬆️ Dependencies
- Update pytype requirement from ~=2019.10.17 to >=2019.10.17,<2019.12.0 (#83) @dependabot-preview
v1.0.dev5
🐛 Bug Fixes
- Fix bug in
num_examples
ofMultiTFDSDataset
. (#81) @AdamHillier - Configure only the top-level reference to a component. Closes #72. (#80) @AdamHillier
v1.0.dev4
🐛 Bug Fixes
- Close type-checking loophole. Closes #68. (#73) @AdamHillier
👷♂️ Internal Improvements
- Tidy-up error messages. (#79) @AdamHillier
v1.0.dev3
🐛 Bug Fixes
- Allow paths to be passed through the CLI, and add CLI tests. (#71) @AdamHillier
- Fix
AttributeError
false-positive. (#70) @AdamHillier
📖 Documentation
👷♂️ Internal Improvements
- Improve linting. (#65) @AdamHillier
- Throw more meaningful AttributeError (#69) @jneeven
- Support TFDS S3 dataset splits. (#67) @AdamHillier
v1.0.dev2
🎉 Features
- Make
Dataset
abstract and support aMultiTFDSDataset
. (#63) @AdamHillier
🐛 Bug Fixes
- Minor preprocessing fix. (#59) @AdamHillier
📖 Documentation
👷♂️ Internal Improvements
- Add support for builder configs to
Dataset
. (#61) @AdamHillier - Run tests on PRs. (#62) @AdamHillier
- Update .coveragerc (#58) @AdamHillier