Releases: TAMUparametric/energiapy
Releases · TAMUparametric/energiapy
Energia 2.1.6
Energia 2.1.5
Reduced cyclomatic complexity to some extent.
Renamed internal functions more explicitly
[2.1.5] - 2025-11-12
Changed
- Arranged classes better
Fixed
- Fixed printing issue for calculations
Energia 2.1.3
Added a multilocation example and streamlined conversion parameters by making subtypes
[2.1.3] - 2025-11-3
Changed
- Made Conversion subtypes for clarity
Fixed
- Reverse Spatial Mapping
Energia 2.1.2
Calculation deciding sample, modes, etc, can all be passed as indices
Examples have been updated to reflect that.
The getitem method has not been depreciated (yet)
Removed the Calculation constraint. Bind with a deciding sample generates a calculation
[2.1.2] - 2025-11-1
Changed
- Samples write Calculate Constraint Directly
- Constraints made functions of Aspect
- Domain tree simplified
- Active representation returned form list
Fixed
- Passing sample as indices
- Documentation import issue
New
- Scenario to collect parameter input
Energia 2.1.1
Handles time and mode generation a little differently now. The issues with auto-generation of time have been fixed.
On account of these changes, mapping is a lot faster and cleaner
Better logging with cues to the kind of constraint being generated, e.g.:
⚖ - Balance
🧭 - Mapping
🔗 - Bind
[2.1.1] - 2025-10-29
Changed
- More descriptive logging, with inline time
- Horizon determination and period, tree
- Mode nomenclature and birthing
Fixed
- Placed checks to avoid repeated mode constraints
- Automatic generation of temporal objects (Periods)
New
- Handling of time, allows for better mapping