Skip to content

Commit

Permalink
Merge tag 'com.io7m.jtensors-10.0.0' into develop
Browse files Browse the repository at this point in the history
Release: com.io7m.jtensors 10.0.0

Change: Migrate to JUnit 5 (Ticket: #25)
Change: Add element-wise multiplication (Ticket: #24)
Change: (Backwards incompatible) Require JDK 11 and Java 11 at run-time
  • Loading branch information
io7m committed Jan 16, 2021
2 parents c928a69 + 350f21c commit 6f4d819
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
5 changes: 3 additions & 2 deletions README-CHANGES.xml
Expand Up @@ -208,18 +208,19 @@
<c:change compatible="false" date="2017-11-16T00:00:00+00:00" summary="Removed dependency on com.io7m.jnull."/>
</c:changes>
</c:release>
<c:release date="2021-01-16T18:01:29+00:00" is-open="true" ticket-system="com.github.io7m.jtensors" version="10.0.0">
<c:release date="2021-01-16T18:07:15+00:00" is-open="true" ticket-system="com.github.io7m.jtensors" version="10.0.0">
<c:changes>
<c:change date="2021-01-16T00:00:00+00:00" summary="Migrate to JUnit 5">
<c:tickets>
<c:ticket id="25"/>
</c:tickets>
</c:change>
<c:change date="2021-01-16T18:01:29+00:00" summary="Add element-wise multiplication">
<c:change date="2021-01-16T00:00:00+00:00" summary="Add element-wise multiplication">
<c:tickets>
<c:ticket id="24"/>
</c:tickets>
</c:change>
<c:change compatible="false" date="2021-01-16T18:07:15+00:00" summary="Require JDK 11 and Java 11 at run-time"/>
</c:changes>
</c:release>
</c:releases>
Expand Down
4 changes: 2 additions & 2 deletions com.io7m.jtensors.core/pom.xml
Expand Up @@ -9,15 +9,15 @@
<parent>
<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.0</version>
</parent>

<artifactId>com.io7m.jtensors.core</artifactId>
<packaging>jar</packaging>

<name>com.io7m.jtensors.core</name>
<description>Vector/matrix math package (Core)</description>
<url>http://io7m.github.io/jtensors/</url>
<url>https://www.github.com/io7m/jtensors/</url>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions com.io7m.jtensors.documentation/pom.xml
Expand Up @@ -9,15 +9,15 @@
<parent>
<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.0</version>
</parent>

<artifactId>com.io7m.jtensors.documentation</artifactId>
<packaging>jar</packaging>

<name>com.io7m.jtensors.documentation</name>
<description>Vector/matrix math package (Documentation)</description>
<url>http://io7m.github.io/jtensors/</url>
<url>https://www.github.com/io7m/jtensors/</url>

<properties>
<mdep.analyze.skip>true</mdep.analyze.skip>
Expand Down
4 changes: 2 additions & 2 deletions com.io7m.jtensors.generators/pom.xml
Expand Up @@ -9,15 +9,15 @@
<parent>
<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.0</version>
</parent>

<artifactId>com.io7m.jtensors.generators</artifactId>
<packaging>jar</packaging>

<name>com.io7m.jtensors.generators</name>
<description>Vector/matrix math package (QuickCheck generators)</description>
<url>http://io7m.github.io/jtensors/</url>
<url>https://www.github.com/io7m/jtensors/</url>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions com.io7m.jtensors.orthonormalization/pom.xml
Expand Up @@ -9,15 +9,15 @@
<parent>
<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.0</version>
</parent>

<artifactId>com.io7m.jtensors.orthonormalization</artifactId>
<packaging>jar</packaging>

<name>com.io7m.jtensors.orthonormalization</name>
<description>Vector/matrix math package (Orthonormalization)</description>
<url>http://io7m.github.io/jtensors/</url>
<url>https://www.github.com/io7m/jtensors/</url>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions com.io7m.jtensors.storage.api/pom.xml
Expand Up @@ -9,15 +9,15 @@
<parent>
<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.0</version>
</parent>

<artifactId>com.io7m.jtensors.storage.api</artifactId>
<packaging>jar</packaging>

<name>com.io7m.jtensors.storage.api</name>
<description>Vector/matrix math package (Tensor storage API)</description>
<url>http://io7m.github.io/jtensors/</url>
<url>https://www.github.com/io7m/jtensors/</url>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions com.io7m.jtensors.storage.bytebuffered/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.0</version>
</parent>

<artifactId>com.io7m.jtensors.storage.bytebuffered</artifactId>
Expand All @@ -18,7 +18,7 @@
<name>com.io7m.jtensors.storage.bytebuffered</name>
<description>Vector/matrix math package (ByteBuffered tensor storage implementations)
</description>
<url>http://io7m.github.io/jtensors/</url>
<url>https://www.github.com/io7m/jtensors/</url>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions com.io7m.jtensors.storage.heap/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.0</version>
</parent>

<artifactId>com.io7m.jtensors.storage.heap</artifactId>
Expand All @@ -18,7 +18,7 @@
<name>com.io7m.jtensors.storage.heap</name>
<description>Vector/matrix math package (Heap-based tensor storage implementations)
</description>
<url>http://io7m.github.io/jtensors/</url>
<url>https://www.github.com/io7m/jtensors/</url>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions com.io7m.jtensors.tests/pom.xml
Expand Up @@ -8,15 +8,15 @@
<parent>
<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.0</version>
</parent>

<artifactId>com.io7m.jtensors.tests</artifactId>
<packaging>jar</packaging>

<name>com.io7m.jtensors.tests</name>
<description>Vector/matrix math package (Test suite)</description>
<url>http://io7m.github.io/jtensors/</url>
<url>https://www.github.com/io7m/jtensors/</url>

<properties>
<mdep.analyze.skip>true</mdep.analyze.skip>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Expand Up @@ -11,12 +11,12 @@

<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.0</version>
<packaging>pom</packaging>

<name>com.io7m.jtensors</name>
<description>Vector/matrix math package</description>
<url>http://github.com/io7m/jtensors</url>
<url>https://www.github.com/io7m/jtensors</url>

<modules>
<module>com.io7m.jtensors.core</module>
Expand All @@ -30,7 +30,6 @@
</modules>

<properties>
<com.codacy.id>ef32f8e67cf14526b0ec1cb994ba562d</com.codacy.id>
<io7m.api.previousVersion>9.0.0</io7m.api.previousVersion>
<io7m.org.immutables.version>2.8.8</io7m.org.immutables.version>
<junit.version>5.7.0</junit.version>
Expand Down

0 comments on commit 6f4d819

Please sign in to comment.