Releases: AntaresSimulatorTeam/antares-timeseries-generation
Releases · AntaresSimulatorTeam/antares-timeseries-generation
v0.1.7
- 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
v0.1.6 (#17)
v0.1.5
Refactoring
- transpose all output matrices to fit with Antares expected time-series shape
v0.1.4
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
- Remove unused imports
- Use 8760 values for
cluster.modulation
instead of 24.
v0.1.1
Add project description to publish on PyPi.
v0.1.2
- Add py.typed file to avoid mypy issue in projects importing the code
- Fix little typo inside README.md file.
v0.1.0
First release of the project