Releases: NREL-Sienna/InfrastructureSystems.jl
Releases · NREL-Sienna/InfrastructureSystems.jl
v2.5.0
InfrastructureSystems v2.5.0
Breaking changes
- Changes to the SimulationResults to support Vector{TimeStep}
Merged pull requests:
- Update OptimizationResults to use
Vector{DateTime}
(#438) (@rodrigomha) - Add resolution to time series methods (#442) (@daniel-thom)
- Export length in time series summary table (#443) (@scdhulipala)
v2.4.3
InfrastructureSystems v2.4.3
Merged pull requests:
- Complete
ComponentSelector
docstrings (#439) (@GabrielKS)
v2.4.2
InfrastructureSystems v2.4.2
Merged pull requests:
- Add troubleshooting entry about warnonly in Documentation.jl troubleshooting guide (#430) (@josephmckinsey)
- set_name to own name is a no-op, not an error (#431) (@luke-kiernan)
- Disallow normalization factors of 0 (#433) (@daniel-thom)
- Fix the type of horizon_ms in the time series metadata database (#434) (@daniel-thom)
- Drop the metadata table when it's not needed (#435) (@daniel-thom)
- Fix supplemental attribute table when component UUID is changed (#436) (@daniel-thom)
Closed issues:
v2.4.1
InfrastructureSystems v2.4.1
Merged pull requests:
- Fix deserialization of supplemental attributes (#429) (@daniel-thom)
v2.4.0
InfrastructureSystems v2.4.0
Merged pull requests:
- Add
ComponentSelector
feature: IS portion (#342) (@GabrielKS) - Speed up accessors for time series and supplemental attributes (#416) (@daniel-thom)
- Docs bp (#418) (@kdayday)
- Enforce strict docs compilation and add Documentation best practices guidelines (#419) (@kdayday)
- Format fixes (#420) (@kdayday)
- Add
fast_deepcopy_system
function (#421) (@GabrielKS) - Faster dependencies cache (#423) (@joaquimg)
- Ensure that a component cannot be added to two systems (#424) (@daniel-thom)
- remove siip refs make them sienna (#425) (@jd-lara)
- add serialization/deserialization support for vector of complex (#426) (@rodrigomha)
- Couple small docs best practices updates (#427) (@kdayday)
- docs formatter (#428) (@jd-lara)
Closed issues:
- method to retrieve initial time with SingleTimeSeries (#253)
- Support for bulk addition of supplemental attributes (#382)
- Github Documentation link redirecting to broken nrel-siip link (#402)
- Write a Best Practices docs (#403)
- Large time consumption in Julia deserialization (to read time series data?) (#409)
- Performance for adding multiple supplemental attributes IS (#417)
v2.3.1
InfrastructureSystems v2.3.1
Merged pull requests:
- Fix bug 407 (#408) (@GabrielKS)
- Fix performance issue with reading time series (#410) (@daniel-thom)
Closed issues:
compare_values
incorrectly reports failures onArray
s (#407)
v2.3.0
v2.2.2
InfrastructureSystems v2.2.2
Merged pull requests:
- Resolve
IS
prefix in submodules (fixes #398) (#399) (@GabrielKS)
Closed issues:
IS
is not defined within submodules (#398)
v2.2.1
InfrastructureSystems v2.2.1
Merged pull requests:
v2.2.0
InfrastructureSystems v2.2.0
Merged pull requests:
- Add option to specify equality predicate for
compare_values
and provide a more sensible default (IS) (#387) (@GabrielKS)