- use "main" as the default branch - update gitpython dependency
0.2.5
This release is identical to the previous except that the previous release packaged unneeded files which made the wheel quite large. This release avoids that.
0.2.4
First release with poetry.
0.2.3
Minor updates around the vision datasets allowing the user to change the `s` and `y` labels for an already loaded dataset.
0.2.2
Changes
* Make it a bit smoother to run a full pipeline by including on option to use a preprocessing Scaler on the dataset. This will be fit to the training set and applied to the test set for every dataset split. 🚀 🚀 🚀
0.2.1
Changes
* Add a couple more metrics * Bump torch and torchvision versions to 1.8 and 0.9 respectively