micycle1 / PGS

Processing Geometry Suite
https://micycle1.github.io/PGS/
165 stars 13 forks source link

Bump org.tinspin:tinspin-indexes from 1.7.1 to 1.8.0 #92

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps org.tinspin:tinspin-indexes from 1.7.1 to 1.8.0.

Changelog

Sourced from org.tinspin:tinspin-indexes's changelog.

[1.8.0] - 2023-07-21

Changed

  • Moved to GitHub Actions CI. #13
  • Java JDK 11 default + updated maven dependencies + updated CHANGELOG.md. #12
  • removed travis.yml and fixed javadoc. #18
  • Added javadoc and sources generation to pom.xml. #19

Added

  • MinMaxHeap & MinHeap for better kNN queries. #17
  • Proper API, more tests and numerous fixes for multimaps. #16
  • Proper test (and fixes) for multimaps. #15
Commits
  • 8e0e5cb [maven-release-plugin] prepare release tinspin-indexes-1.8.0
  • 0eba7d5 Update pom.xml
  • 6c3f9e9 Add javadoc abd sources generation to pom.xml (#19)
  • df0e9fb [maven-release-plugin] rollback the release of tinspin-indexes-1.8.0
  • dd63b9e [maven-release-plugin] prepare for next development iteration
  • 0c0a695 [maven-release-plugin] prepare release tinspin-indexes-1.8.0
  • d2e2ffc Javadoc fixes (#18)
  • 9d7c0f4 min-max heap for kNN (#17)
  • 7131bc0 multimap API (#16)
  • 4919c1b multimaps (#15)
  • 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 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 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.