ie3-institute / simona

simona is an agent-based discrete-event power system simulation model developed @ie3-institute
BSD 3-Clause "New" or "Revised" License
25 stars 4 forks source link

Bump PowerSystemUtils from 2.0 to 2.2.1, PowerSystemDataModel from 4.1.0 to 5.0.1 #750

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps com.github.ie3-institute:PowerSystemUtils from 2.0 to 2.2.

Release notes

Sourced from com.github.ie3-institute:PowerSystemUtils's releases.

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 parsing ZonedDateTime #422

Breaking

  • Changed default date time formatter to ISO 8601 ISO_OFFSET_DATE_TIME #415

Changed

  • Updated to gradle 8.5 #425
  • Updated to gradle 8.6 #437
Changelog

Sourced from com.github.ie3-institute:PowerSystemUtils's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased/Snapshot]

[2.2.0]

Changed

  • Remove unused fields from TimeUtil #442

[2.1.0]

Added

  • Added quantity for volumetric flow rate #363

Fixed

  • TimeUtil changes time zone when parsing ZonedDateTime #422

Breaking

  • Changed default date time formatter to ISO 8601 ISO_OFFSET_DATE_TIME #415

Changed

  • Updated to gradle 8.5 #425
  • Updated to gradle 8.6 #437

[2.0.0]

Added

  • Added implicit classes for loactiontec.jts Geometries that represent geographical geometries with functionality before located in GeoUtils #163
  • OsmEntity and OsmContainer 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 the loactiontec.jts Geometries used in the OsmContainer #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

... (truncated)

Commits
  • 3e77952 Merge pull request #446 from ie3-institute/rel/sp/#445-release-2.2
  • d22ee68 Preparation for release
  • f5bf1f6 Added missing line
  • 954a34f Setting release version
  • 56ba3b1 Merge pull request #444 from ie3-institute/dependabot/gradle/org.apache.commo...
  • 901d598 Explicitly adding commons-codec dependency
  • b3f1e01 Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0
  • 502ee7d Merge pull request #443 from ie3-institute/df/#442_remove_fields_timeUtils
  • 144b3de TimeUtil withDefaults
  • b235741 test for ISO offset date time format
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 4 months ago

A newer version of com.github.ie3-institute:PowerSystemUtils exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

sebastian-peter commented 4 months ago

Needs the fix from https://github.com/ie3-institute/PowerSystemDataModel/pull/1038