Skip to content

Commit

Permalink
chore: tidy up changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdtK committed Mar 20, 2024
1 parent 5a9f844 commit 8c9d357
Showing 1 changed file with 10 additions and 27 deletions.
37 changes: 10 additions & 27 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,43 +8,26 @@
- Added static method to directly retrieve a network based on a polygon
- Added result wrapper exporter logic
- Added logic to wrap results of a ra2ce analysis
- partofday Enum is added
- Partofday Enum is added
- Added logic so that exporting the intermediate results becomes dependent on the existance of the `output_graph_dir` property
- Added endpoint to generate an OsmNetworkWrapper with a fix polygon
- time calculated for the single link redundancy added to the link data
- time calculated for the single link redundancy
- if the link checked in the redundancy is not connected, then time and alt_time is added (for the weight=time) equal to the length/avgspeed.
- Time calculated for the single link redundancy added to the link data
- Time calculated for the single link redundancy
- If the link checked in the redundancy is not connected, then time and alt_time is added (for the weight=time) equal to the length/avgspeed.
- add_missing_geometry improved to consider all ks of a multigraph edges
- tracing the origins that are mapped on two graph nodes for instance and have path in one but not in the other
- minor
- calc_vhl completed. case should be ran. analysis properties are added for Losses
- Tracing the origins that are mapped on two graph nodes for instance and have path in one but not in the other
- calc_vhl modified. see 2023-11-24_Sprint: Losses summary onenote
- calc_vhl modified. see 2023-11-24_Sprint: Losses summary onenote
- duration step attribute definition
- calc_vhl chanege started
- minor attribute hints
- minor changes to the Losses
- time and alt_time is added to multi-link redundancy
- time and alt_time is added to multi-link redundancy
- Duration step attribute definition
- Minor changes to the Losses
- Time and alt_time is added to multi-link redundancy

### Fix

- solve bug
- Corrected wrong unknown key to dictionary
- Added logic to callculate time only when strictly required
- minor formatting
- Enum typing added
- Enum is used
- Enum is used
- formatting updated
- Union removed
- deafaultdict list is used
- returning globals() fixed
- float instead of int
- Added logic to calculate time only when strictly required
- alt_time and length are improved to correspond to the weight stated in the single and multi redundancy
- updated the weight to get correct alt_dist. time is also rounded.
- git ignore is updated to ignore all example outputs
- LineString is impoted from shapely.geometry
- LineString is imported from shapely.geometry

## v0.7.0 (2023-12-05)

Expand Down

0 comments on commit 8c9d357

Please sign in to comment.