Skip to content

Releases: AntaresSimulatorTeam/antares-timeseries-generation

v0.1.7

12 Nov 13:53
5b90824
Compare
Choose a tag to compare
  • don't crash when fo_rate or po_rate are equal to 1
  • add links ts generation ⚠️ Breaking Change
    • ThermalDataGenerator -> TimeseriesGenerator
    • ThermalDataGenerator.generate_time_series(...) -> TimeseriesGenerator.generate_time_series_for_clusters(...)
    • new class OutageGenerationParameters introduced changes the way to instantiate a ThermalCluster (see the README)

v0.1.6

22 Oct 11:59
4057b3a
Compare
Choose a tag to compare
v0.1.6 (#17)

v0.1.5

21 Aug 07:34
5756352
Compare
Choose a tag to compare

Refactoring

  • transpose all output matrices to fit with Antares expected time-series shape

v0.1.4

09 Aug 11:53
651d85b
Compare
Choose a tag to compare

Bug fixes

  • various code fixes inside module ts_generator.py to match with the existing C++ code

Checkstyle

  • add line-length limit of 120 for black and isort

v0.1.3

05 Aug 12:45
156f1b3
Compare
Choose a tag to compare
  • Remove unused imports
  • Use 8760 values for cluster.modulation instead of 24.

v0.1.1

02 Aug 07:56
6a89cc5
Compare
Choose a tag to compare

Add project description to publish on PyPi.

v0.1.2

02 Aug 14:48
861e02e
Compare
Choose a tag to compare
  • Add py.typed file to avoid mypy issue in projects importing the code
  • Fix little typo inside README.md file.

v0.1.0

02 Aug 07:35
cc5eaa3
Compare
Choose a tag to compare

First release of the project