Skip to content

Releases: IN-CORE/pyincore

pre-release v1.7.0rc1

13 Sep 15:58
dcbe7b7
Compare
Choose a tag to compare
pre-release v1.7.0rc1 Pre-release
Pre-release
197 implement network cascading interdependency functionality (#211)

* Initial commit and modification of network util

* Initial implementation details

* Make specific to EPN and WDS networks

* Rename core function

* Skeleton of implementation present in Milad's notebook.

* Revise and assemble `run()` function

* Add scaffold

* Perform manipulations to dataframes containing discretized WDS time results and assemble network from incoming dataframes.

* Update EPF nodes dataframe with additional information for the input-output model

* First complete implementation of the analysis

* Add documentation to function and merge against develop.

* Add return documentaiton and merge against develop.

* WIP: full implementation, requires adding pipeline damage

* Add pipeline damage with repair rate and (defensively) change the type of columns in interdependency files.

* Clean code from debug prints.

* Complete version of the analysis.

* Remove bogus table.

* Pending data to be migrated during the day.

* Remove unused output

* Utilize only datasets in the data service.

* Remove unused pipeline repair rate analysis

* Adding analysis to modules.rst

* Remove PEP8 about static method.

* Fix CHANGELOG.md

* Add attributions header

Co-authored-by: YONG WOOK KIM <[email protected]>

Release 1.6.0

27 Jul 13:39
18127d9
Compare
Choose a tag to compare

Added

  • Pipeline functionality analysis working with MMSA Shelby buried pipelines #175
  • Electric power network functionality analysis working with MMSA Shelby #178
  • Water facility network functionality analysis working with MMSA Shelby #103

Changed

  • Network utils refactored to use network dataset #149
  • EPF restoration uses damage to compute discretized functionality #169
  • Water facility restoration uses damage to compute discretized functionality #170
  • Household-level housing sequential recovery uses social vulnerability analysis result #168
  • Social vulnerability no longer requires year, state, county and census tract as input parameters #152

Fixed

  • Fix data type of Census input dataset to CSV #166

Test 1.6.0 rc3 release

21 Jul 15:15
8f1a69d
Compare
Choose a tag to compare
Pre-release

Test 1.6.0 rc3 release

Test 1.6.0 rc2 release

20 Jul 20:54
748d933
Compare
Choose a tag to compare
Pre-release

Test 1.6.0 rc2 release

Test early 1.6.0 release

19 Jul 14:54
46e4862
Compare
Choose a tag to compare
Pre-release

Test early 1.6.0 release

testing release conda

01 Jul 13:40
Compare
Choose a tag to compare
testing release conda Pre-release
Pre-release

this is the same as release 1.5.0 however this is to test conda builds

Release 1.5.0

29 Jun 20:54
a636a7f
Compare
Choose a tag to compare

Added

  • PyPi description and README.rst #150
  • Earthquake liquefaction to building damage analysis #155
  • When releases are made, now push builds to pypi (or testpypi) automatically

Changed

  • Made pyincore build with legacy naming for pypi publish #138
  • Network dataset's sub category's dataType has been changed from networkType to dataType #145
  • Tornado EPN damage analysis uses network dataset instead of link, node, graph datasets #147
  • Building functionality to compute functionality without power network #143

pre-release 1.4.2rc7

28 Jun 19:33
Compare
Choose a tag to compare
pre-release 1.4.2rc7 Pre-release
Pre-release

loosen restrictions of dependencies

Added

  • PyPi description and README.rst #150
  • Earthquake liquefaction to building damage analysis #155
  • When releases are made, now push builds to pypi (or testpypi) automatically

Changed

  • Made pyincore build with legacy naming for pypi publish #138
  • Network dataset's sub category's dataType has been changed from networkType to dataType #145
  • Tornado EPN damage analysis uses network dataset instead of link, node, graph datasets #147
  • Building functionality to compute functionality without power network #143

pre-release 1.4.2rc5

25 Jun 20:27
Compare
Choose a tag to compare
pre-release 1.4.2rc5 Pre-release
Pre-release

fix for pyincore-viz dependencies

pre-release 1.4.2rc2

25 Jun 01:44
Compare
Choose a tag to compare
pre-release 1.4.2rc2 Pre-release
Pre-release

Added

  • When releases are made, now push builds to pypi (or testpypi) automatically

Changed

  • Made pyincore build with legacy naming for pypi publish #138
  • Network dataset's sub category's dataType has been changed from networkType to dataType #145
  • Tornado EPN damage analysis uses network dataset instead of link, node, graph datasets #147
  • Updated many package dependencies