Skip to content

Release 2024 Q1.1

Compare
Choose a tag to compare
@Carsopre Carsopre released this 20 Mar 12:01
· 249 commits to master since this release

Minor release with architectural changes (mostly in the analysis package) together with general bug fixes and improvement of the losses feature.

What's Changed

  • fix: LineString is impoted from shapely.geometry by @sahand-asgarpour in #274
  • 275/fix/store intermediate product when network is broken by @sahand-asgarpour in #276
  • fix: git ignore is updated to ignore all example outputs by @sahand-asgarpour in #297
  • chore: improve .gitignore by @ArdtK in #301
  • Chore/75 standardize module names by @ArdtK in #303
  • docs: Added new chapter to refer to design principles. Reduced number… by @Carsopre in #304
  • Chore/222 investigate igraph performance by @ArdtK in #305
  • Chore/307 rename collaboration to contributing in documentation by @Carsopre in #309
  • Docs/general docs fix by @Carsopre in #311
  • Feature/178 enable osmnetworkwrapper creation without providing a file by @Carsopre in #306
  • Feature/179 make optional export of files in osmnetworkwrapper by @Carsopre in #308
  • Chore/310 refactor direct analyses to common interface by @ArdtK in #314
  • Chore/315 indirect analyses implement the same interface by @ArdtK in #317
  • Feature/179 pull request improvements by @Carsopre in #316
  • Losses module by @sahand-asgarpour in #302
  • Example/198 traffic analysis equity prioritarian by @LiekeMeijer in #332
  • Feature/231 equity traffic analysis does not have the traffic results in the resulting gpkg by @Carsopre in #335
  • Chore/315 indirect analyses implement the same interface by @ArdtK in #320
  • feat/add losses csv path arguments to config_data class by @MatthiasHauthDeltares in #329
  • Chore/312 add missing enums by @ArdtK in #339
  • Fixed the '-' exception in max speed attributes. RA2CE can now handle… by @LiekeMeijer in #343
  • Chore/338 create enum for risk calculation by @ArdtK in #340
  • 326 create unittests for a simplified case by @MatthiasHauthDeltares in #344
  • Feat/336 create ra2ce model result object by @Carsopre in #342
  • Feat/337 ra2ce result output exporter by @Carsopre in #357
  • feat: Added static method to directly retrieve a network based on a polygon by @Carsopre in #362
  • feat: Added static method to directly retrieve a network based on a geojson by @Carsopre in #364
  • Feature/348 create object for analysis input with documentation by @ArdtK in #363

Full Changelog: v0.7.0...v0.8.0