Skip to content

Commit

Permalink
pom update (#12)
Browse files Browse the repository at this point in the history
pom update
  • Loading branch information
tzaeschke authored Jun 7, 2023
2 parents 083e190 + e13ab14 commit 448a6f0
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 98 deletions.
82 changes: 0 additions & 82 deletions CHANGELOG

This file was deleted.

100 changes: 100 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [unreleased]

### Changed

- Java JDK 11 default + updated maven dependencies + updated CHANGELOG.md.
[#12](https://github.com/tzaeschke/tinspin-indexes/pull/12)

## [1.7.1] - 2018-12-10

### Changed

- Depend on latest PH-Tree unbounded version 2.0++

## [1.7.0] - 2018-12-03

### Changed

- Depend on latest PH-Tree v2.0.1 [2018-07-21]
- Updated R-Tree to use new kNN algorithm, a variant of Hjaltason and Samet [2018-05-19]
- API Change: Query iterator's reset() now returns 'this'. [2018-05-19]
- Update 20 use PH-Tree 2.0.1 [2018-05-19]

## Added

- Added CoverTree. [2018-11-28]
- Generic Stats and (optional) kNN distance calculation count [2018-11-28]

## [1.6.1] - 2018-04-03

### Changed

- Improved KD-Tree performance

## [1.6.0] - 2018-04-03

### Changed

- Improved KD-Tree performance

## [1.5.0] - 2017-12-04

- Added QuadtreHC2, i.e. version 2 of the HC quadtree. This version is more space
efficient by allowing directory nodes to hold data entries, thus avoiding
leaf nodes that hold just one data entry.

## 1.4.0 - 2017-11-13

- Added KD-Tree.
- Improved QuadtreeStats collection

## 1.3.6 - 2017-09-17

### Changed

- Added adapter for PH-Tree.
- Integrated pull request from chris0385 with improved R-Tree kNN queries
for large k. [2017-03-04]
- Proper HCI usage for quadtree [2017-01-23]
- Added qtplain [2017-01-23]
- Moved project to org.tinpin [2017-01-23]

## 1.3.5 - 2017-01-07

- Fixed rare problem with postfix creation. This solves a problem
with kd-queries and slightly reduces memory consumption. See issue #7. [2017-01-07]
- Changed structure to standard maven structure - [2016-09-19]
- Changed License to Apache License 2.0 - [2016-09-19]
- Renamed project from CritBit to zoodb-indexes - [2016-09-19]
- Added quadtree and R*Tree implementations - [2016-09-19]
- Added .travis.yml - [2016-01-04]

## 1.3.4 - 2015-10-20

### Changed

- Merged CB64 and CB64COW - [2015-10-20]
- Implemented resetable iterators - [2015-10-20]

## 1.3.3 - 2015-10-11

### Changed

- Fixed 64COW iterators returning empty Entry for queries that shouldn't return anything. - [2015-10-11]
- Added CHANGELOG - [2015-10-11]
- Pushed to v1.3.3-SNAPSHOT - [2015-10-11]

[Unreleased]: https://github.com/tzaeschke/tinspin-indexes/compare/tinspin-indexes-1.7.1...HEAD
[1.7.1]: https://github.com/tzaeschke/tinspin-indexes/compare/tinspin-indexes-1.7.0...tinspin-indexes-1.7.1
[1.7.0]: https://github.com/tzaeschke/tinspin-indexes/compare/tinspin-indexes-1.6.1...tinspin-indexes-1.7.0
[1.6.1]: https://github.com/tzaeschke/tinspin-indexes/compare/tinspin-indexes-1.6.0...tinspin-indexes-1.6.1
[1.6.0]: https://github.com/tzaeschke/tinspin-indexes/compare/tinspin-indexes-1.5.1...tinspin-indexes-1.6.0
[1.5.1]: https://github.com/tzaeschke/tinspin-indexes/compare/tinspin-indexes-1.5.0...tinspin-indexes-1.5.1
[1.5.0]: https://github.com/tzaeschke/tinspin-indexes/compare/tinspin-indexes-1.4.0...tinspin-indexes-1.5.0
[1.4.0]: https://github.com/tzaeschke/tinspin-indexes/compare/tinspin-indexes-1.3.6...tinspin-indexes-1.4.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ TinSpin indexes are also available via maven:

Changelog
==============
See [CHANGELOG](CHANGELOG) for details.
See [CHANGELOG](CHANGELOG.md) for details.
- 1.7.1 Dependency on latest PH-Tree
- 1.7.0 CoverTree and improved index statistics
- 1.6.1 Improved kD-Tree performance
Expand Down
27 changes: 12 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@
<groupId>org.tinspin</groupId>
<artifactId>tinspin-indexes</artifactId>
<packaging>jar</packaging>
<version>1.7.2-SNAPSHOT</version>
<version>1.8.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<prerequisites>
<maven>3.0.3</maven>
</prerequisites>

<name>tinspin-indexes</name>
<description>TinSpin in-memory index library</description>
Expand Down Expand Up @@ -65,7 +62,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -85,7 +82,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>ch.ethz.globis.phtree</groupId>
Expand All @@ -99,7 +96,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.0</version>
<version>3.4.1</version>
<executions>
<execution>
<phase>package</phase>
Expand All @@ -115,26 +112,26 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<version>3.11.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<argLine>${argLine} -Xmx512m</argLine>
<argLine>@{argLine} -Xmx512m</argLine>
<printSummary>true</printSummary>
<!-- <skipTests>false</skipTests> -->
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -148,7 +145,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand All @@ -159,15 +156,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>3.0.1</version>
<configuration>
<releaseProfiles>release</releaseProfiles>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.5.201505241946</version>
<version>0.8.10</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 448a6f0

Please sign in to comment.