All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.11 - 2024-08-27
- Tag bug, PiPy upload was not working
0.0.10 - 2024-08-04
We fixed a bug with the Sydney model, where only the last batch would be returned during batchful evaluation, instead of the full data set.
0.0.9 - 2024-05-24
The API was changed to accept and yield sequences of arbitrary length. It is assumed that a provided sequence describes a full period. Internally, the different team models work with fix sequence lengths, so the user input is 1d-interpolated linearly accordingly.
0.0.8 - 2024-05-23
Bump to new subversion.
0.0.7 - 2024-05-23
Small bug fixes and allow pandas >= 2 instead of >= 2.0.3, in order to avoid requirements conflict in magnet-engine
0.0.6 - 2024-04-30
0.0.5 - 2024-04-13
- Sydney model
0.0.4 - 2024-03-30
- Change python import package name to be magnethub to avoid underscores
0.0.3 - 2024-03-28
- Change pip installation name from mag_net_hub to mag-net-hub
0.0.2 - 2024-03-27
- Missing requirements and missing models in pip package
0.0.1 - 2024-03-26
- Paderborn Model