Skip to content

Releases: wearepal/ranzen

v1.1.5

16 Mar 14:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

v1.1.4

08 Mar 11:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

04 Mar 21:46
Compare
Choose a tag to compare

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

10 Feb 11:33
Compare
Choose a tag to compare

Fixed bug in Relay.with_hydra that prevented it from being used with multiprocessing job-runners.

v1.1.1

09 Nov 12:22
Compare
Choose a tag to compare
  • 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

04 Nov 10:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

29 Sep 21:58
Compare
Choose a tag to compare

Rebranded as ranzen

v0.4.2

28 Sep 13:14
Compare
Choose a tag to compare

Fixed documentation for Relay class.
Added link to documentation to the README.

v0.4.1

27 Sep 10:34
Compare
Choose a tag to compare

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

24 Sep 15:02
Compare
Choose a tag to compare

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.