Releases: IN-CORE/pyincore
Releases · IN-CORE/pyincore
pre-release v1.12.0alpha1
hardcode the allowed demands into function for now
Release 1.11.0
[1.11.0] - 2023-06-14
Added
- Added a name extension for combined wind, wave, surge building damage analysis #308
- Added error handeling after a request completes in services and the client #324
- Electric Power Facility Repair Cost Analysis #345
- Water Facility Repair Cost Analysis #349
- Water Pipeline Repair Cost Analysis #351
Fixed
- TransportationRecovery analysis fails to run with concatentation error #292
- Fix NCI Functionality float value not iterable error #291
- Broken analyses related to pandas 2.0 update #310
- Mean damage should handle buildings that don't have damage probabilities #131
- Updated check to see if string is float cos outputs where all NaN #347
pre-release pyincore v1.11.0rc1
release branch
Release 1.10.0
[1.10.0] - 2023-04-21
Added
- Added Galveston Capital Shock and CGE models as a submodule#239
Fixed
- CGE output post process util function #298
- Population Dislocation utility function arbitrarily assumes there will be dislocated and non-dislocated #301
- Seaside & Joplin cge uses a fixed location for temporary files #312
- Functional vs non-functional calculation based of failure sample now #300
- Exposed timeout and kwargs parameter for incore client methods #295
pre-release pyincore v1.10.0rc5
Timeout hotfix (#296) * Timeout added to post function * Update dataservice.py * Updated other GET, POST and PUT calls * Added timeout to missing functions * Update CHANGELOG.md
pre-release pyincore v1.10.0rc4
pre-release pyincore v1.10.0rc3
pre-release pyincore v1.10.0rc2
300 change how we count functionalnon functional for the playbook (#309) * fixed total json of pop dislocation post processing (#301) (#303) * fixed total json of pop dislocation post processing (#301) * changelog title change --------- Co-authored-by: Chen Wang <[email protected]> * Galveston Capital Shock and CGE (#280) * First commit * Create test_galvestoncge.py * Update galvestoncge.py * Update galvestoncge.py * Draft update with new Nonethnic_CGE_Model * Fixed whatever bug * Remove files that should'nt be commited * Code to add missing sectors * Update CHANGELOG.md * Updated test and corrected city in code * Catch infeasible and other wrong solver status * Update modules.rst * Update galvestoncge.py --------- Co-authored-by: Chen Wang <[email protected]> * rewrite cge post pcoressing util (#297) * rewrite * changelog * write better test * adjust * fix galveston * rewrite test scripts for all 3 testbed cge * space * import correct galveston cge --------- Co-authored-by: YONG WOOK KIM <[email protected]> * add some temp test will remove later * finally it's working.... * clean up the logic * write proper test for joplin * add galveston mcs * write tests for joplin and galveston * changelog * fix pytest * use the correct unique cluster or unique category --------- Co-authored-by: Jong Lee <[email protected]> Co-authored-by: Vismayak Mohanarajan <[email protected]> Co-authored-by: YONG WOOK KIM <[email protected]>
v1.10.0rc1
change version number
Release 1.9.0
Added
- Method in space service to add a dataset by space name #273
- Method in space service to get space id by space name #272
- Method in space service to remove dataset from the space #283
- Method in space service to remove dataset by space name #284
- Combined wind, surge-wave, and flood building loss #276
Changed
- Rewrote clustering utility function to use flexible archetype column #247
- Made documentation container to use requirements instead of environment #257
- Parallelized the HHRS analysis #268
- Updated Salt Lake City CGE #281
- Tested hurricane windfield test methods #100
- Updated Salt Lake City CGE formatting and handled infeasible case #287