v1.7.1
v1.7.1 (2025-09-25)
Bug Fixes
-
Adjust group names to match style groups (
ec67409) -
Change GCC endpoint back to GET (
a9246fe) -
Increase gcc iteration max; 10 too small for MBTA network (
d43aabb) -
Node Animation: Use a greater tick interval for networks with more nodes (
5d9a405) -
Protect against undefined layer bounds (
fd5c0bb) -
Request gcc with post to support large
exclude_nodeslist (e190357) -
Shortcut: Don't ask for GCC if more than 1000 nodes deactivated (
c1689fc) -
Simplify
styleNetworkby returning early with comments (38940b6) -
Simplify part of
get_summary(49a4671) -
Update
get_summaryto support list values in properties (0026dbb) -
Update
load_roadstask (14cbb72) -
Update tests (
b0f1d3e)
Code Style
- Show inactive nodes as translucent black (
4997814)
Performance Improvements
- Improve performance of Networks panel by slimming Network serializer, using infinite scroll for node and edge lists, and disabling automatic sorting (
83393cd)
Refactoring
Testing
-
Add FileItemFactory and remove unnecessary fixtures (
8265989) -
Move s3ff upload flow to test instead of fixture (
4512510) -
Split
test_rest_dataset_uploadinto multiple tests and fixtures (6b83145) -
Use
file_item_factoryintest_rest_convert_dataset(6bfa8b0)
Detailed Changes: v1.7.0...v1.7.1