Releases: AntaresSimulatorTeam/antares-study-version
Releases · AntaresSimulatorTeam/antares-study-version
v1.0.10
- migrate cluster group from
other
toother 1
inside v8.1 upgrader by @MartinBelthle in #25
v1.0.9
feat(upgrade): add a function identifying `upgrade` temporary directo…
v1.0.8
- Implement upgrade for StudyVersion 9.2 (#20) by @MartinBelthle
v1.0.7
- introduce a new class
SolverMinorVersion
for antares-launcher by @MartinBelthle in #19
v1.0.6
- revert change in release v1.0.5 as it was a mistake + v8.6 update puts field
enable-first-step
at False instead of True by @MartinBelthle (#18)
v1.0.5
- str(TripletVersion) now returns XYZ instead of X.Y.Z to make serialization work inside AntaresWeb by @MartinBelthle in (#17)
v1.0.4
- Add missing operators inside TripletVersion class (#15) by @MartinBelthle
- Explicitly export StudyVersion and SolverVersion to avoid mypy issues (#14) by @MartinBelthle
- Implement upgrade for StudyVersion 9.0 (#12) by @flomnes
v1.0.3
What's Changed
- mark the project as typed by @MartinBelthle in #9 : add
py.typed
file to avoid mypy issue in projects importing the code
v1.0.2
What's Changed
- bump version inside project by @MartinBelthle in #8 : Change
__version__
inside project to publish on PyPi
v1.0.1
What's Changed
- v1.0.1 by @MartinBelthle in #7 : Minor code improvements and allow upgrade with empty fields inside
study.antares
file
New Contributors
- @MartinBelthle made their first contribution in #7