Releases: wearepal/ranzen
Releases · wearepal/ranzen
v1.1.5
What's Changed
- Switch to Self from TypeVar where appropriate. by @MylesBartlett in #90
- Switched to furo docs theme by @thomkeh in #92
- Created dependabot.yml by @olliethomas in #95
- Added functional xent loss by @MylesBartlett in #94
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- Update README.md by @MylesBartlett in #87
- Use dynamically-generated SP Plugin to set hydra's config_dir. by @MylesBartlett in #88
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Update black by @thomkeh in #80
- Make 'batch_mean' fully reduce by computing the mean over the batch dimension, the sum over the remaining dimensions. by @MylesBartlett in #81
- Fix newly-arisen Pyright errors by @MylesBartlett in #82
- Update poetry.lock and requirements.txt by @github-actions in #84
- Add option of non-recursive instantiation to Relay by @MylesBartlett in #86
New Contributors
- @github-actions made their first contribution in #84
Full Changelog: v1.1.2...v1.1.3
Relay bug-fix
Fixed bug in Relay.with_hydra
that prevented it from being used with multiprocessing job-runners.
v1.1.1
- Added option to sample the interpolation parameters for mixup feature-wise (always enabling this or Bernoulli mixup so the operation makes sense).
- Improved RandomMixUp's documentation.
v1.1.0
What's Changed
- Fixed reference to old module name by @thomkeh in #75
- Added checking docstrings with darglint to the CI by @thomkeh in #76
- Added SAM, LAMB, and RAdam optimizers by @MylesBartlett in #77
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Rebranded as ranzen
v0.4.2
Fixed documentation for Relay class.
Added link to documentation to the README.
v0.4.1
Renamed base_config_dir and use_cached_configs in Relay.with_hydra signature for succinctness.
Replaced Path.rmdir with shutil.rmtree as the former requires the target directory to be empty.
v0.4.0
Added Relay class for orchestrating runs with hydra.
Allowed str_to_enum to accept the instances of the target Enum class, returning the identity in such cases.