Releases: IN-CORE/pyincore
Releases · IN-CORE/pyincore
pre-release v1.7.0rc1
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
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
Test 1.6.0 rc3 release
Test 1.6.0 rc2 release
Test 1.6.0 rc2 release
Test early 1.6.0 release
Test early 1.6.0 release
testing release conda
this is the same as release 1.5.0 however this is to test conda builds
Release 1.5.0
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
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
fix for pyincore-viz dependencies
pre-release 1.4.2rc2
Added
- When releases are made, now push builds to pypi (or testpypi) automatically