Skip to content

Releases: wsp-sag/network_wrangler

v0.2.0-alpha

16 Sep 19:39
f90149e
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

Adds feature to allow network manipulation via a hybrid project card (i.e. my_project.wrangler or project.wr) which is formatted with YAML front-matter surrounded by bounding lines (i.e. ---) followed by python code which acts as on the RoadwayNetwork instance. Category field must be Calculated Roadway. Lines which bound the YAML component must be identical.

Example file:

----
Category: Calculated Roadway
Project: My awesome roadway project to make 
----

self.links_df.loc[self.links_df['lanes'] == 4, 'lanes'] = 12

v0.1.0-alpha

09 Sep 18:44
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release
add recommonmark to development requirements

v0.0.2

05 Feb 23:04
343e692
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
cleanup (#151)

Cleanup and update requirements now that pandas 1.0 is out