Changelog

v1.2.1180 (Jan 07, 2022)

  • Submitted thesis!

  • Update docs to reflect thesis

  • GUI works without crashing

v1.1.166 (Sep 30, 2021)

New features

Bug fixes

v1.0.257 (Aug 21, 2021)

Breaking changes

  • Change Results class
    • When loading from a file, update Results.__dict__ instead of entirely replacing it, in the interest of backward- and forward-compatibility.

    • Remove Results.best_epoch.

    • Remove Results.best_valid_loss.

    • Remove Results.version.

    • Add best, representing the index of the maximum F-1 score (instead of minimum validation loss).

    • Add versions, a set containing all the versions that the model was trained under.

    • Add devices, a set containing all the devices the model was trained on, to help put training times into perspective.

    • Add step, the number of weight perturbation steps

  • Change BCN network matrices
    • Harness the power of 4D batch tensors and vectorization for (marginally?) improved training times!

    • Encode the used device in the local filename to prevent device-related errors.

Bug fixes

  • Fix local networks filenames weren’t specific (e.g. it now writes uniform.NextToNN instead of just NextToNN).

New features

Migrating

See the migration page for more detailed info.

v0.4.98 (Jul 20, 2021)

New features

v0.3.38 (Jun 29, 2021)

New features