Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Sep 27, 2023
1 parent 61ef095 commit 231274e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- optimise.grid.grid_search fixed ([#239]).
- `TourPlanner` prevents sampling of duplicate destinations, and prevents origin being sampled as a destination ([#231]).
- Fix for [#221](https://github.com/arup-group/pam/issues/221), improved "pt simplification" ([#222])
- Slow loading of data with e.g., [pam.read.load_travel_diary][pam.read.diary.load_travel_diary] when using pandas v2.1.1 (caused by `pandas.MultiIndex.groupby`, see [pandas issue #55256](https://github.com/pandas-dev/pandas/issues/55256)). ([#258])

### Added
- MATSim warm starting example ([#239]).
Expand Down Expand Up @@ -90,6 +91,7 @@ This is the first version of PAM which follows semantic versioning and can be co
[v0.2.1]: https://github.com/arup-group/pam/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/arup-group/pam/compare/initial_version...v0.2.0

[#258]: https://github.com/arup-group/pam/pull/258
[#248]: https://github.com/arup-group/pam/pull/248
[#240]: https://github.com/arup-group/pam/pull/240
[#231]: https://github.com/arup-group/pam/pull/231
Expand Down

0 comments on commit 231274e

Please sign in to comment.