Skip to content

Releases: AntaresSimulatorTeam/antares-study-version

v1.0.10

25 Oct 15:11
6fa949c
Compare
Choose a tag to compare
  • migrate cluster group from other to other 1 inside v8.1 upgrader by @MartinBelthle in #25

v1.0.9

16 Oct 09:10
9067a18
Compare
Choose a tag to compare
feat(upgrade): add a function identifying `upgrade` temporary directo…

v1.0.8

15 Oct 12:46
9d8371a
Compare
Choose a tag to compare

⚠️ the v9.2 format is not definitive so this release should be used by developers only.

v1.0.7

08 Oct 13:10
11b291f
Compare
Choose a tag to compare
  • introduce a new class SolverMinorVersion for antares-launcher by @MartinBelthle in #19

v1.0.6

25 Sep 15:52
fdf2bc8
Compare
Choose a tag to compare
  • 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

25 Sep 12:07
615a313
Compare
Choose a tag to compare
  • str(TripletVersion) now returns XYZ instead of X.Y.Z to make serialization work inside AntaresWeb by @MartinBelthle in (#17)

v1.0.4

24 Sep 14:19
fa84d64
Compare
Choose a tag to compare
  • 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

31 Jul 11:44
e4c501d
Compare
Choose a tag to compare

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

31 Jul 08:26
612cafe
Compare
Choose a tag to compare

What's Changed

  • bump version inside project by @MartinBelthle in #8 : Change __version__ inside project to publish on PyPi

v1.0.1

31 Jul 08:01
16c9e05
Compare
Choose a tag to compare

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