Releases: NREL/infrasys
Releases · NREL/infrasys
v0.2.4
v0.2.3
What's Changed
- added generic type to get_component and get_components method by @KapilDuwadi in #62
- feat: Added
PydanticPintQuantity
as an option to enforce unit validation for fields by @pesap in #56 - fix: Allowing serialization with numpy types inside of
BaseQuantity
by @pesap in #63
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Fixes a regression in v0.2.1, which was unable to read time series files created by earlier versions.
v0.2.1
v0.2.0
What's Changed
- Use numpy arrays in time series by @daniel-thom in #55
- removed aggregate single time series feature by @KapilDuwadi in #57
- bumped minor version by @KapilDuwadi in #58
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- Allow no components in add_components by @daniel-thom in #47
- added aggregate class method on SingleTimeSeries class by @KapilDuwadi in #48
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Move database ownership to System by @daniel-thom in #41
- Store associations between components by @daniel-thom in #42
- fix: Add correct representation of Value curves and remove name from cost and function data components by @pesap in #45
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- chore(ci): Run coverage CI only on ubuntu-latests by @pesap in #36
- chore: Use recommended ruff action by @daniel-thom in #37
- feat: Add function_data classes from InfrastructureSystems by @jerrypotts in #33
- fix(models.py): Adding maximum splits argument to allow component names with dots to be searchable by label by @pesap in #39
- feat: Add ValueCurves from PowerSystems to infrasys by @jerrypotts in #38
New Contributors
- @jerrypotts made their first contribution in #33
Full Changelog: v0.0.4...v0.1.0
v0.0.4
v0.0.3
Fixes bug that prevented custom model serialization code from running.