Releases: PeopleForBikes/brokenspoke-analyzer
3.1.1
3.1.0
Fixed
- Exclude blocks with null cost from connected census blocks. [#1031]
- Remove parking and set widths for higher segment stress. [#1046]
- Exclude miniature train stations. [#1055]
- Fix two-way cycle tracks. [#1057]
Changed
- Calculate overall score by weighted census blocks. [#1054]
- Include shop=* in retail destinations. [#1056]
Added
- Improve mileage calculation speed. [#1053]
3.0.0
We are thrilled to announce the release of version 3.0.0, our latest milestone
and the result of months of steady work over the past year.
This update brings a number of improvements that make the analyzer more
reliable, easier to use, and better aligned with current data sources. We’ve
updated core dependencies, added support for new OSM tagging conventions,
improved boundary handling, refreshed population and employment data, and fixed
several long-standing issues. Together, these changes should make analyses more
accurate and reduce the amount of troubleshooting needed when running cities in
different regions.
We want to highlight the contribution of
Mitchell Henke, who has consistently helped
move the project forward through thoughtful PRs and careful reviews. His work
has directly shaped several of the improvements included in this release.
We also want to recognize the broader ecosystem, from OSM mappers to data tool
maintainers, which plays a major role in making tools like this possible.
Finally, thank you to everyone who reported bugs, proposed fixes, or contributed
ideas along the way. Your feedback directly improves the tool, and we’re
grateful for every contribution, no matter the size.
Fixed
- Added support for US Census County Subdivisions [#991]
- Implemented an exception for Puerto Rico. [#978]
Changed
- Simplify stress designation on lower order segments [#1011]
- Higher order segment stress updates [#1010]
- Ignore width for footpaths where bike=designated [#1007]
- Autodetect latest LODES year. [#967]
- Upgrade to
osm2pgrouting3. [#977] - Use Census Bureau boundaries for US cities. [#956]
- Exclude calculating census blocks that are outside of boundary. [#896]
- Use 2020 Census Population and Employment Data. [#850]
- Better documentation. [multiple PRs]
Added
- Add ferry terminals to transit destinations [#1006]
- Add Classifying Bike Infrastructure with QGIS How-to Guide [#1004]
- Export city boundaries. [#953]
- Support new contraflow bike lane tagging. [#890]
- Remove redundant LODES table updates. [#888]
- Support new pedestrian island tagging when setting island column. [#900]
- Implement a caching mechanism. [#894]
- Add missing block-level category scores. [#961]
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
Fixed
- Removed unused columns and indices in
neighborhood_connected_census_blocks
table. [#824] - Fixed normalizing country name before building location slug in compute
command. [#851] - Fixed the calver algorithm to handle more than 10 revisions. [#856]
- Fixed issues preventing running cities in Malaysia. [#864]
Changed
- Used new format for street parking tagging. [#807]
- Excluded ways with access=private or have access=no and do no explicitly allow
bicycles. [#847]
Added
- Added cache folder for downloads. [#842]
- Added ability to run partial analysis. [#845]
- Added ability to compute bike lane mileage. [#831] [#870]