Skip to content

Releases: TAMUparametric/energiapy

Energia 2.1.6

17 Nov 22:57
f4044b6

Choose a tag to compare

[2.1.6] - 2025-11-17

Changed

  • Read Me
  • Using helper functions to simplify classes

Energia 2.1.5

12 Nov 22:43
001d30c

Choose a tag to compare

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

03 Nov 21:45
c7d5255

Choose a tag to compare

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

01 Nov 18:51
ba54fc3

Choose a tag to compare

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

29 Oct 20:23
d2d9fba

Choose a tag to compare

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