Skip to content

Commit

Permalink
Made changes in CHANGELOG clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaireDons committed Jun 11, 2024
1 parent 23d59bc commit be8d110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
### Changed
- Moved to ruff formatter instead of black ([#70](https://github.com/AI4S2S/lilio/pull/70))
- Do import sorting with ruff instead of isort ([#70](https://github.com/AI4S2S/lilio/pull/70))
- Option for "greedy" mode which creates an interval is any data is available within the time bound ([#75](https://github.com/AI4S2S/lilio/pull/75))
- Create an interval while inferring data frequency in "safe" mode ([#75](https://github.com/AI4S2S/lilio/pull/75))
- Option for "greedy" mode which creates an interval if any data is available within the time bound ([#75](https://github.com/AI4S2S/lilio/pull/75))
- `map_to_data` now tries to infer the time bounds for the data, and uses those to determine which anchor years are valid ([#75](https://github.com/AI4S2S/lilio/pull/75))
- Tests for greedy and safe mode, including inferring data frequency ([#75](https://github.com/AI4S2S/lilio/pull/75))


Expand All @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- Fixed issue with Pandas 2.2 where 'M' changed to 'ME' ([#72](https://github.com/AI4S2S/lilio/pull/72))
- Fixed issue where pd.Interval now shows time where it is not wanted ([#72](https://github.com/AI4S2S/lilio/pull/72)). The issue was raised with Pandas ([#57748] https://github.com/pandas-dev/pandas/issues/57748).
- Added tests for latest version of macos (with M1 chips) ([#73](https://github.com/AI4S2S/lilio/pull/73))
- Fixed dummy timeseries, incorrect dates and test data, which should not have been working before ([#75](https://github.com/AI4S2S/lilio/pull/75))
- Fixed a bug in `map_to_data` that lead to anchor years being included when they should not have ([#75](https://github.com/AI4S2S/lilio/pull/75))

## 0.4.2 (2024-01-19)
### Changed
Expand Down

0 comments on commit be8d110

Please sign in to comment.