Skip to content

Releases: agupta01/metroscore

v1.0.0-rc.1

29 Aug 22:35
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

What's new

Commits

a169653 Bump version to v1.0.0-rc.1 for release
1c3504d fix: patches prepend with '-' (#76)
9180219 chore: bump version to 1.0.0 release candidate (#75)
baefe11 Docs/build format (#74)
9eccf48 chore: remove json syntax highlighting (#73)
f0b020e chore: consolidate all requirements in requirements or dev-requirements (#72)
030f9f1 chore: add myst_parser to doc requirements (#71)
188a466 fix: delete old readthedocs config (#70)
fba3cac fix: readthedocs fixes (#69)
94af015 docs: update for 0.2.0 (#68)
cbf2fed feat: implement A* with zero heuristics (#67)
8eb5238 chore: update README (#65)
61bac76 fix: change cache to lru_cache (#66)
3122faa feat: open-source rewrite (#63)
c52cf14 chore: remove dependabot and revise PR template
39c51f9 Merge pull request #8 from agupta01/dependabot/pip/sphinx-copybutton-0.5.2
e58a807 Merge pull request #12 from agupta01/dependabot/pip/sphinx-gte-4.3.0-and-lt-7.1.0
6fb1576 Merge pull request #14 from agupta01/dependabot/pip/furo-2023.5.20
9106b94 Merge pull request #16 from agupta01/dependabot/pip/myst-parser-gte-0.15.2-and-lt-2.1.0
e7d4832 Merge pull request #18 from agupta01/dependabot/pip/mypy-gte-1.0-and-lt-1.5
b1995b9 Merge pull request #15 from agupta01/dependabot/pip/pandas-2.0.2
ebe9af9 add whitepaper

v0.2.0

24 Mar 07:50
Compare
Choose a tag to compare

What's new

Added

  • make_grid_points function to generate a grid of points within a polygon (useful for metroscore heatmaps)
  • Support for time-of-day metroscore analysis

Removed

  • Functions in metroscore module

Changed

  • Functions now organized in submodules: point_selection, service_areas, analysis
  • New "Metroscore 101" tutorial in docs

Fixed

  • Point generation now works for polygons in non-epsg:4326 projections
  • Network datasets in non-epsg:4326 projections are now supported
  • Drive time service areas use faster ArcGIS functional backend

Commits

b91e7b8 Bump version to v0.2.0 for release
de35aec deps: add numpy and pandas
8051e92 docs: update README
8d46d33 test: modules work
b13e32c docs: add tutorial and API docs
b8fae95 refactor: split into multiple file
a9a0a59 deps: add environment.yml