Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
Unreleased
1.0.2 - 2021-10-26
Added
Added references to a separate experiment repository that publishes the code for all experiments shown in the paper.
Fixed
1.0.1 - 2021-10-13
From this version on, cockpit will be available as cockpit-for-pytorch on
PyPI.
Added
Make library
pip-installable ascockpit-for-pytorch[PR]Require BackPACK main release [PR]
Added a
savenameargument to theCockpitPlotter.plot()function, which lets you define the name, and now thesavedirshould really only describe the directory. [PR, Fixes #8]Added optional
savefig_kwargsargument to theCockpitPlotter.plot()function that gets passed to thematplotlibfunctionfig.savefig()to, e.g., specify DPI value or use a different file format (e.g. PDF). [PR, Fixes #10]
Internal
1.0.0 - 2021-04-30
Added
First public release version of Cockpit.