Releases: mgastner/cartogram-cpp
Releases · mgastner/cartogram-cpp
25.10
25.9
What's Changed
- Redundant code removal, CSV ID column name dependency removal, stress test support, and alternative color palette by @SaifKhan21 in #244
- Redundant InsetState removal, splitting of write_image.cpp, and OSGeo PROJ integration by @SaifKhan21 in #247
- Fix to
Segmentation faultissue when plotting polygons and results numbering when stress testing, update to README by @SaifKhan21 in #249 - Reformat Dockerfile and build shell script for compiler change by @SaifKhan21 in #251
- Various New Features, Improvements and Bug Fixes by @nihalzp in #254
- Add support for Debug build by @nihalzp in #256
- Multi Platform Extensive Github Workflow Update by @nihalzp in #261
- Automated Performance Benchmarking CI by @nihalzp in #263
- Update README.md license badge to AGPL by @adisidev in #248
- Fix CI builds are not completely static by @nihalzp in #284
- Update link description by @amishn2008 in #281
- Add Docs Check CI by @nihalzp in #277
- Implement specialised quadtree & remove CGAL quadtree dependency by @nihalzp in #293
- Remove obsolete code & some optimizations by @nihalzp in #296
- Refactor projection data to improve memory access efficiency and cache locality by @nihalzp in #297
- Optimise quadtree by @nihalzp in #298
- In-house triangulation & AABB tree based fast densification by @nihalzp in #299
- Optimise blur width calculation, simplification & some hyper parameter tuning by @nihalzp in #300
- Add
--timeout&--do_not_fail_on_intersectionsflag by @nihalzp in #301 - Various bug fixes and improvements by @nihalzp in #305
New Contributors
- @amishn2008 made their first contribution in #281
Full Changelog: cd878d8...25.9
cd878d8
Merge pull request #234 from mgastner/dev Major Optimisation and Code Improvements
8faef31
Merge pull request #233 from mgastner/adisidev-patch-1 Update LICENSE to GPL v3
3087ded
Use Amanatides–Woo's algorithm for supercover line
asiacarto2024
Full Changelog: 31af9f0...asiacarto2024
31af9f0
Revert back to `std::bit_width` from `boost`
59d7902
`InsetState::export_time_report()`: CSV time report
6afa2ea
Use max grid length of 2048 for more leeway Especially helpful for `contiguous_usa`: ``` ❯ cartogram ../../sample_data/contiguous_usa_by_county_since_2001/contiguous_usa_by_county_since_2001.geojson ../../sample_data/contiguous_usa_by_county_since_2001/usa_population_by_county_2021.csv ```
ce11897
Reposition insets if given when outputting equal area