Releases: davidmoten/rtree
Releases · davidmoten/rtree
0.12
Bug fix
- don't use java.awt in RectangleUtil #73 by @davidmoten in #240
Enhancements
Runtime
- Bump com.github.davidmoten:guava-mini from 0.1.6 to 0.1.7 by @dependabot in #198
Build
- Bump jmh.version from 1.36 to 1.37 by @dependabot in #195
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #197
- Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot in #199
- Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.0 to 3.3.1 by @dependabot in #200
- Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 by @dependabot in #201
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 by @dependabot in #203
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot in #204
- Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 by @dependabot in #206
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.4.5 to 3.5.0 by @dependabot in #207
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #208
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot in #209
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by @dependabot in #210
- Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 by @dependabot in #211
- Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 by @dependabot in #212
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #215
- Bump com.github.davidmoten:flatbuffers-compiler from 2.0.3.1 to 2.0.8 by @dependabot in #217
- Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #218
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 by @dependabot in #219
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.0 to 3.6.1 by @dependabot in #202
- Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 by @dependabot in #220
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in #221
- Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to 3.4.0 by @dependabot in #222
- Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 by @dependabot in #223
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to 3.23.0 by @dependabot in #225
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to 3.7.0 by @dependabot in #224
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.5.0 to 3.6.0 by @dependabot in #226
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.0 to 3.7.1 by @dependabot in #227
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.0 to 3.6.1 by @dependabot in #228
- Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 by @dependabot in #229
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.23.0 to 3.24.0 by @dependabot in #231
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.1 to 3.6.2 by @dependabot in #230
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #232
- Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 by @dependabot in #233
- Bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1 by @dependabot in #234
- Bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.20.0 by @dependabot in #235
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.0 by @dependabot in #236
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.2 to 3.7.0 by @dependabot in #237
- Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.4.0 to 3.5.0 by @dependabot in #238
- Bump org.apache.maven.plugins:maven-jxr-plugin from 3.4.0 to 3.5.0 by @dependabot in #239
Full Changelog: 0.11...0.12
0.11
Enhancements
Runtime
- add JDK 17 to build matrix
- ignore javadoc errors that cause failure with Java 17
- fix compile errors after changes in FlatBuffers 2.0.8 Constants
- remove automerge.yml, update ci.yml
- Bump flatbuffers-java from 2.0.3 to 2.0.7 by @dependabot in #152
- Bump flatbuffers-java from 2.0.7 to 2.0.8 by @dependabot in #153
- Bump grumpy-core from 0.4.5 to 0.4.7 by @dependabot in #160
- Bump grumpy-core from 0.4.7 to 0.4.8 by @dependabot in #178
- Bump guava-mini from 0.1.4 to 0.1.5 by @dependabot in #179
- Bump guava-mini from 0.1.5 to 0.1.6 by @dependabot in #181
Build
- Bump maven-bundle-plugin from 5.1.5 to 5.1.6 by @dependabot in #138
- Bump mockito-core from 4.5.1 to 4.6.0 by @dependabot in #139
- Bump mockito-core from 4.6.0 to 4.6.1 by @dependabot in #140
- Bump maven-pmd-plugin from 3.16.0 to 3.17.0 by @dependabot in #141
- Bump maven-bundle-plugin from 5.1.6 to 5.1.7 by @dependabot in #142
- Bump exec-maven-plugin from 3.0.0 to 3.1.0 by @dependabot in #143
- Bump maven-bundle-plugin from 5.1.7 to 5.1.8 by @dependabot in #144
- Bump maven-site-plugin from 3.12.0 to 3.12.1 by @dependabot in #145
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by @dependabot in #147
- Bump mockito-core from 4.6.1 to 4.7.0 by @dependabot in #148
- Bump maven-jxr-plugin from 3.2.0 to 3.3.0 by @dependabot in #149
- Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 by @dependabot in #150
- Bump maven-pmd-plugin from 3.17.0 to 3.18.0 by @dependabot in #151
- Bump maven-pmd-plugin from 3.18.0 to 3.19.0 by @dependabot in #154
- Bump mockito-core from 4.7.0 to 4.8.0 by @dependabot in #155
- Bump mockito-core from 4.8.0 to 4.8.1 by @dependabot in #156
- Bump mockito-core from 4.8.1 to 4.9.0 by @dependabot in #158
- Bump maven-dependency-plugin from 3.3.0 to 3.4.0 by @dependabot in #162
- Bump mockito-core from 4.9.0 to 4.10.0 by @dependabot in #165
- Bump mockito-core from 4.10.0 to 4.11.0 by @dependabot in #166
- Bump maven-dependency-plugin from 3.4.0 to 3.5.0 by @dependabot in #168
- Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 by @dependabot in #170
- Bump maven-project-info-reports-plugin from 3.1.1 to 3.4.2 by @dependabot in #174
- Bump jmh.version from 1.35 to 1.36 by @dependabot in #159
- Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #175
- Bump maven-pmd-plugin from 3.19.0 to 3.20.0 by @dependabot in #169
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #176
- Bump jacoco-maven-plugin from 0.8.8 to 0.8.9 by @dependabot in #180
- Bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3 by @dependabot in #182
- Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2 by @dependabot in #183
- Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 by @dependabot in #184
- Bump maven-pmd-plugin from 3.20.0 to 3.21.0 by @dependabot in #187
- Bump maven-bundle-plugin from 5.1.8 to 5.1.9 by @dependabot in #188
- Bump maven-dependency-plugin from 3.5.0 to 3.6.0 by @dependabot in #189
- Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 by @dependabot in #190
- Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 by @dependabot in #192
- Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 by @dependabot in #193
Full Changelog: 0.10...0.11
0.10
Bug fix
- use double arithmetic in
SplitterRStar
lowestMarginSum
, initialize withDouble.POSITIVE_INFINITY
, ensures pairs is non-null at exit ofSplitterRStar.split
Enhancements
- Bump maven-bundle-plugin from 5.1.4 to 5.1.5
- Bump mockito-core from 4.5.0 to 4.5.1
- Bump maven-antrun-plugin from 3.0.0 to 3.1.0
- Bump maven-site-plugin from 3.11.0 to 3.12.0
- Bump maven-javadoc-plugin from 3.3.2 to 3.4.0
- Bump mockito-core from 4.4.0 to 4.5.0
- automerge passing dependabot PRs (ci.yml)
- Update flatbuffers-java instructions in README
- Bump jacoco-maven-plugin from 0.8.7 to 0.8.8
- Bump jmh.version from 1.34 to 1.35
- Bump maven-jxr-plugin from 3.1.1 to 3.2.0
- Bump maven-dependency-plugin from 3.2.0 to 3.3.0
- Bump maven-compiler-plugin from 3.10.0 to 3.10.1
- Bump mockito-core from 4.3.1 to 4.4.0
- Bump maven-site-plugin from 3.9.1 to 3.11.0
- Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2
- Bump maven-bundle-plugin from 5.1.1 to 5.1.4
- Update flatbuffers-java instructions in README by @a10y in #131
New Contributors
Full Changelog: 0.9...0.10
0.9
Breaking changes
- Language level updated to java 8 by @balazsjonas in #102
- serialization: bump flatbuffers from 1.3.0.1 to 2.0.3 (refresh generated code in src/main/java)
- serialization: bump kryo from 3.0.3 to 5.3.0
Enhancements
- Update docs for STR bulk loading and benchmark results by @ambling in #68
- bump maven-dependency-plugin from 3.1.2 to 3.2.0
- update plugins, remove obsolete plugins
- bump jacoco-maven-plugin from 0.8.4 to 0.8.7
- bump maven-bundle-plugin from 4.2.1 to 5.1.1
- simplify bundle plugin configuration #104
- add bundle plugin #104 by @balazsjonas
- use singleton rectangle accumulator
- Bump taglist-maven-plugin from 2.4 to 3.0.0
- Bump exec-maven-plugin from 1.4.0 to 3.0.0
- Bump maven-pmd-plugin from 3.4 to 3.16.0
- Bump maven-jxr-plugin from 2.5 to 3.1.1
- fix compiler error, remove unnecessary warning suppression, add warning suppressions, remove unused code
- bump jmh from 1.11.3 to 1.34
- bump junit-extras from 0.3 to 0.4
- bump guava-mini from 0.1.2 to 0.1.4
- bump grumpy-core from 0.2.2 to 0.4.5
- Bump jdepend-maven-plugin from 2.0-beta-2 to 2.0
- Bump maven-antrun-plugin from 1.8 to 3.0.0
- Bump maven-javadoc-plugin from 2.10.2 to 3.3.2
- Bump maven-compiler-plugin from 3.1 to 3.10.0
- Bump junit from 4.13.1 to 4.13.2
- bump mockito-core from 2.11.0 to 4.3.1
- migrate CI from travis to github actions
- Bump junit from 4.12 to 4.13.1
- Merge pull request #68 from ambling/update_docs_for_exp
- upgrade to guava-mini 0.1.2 and jacoco to 0.8.4
New Contributors
- @dependabot made their first contribution in #106
- @balazsjonas made their first contribution in #102
Full Changelog: 0.8.7...0.9
0.8.7
0.8.6
- #83 fix deletion of double
Point
objects from rtree by implementingPointDouble.hashCode
andPointDouble.equals
. With thanks to reporter @jscaballero
0.8.0.4
0.8.0.3
0.8.0.2
- upgrade to rxjava 1.3.3