Skip to content

Commit

Permalink
correct wrong version number from v0.10.1 to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsteinacker-siz committed Sep 6, 2024
1 parent 02dffe0 commit b76bc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In general the development follows the [semantic versioning](https://semver.org/
## Pre-1.0-releases
As per the definition of semantic versioning and the reality of early development, in versions prior to 1.0.0 any release might break compatability. To alleviate this somewhat, the meaning of major-minor-patch is "downshifted" to zero-major-minor. However some breaking changes may slip beneath notice.

### Version 0.10.1
### Version 0.10.0
* Change handling and definition of timesteps by introducing datetime indexes for profiles and for internal handling:
* Profile values in ReSiE are now defined as the mean/sum of the timespan following the current timestep. This affects mainly the weather data from a global weather file. If this is not used, any definition can be used, the provided profiles just have to be consistent.
* Simulation start and end time have to be given as datetime now.
Expand Down

0 comments on commit b76bc49

Please sign in to comment.