Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.github.ie3-institute:PowerSystemUtils from 2.0 to 2.2.1 #344

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2024

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

Release notes

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

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 sorted List instead of a SortedSet #449

Fixed

  • Bug where GeoUtils.calcOrderedCoordinateDistances() didn't return all CoordinateDistance #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 parsing ZonedDateTime #422

Breaking

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

Changed

  • Updated to gradle 8.5 #425

... (truncated)

Changelog

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

[2.2.1]

Changed

  • GeoUtils.calcOrderedCoordinateDistances() now returns a manually sorted List instead of a SortedSet #449

Fixed

  • Bug where GeoUtils.calcOrderedCoordinateDistances() didn't return all CoordinateDistance #449

[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
  • 3122cd7 Merge pull request #453 from ie3-institute/rel/sp/#452-release-2.2.1
  • da08a04 Preparing for release
  • 70d65b6 Merge pull request #450 from ie3-institute/ms/#449-fix-returning-wrong-number...
  • dc98af1 Merge branch 'main' into ms/#449-fix-returning-wrong-number-of-coordinateDist...
  • 6071dab Bump com.github.spotbugs from 6.0.7 to 6.0.8 (#451)
  • 7f5c632 Merge branch 'main' into ms/#449-fix-returning-wrong-number-of-coordinateDist...
  • 17893b6 Change GeoUtils.calcOrderedCoordinateDistances() to return a list.
  • 580c558 Merge pull request #447 from ie3-institute/dependabot/gradle/org.scala-lang-s...
  • 66d9359 Bumping scoverage version to 2.1.0
  • 7ec278a Fixing bug in GeoUtils.calcOrderedCoordinateDistances().
  • 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 <dependency name> 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)

Bumps [com.github.ie3-institute:PowerSystemUtils](https://github.com/ie3-institute/PowerSystemUtils) from 2.0 to 2.2.1.
- [Release notes](https://github.com/ie3-institute/PowerSystemUtils/releases)
- [Changelog](https://github.com/ie3-institute/PowerSystemUtils/blob/main/CHANGELOG.md)
- [Commits](ie3-institute/PowerSystemUtils@v2.0.0...v2.2.1)

---
updated-dependencies:
- dependency-name: com.github.ie3-institute:PowerSystemUtils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 5, 2024
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.14%. Comparing base (9b5295f) to head (e2bb8b0).
Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #344   +/-   ##
=======================================
  Coverage   86.14%   86.14%           
=======================================
  Files          40       40           
  Lines         989      989           
  Branches       27       27           
=======================================
  Hits          852      852           
  Misses        137      137           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants