Skip to content

Releases: wearepal/conduit

v0.2.0

17 Apr 20:52
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Apparently "!*" has some meaning in bash by @tmke8 in #212
  • Modernize some enums, fix some other things by @tmke8 in #213
  • Restructure the CI by @tmke8 in #214
  • Use python 3.8 in CI by @tmke8 in #215
  • Port iWildCam and fMoW datasets from WILDS by @MylesBartlett in #217
  • Fix errors introduced by conversion to StrEnum. by @MylesBartlett in #219
  • Format with experimental settings in black by @tmke8 in #220
  • Try to make audio data processing work even if Albumentations is not installed by @tmke8 in #221
  • Remove final annotation from CdtDataset.getitem. by @MylesBartlett in #222
  • Remove extras specifier from ranzen as ranzen no longer has extras. by @MylesBartlett in #223
  • Use type stubs for cv2 by @tmke8 in #224
  • Delete relay.py by @tmke8 in #228
  • Add option to use 'fixed' version of the Waterbirds dataset introduced in MaskTune. by @MylesBartlett in #230
  • Set up auto-approve and auto-merge for dependabot by @tmke8 in #235
  • Make directory for Waterbirds dataset + (fixed) csv file and fix filepath. by @MylesBartlett in #236
  • Try to fix dependabot-automerge by @tmke8 in #241
  • Make fscore robust to disjointness in the predicted and target labels. by @MylesBartlett in #247
  • Allow split argument of CMNIST to encode a custom split. by @MylesBartlett in #127
  • Add option to include unsupported predicted labels in (as is done in sklearn). by @MylesBartlett in #248
  • Replace torch._six.string_classes with str by @tmke8 in #273
  • Make compatible with ranzen 2.1 by @tmke8 in #274
  • Update torch and use **kwargs for the DataLoader subclass by @tmke8 in #275
  • Raise highest supported version to Python 3.11 by @tmke8 in #278
  • Update pytorch lightning by @tmke8 in #282

Full Changelog: 0.1.7...v0.2.0

0.1.7

16 Dec 16:44
c34cfc0
Compare
Choose a tag to compare

What's Changed

Bug fixes 🐞

  • Clone 'seed' ids for index_set in groupwise_metric to prevent in-place modification. by @MylesBartlett in #173

Other Changes

Full Changelog: v0.1.5...0.1.7

v0.1.6

12 Aug 15:27
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Clone 'seed' ids for index_set in groupwise_metric to prevent in-place modification. by @MylesBartlett in #173

Full Changelog: v0.1.5...v0.1.6

v0.1.5

12 Aug 13:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.4...v0.1.5

0.1.4

11 Aug 15:34
7f62dbf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...0.1.4

v0.1.3

05 Aug 11:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

04 Aug 09:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.2

v0.1.1

07 Jun 16:33
Compare
Choose a tag to compare

What's Changed

  • Bump version for new release by @thomkeh in #151
  • Use new reduce_scatter function for groupwise metrics instead of broadcasting. by @MylesBartlett in #152

Full Changelog: v0.1.0...v0.1.1

v0.1.0

06 Jun 16:26
Compare
Choose a tag to compare

What's Changed

Read more