Releases: samuelduchesne/trnsystor
Releases · samuelduchesne/trnsystor
v1.4.1 🌈
Changes
🐛 Bug Fixes
- An issue where the return path of Deck.save() would return None instead of the path itself has been fixed @samuelduchesne (#63)
- An issue with the string representation of initial values of components has been fixed @samuelduchesne (#61)
v1.4.0 🌈
Changes
🚀 New Features
- Load a string of TRNSYS components as a python Deck object @samuelduchesne (#59)
- Parsing a dck file now looks for xml proformas in the location specified in the file @samuelduchesne (#60)
🐛 Bug Fixes
- EquationCollections connected to TrnsysModel inputs should print correctly with the name of the equation @samuelduchesne (#58)
- An issue printing an EquationCollection to deck has been fixed @samuelduchesne (#57)
v1.3.7 🌈
Changes
🐛Bug squash
- An issue where the information for input connections would be printed on multiple lines has been fixed @samuelduchesne (#54)
v1.3.6 🌈
Changes
🧰 Maintenance
- Update numpy requirement from ~=1.20.1 to ~=1.20.3 @dependabot (#51)
- Update pandas requirement from ~=1.2.2 to ~=1.2.4 @dependabot (#49)
- Update pint requirement from ~=0.16.1 to ~=0.17 @dependabot (#50)
- Update matplotlib requirement from ~=3.3.4 to ~=3.4.2 @dependabot (#52)
v1.3.5 🌈
Changes
🧰 Maintenance
- Added dependabot to package workflow @samuelduchesne (#46)
- Uses automated scm for package versioning @samuelduchesne (#45)
v1.3.4 🌈
v1.3.3 🌈
Changes
🧰 Maintenance
- CI uses scm to handle versioning @samuelduchesne (#38)
- Automated release draft details @samuelduchesne (#39)
1.3.2
What’s Changed
Bug fixes
- Adds ability to slice elements of Collections (#36) @samuelduchesne
- Better handling of components with questions in the inputs (#34) @samuelduchesne
House keeping
- Code satisfies flake8-docstring syntax (#35) @samuelduchesne
- Code satisfies flake8-docstring syntax (#37) @samuelduchesne
House keeping
- Adds CodeCov coverage in github action (#33) @samuelduchesne
- Updates badges on README
1.3.0
- Overhauls parsing logic of dck files (#31) @samuelduchesne
- Create python-package.yml (#29) @samuelduchesne
- Overhaul of connection structure between Components (now uses MultiDigraph) (#24) @samuelduchesne
🚀 New features and improvements
- Implements linking logic and rendering on canvas grid (#23) @samuelduchesne
- New: parse an existing .dck file (#16) @samuelduchesne
🐛 Bug Fixes
- Ensures size of ParameterCollection does not include questions (#30) @samuelduchesne