v0.2.0
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
withstr
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