Releases: ie3-institute/PowerSystemUtils
v3.1.0
v3.0.0
v2.2.1
Meta
Released
2024-03-04
Maven central
https://search.maven.org/artifact/com.github.ie3-institute/PowerSystemUtils/2.2.1/jar
Changelog
Changed
GeoUtils.calcOrderedCoordinateDistances()
now returns a manually sortedList
instead of aSortedSet
#449
Fixed
- Bug where
GeoUtils.calcOrderedCoordinateDistances()
didn't return allCoordinateDistance
#449
v2.2.0
Meta
Released
2024-02-21
Maven central
https://search.maven.org/artifact/com.github.ie3-institute/PowerSystemUtils/2.2/jar
Changelog
Changed
- Remove unused fields from TimeUtil #442
v2.1.0
Meta
Released
2024-02-06
Maven central
https://search.maven.org/artifact/com.github.ie3-institute/PowerSystemUtils/2.1/jar
Changelog
Added
- Added quantity for volumetric flow rate #363
Fixed
TimeUtil
changes time zone when parsingZonedDateTime
#422
Breaking
- Changed default date time formatter to ISO 8601 ISO_OFFSET_DATE_TIME #415
Changed
v2.0.0
Meta
Released
2023-01-30
Maven central
https://search.maven.org/artifact/com.github.ie3-institute/PowerSystemUtils/2.0/jar
Changelog
Added
- Added implicit classes for
loactiontec.jts
Geometries that represent geographical geometries with functionality before located inGeoUtils
#163 OsmEntity
andOsmContainer
to provide a simple, lightweight representation of openstreetmap data- QuantityUtils previously implemented in SIMONA #288
- Enhanced
RichQuantityDouble
with new units and generic method #312, #322 - Calculation of bounding box to
GeoUtils
#320
Changed
- Refactored
GeoUtils
, moved them to the scala package and tailored them toward theloactiontec.jts
Geometries used in theOsmContainer
#163 - Changed unit symbols according to DIN 1301-1 for apparent and reactive power #278
- Rounding for quantities is now part of the
RichQuantity
#314 - Power system units rely on fast double unit conversions now #328
Fixed
- Fix tests in CI #206
- Enable using JUnit platform
- Fix broken tests
- Let scalatest and JUnit tests run together
- Improve code quality to meet minimum standards #203
- Use
Stream#toList
- Enhance deprecation annotations
- Use
- Fix formatting for MarkDown files
- Configure gradle jacoco plugin according to newest documentation
- Fixed badges in README.md #290
- Fix (PowerSystem)Units and converters #330
v1.6.0
Meta
Released
2022-01-04
Maven central
https://search.maven.org/artifact/com.github.ie3-institute/PowerSystemUtils/1.6/jar
Changelog
Last version with java 8 support!
Added
- Added scala support
- Added
RichQuantityDouble
as double type enrichment to enable easy quantity conversions #133
Fixed
- log4j security update
- dangerous constructor call in
OneToOneMap
v1.5.3
Meta
Released
2021-05-25
Maven central
https://search.maven.org/artifact/com.github.ie3-institute/PowerSystemUtils/1.5.3/jar
Changelog
Fixed
- Adding dependency constraint to avoid transitive dependencies introducing information vulnerability CVE-2020-15250 - Temporary folder vulnerability
v1.5.2
Meta
Released
2021-04-08
Maven central
https://search.maven.org/artifact/com.github.ie3-institute/PowerSystemUtils/1.5.2/jar
Changelog
Changed
- Use Maven Central as repository for dependencies
Added
Naming
that aids in providing an entity naming respecting different well known naming strategies
v1.5.1
Meta
Released
2021-04-07
Maven central
https://search.maven.org/artifact/com.github.ie3-institute/PowerSystemUtils/1.5.1/jar
Changelog
Fixed
- Malicious implementation of some units + additional tests for transformed units