v1.3.0
Special thanks to all the PyCon 2023 contributors on this release!
What's Changed
- version 1.2.2 by @robfitzgerald in #153
- Jdh/update docs by @jhoshiko in #155
- add contributing page to developers page on docs by @nreinicke in #161
- Python 3.11 support & clean up test warnings by @erik-hasse in #162
- Update Readme by @clintonsteiner in #160
- pull out python 3.7 support by @nreinicke in #165
- [#168] Correct build process docs to remove unwanted files first by @machallboyd in #170
- Cleanup unused imports, sort other imports by @machallboyd in #171
- add a quick start and customize page to docs by @nreinicke in #169
- {#146}_fix_stack_overflow_error_time_to_fill by @clintonsteiner in #173
- adding release_and_publish_pypi.yaml file, may need editing but unsur… by @clintonsteiner in #167
- #166 automatically download road network if doesnt exist by @clintonsteiner in #175
- Rjf/jkirsh2 issue126 formatting by @robfitzgerald in #179
- grabbing original directory which is needed for testing in windows by @zenon18 in #186
- add ability to specify custom instruction generator function by @nreinicke in #183
- Use more pythonic style for Counter() with a generator expression by @machallboyd in #185
- {#177} Add in max iteration argument, time based off of sim time by @clintonsteiner in #184
- Remove pandas dependency by decoupling csv writing from dataframes by @machallboyd in #176
- don't run duplicate tests on PR merge by @nreinicke in #189
- 117 adding kepler handler by @zenon18 in #188
- Update README: markdown formatting and a couple more descriptions by @roguh in #191
- add pre-commit setup by @erik-hasse in #194
- From row error by @erik-hasse in #196
- make sure graph has travel time by @nreinicke in #195
- Ndr/add animated gif by @nreinicke in #198
- switch to a* algorithm for shortest path by @erik-hasse in #199
- Ndr/update link speed by @nreinicke in #200
- Rjf/determinism by @robfitzgerald in #203
- bump version to v1.3.0 by @nreinicke in #202
New Contributors
- @clintonsteiner made their first contribution in #160
- @machallboyd made their first contribution in #170
- @zenon18 made their first contribution in #186
- @roguh made their first contribution in #191
Full Changelog: v1.2.2...v1.3.0