From 59906c280fb2347180fc9bd443f5069d3d7a29ea Mon Sep 17 00:00:00 2001 From: Peter Abeles Date: Mon, 15 May 2023 18:50:34 -0700 Subject: [PATCH] Version 0.26 --- README.md | 4 ++-- build.gradle | 6 ++++-- change.txt | 2 +- docs/bottom.txt | 15 +++++++-------- docs/release_checklist.txt | 4 ++-- docs/website/_templates/layout.html | 13 ++++++------- docs/website/conf.py | 4 ++-- docs/website/index.rst | 2 +- 8 files changed, 25 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index e972e7b3..76215191 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ * Euler Angles (all possible) * Rodrigues (axis-angle) * Quaternions - * Convert between each aother and into 3x3 rotation matices + * Convert between each anther and into 3x3 rotation matrices * Homogenous Coordinates * Implicit 2D z=1 and 3D w=1 * Best Fit @@ -36,7 +36,7 @@ GeoRegression is on [Maven Central](https://mvnrepository.com/artifact/org.geore be added to your Gradle project as follows: ```Groovy -compile group: 'org.georegression', name: 'georegression', version: '0.25.2' +compile group: 'org.georegression', name: 'georegression', version: '0.26' ``` ## Build Instructions diff --git a/build.gradle b/build.gradle index b0fbae84..2688d1e2 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ import net.ltgt.gradle.errorprone.CheckSeverity import org.gradle.api.tasks.testing.logging.TestExceptionFormat plugins { - id "com.peterabeles.gversion" version "1.10.1" apply false + id "com.peterabeles.gversion" version "1.10.2" apply false id "net.ltgt.errorprone" version "2.0.1" apply false } @@ -10,7 +10,9 @@ allprojects { apply plugin: 'com.peterabeles.gversion' group = 'org.georegression' - version = '0.26-SNAPSHOT' + version = '0.26' + + createVersionFile.enabled = false // run only once. enabled in types } project.ext.errorprone_version = '2.11.0' diff --git a/change.txt b/change.txt index 847dbe5d..487a4a55 100644 --- a/change.txt +++ b/change.txt @@ -1,7 +1,7 @@ YEAR-MONTH-DAY --------------------------------------------- -Date : 2023- +Date : 2023-May-15 Version : 0.26 - Point diff --git a/docs/bottom.txt b/docs/bottom.txt index c37e8f3b..cf1cd44e 100644 --- a/docs/bottom.txt +++ b/docs/bottom.txt @@ -1,13 +1,12 @@ + +
-Copyright © 2011-2022 Peter Abeles +Copyright © 2023 Peter Abeles diff --git a/docs/release_checklist.txt b/docs/release_checklist.txt index 7a1b96f5..d29232d8 100644 --- a/docs/release_checklist.txt +++ b/docs/release_checklist.txt @@ -16,8 +16,8 @@ - Create zip and jar files VERSION=v0.22;PRJNAME=georegression-$VERSION git clone -b SNAPSHOT git@github.com:lessthanoptimal/GeoRegression.git $PRJNAME - cd $PRJNAME;./gradlew autogenerate;./gradlew createVersionFile;rm -rf .git;cd ..;zip -r $PRJNAME-src.zip $PRJNAME - cd $PRJNAME;./gradlew createLibraryDirectory;mv libraries ../$PRJNAME-libs;cd ..;zip -r $PRJNAME-libs.zip $PRJNAME-libs + cd $PRJNAME&&./gradlew autogenerate&&./gradlew createVersionFile&&rm -rf .git&&cd ..&&zip -r $PRJNAME-src.zip $PRJNAME + cd $PRJNAME&&./gradlew createLibraryDirectory&&mv libraries ../$PRJNAME-libs&&cd ..&&zip -r $PRJNAME-libs.zip $PRJNAME-libs - Update JavaDoc rm -rf build/doc/javadoc;./gradlew javadocWeb;zip -r api.zip build/docs/api-web diff --git a/docs/website/_templates/layout.html b/docs/website/_templates/layout.html index 74abf40b..69471895 100644 --- a/docs/website/_templates/layout.html +++ b/docs/website/_templates/layout.html @@ -2,14 +2,13 @@ {% block footer %} {{ super() }} + + {% endblock %} diff --git a/docs/website/conf.py b/docs/website/conf.py index 9e6161b7..aebb9955 100644 --- a/docs/website/conf.py +++ b/docs/website/conf.py @@ -56,9 +56,9 @@ # built documents. # # The short X.Y version. -version = '0.25.2' +version = '0.26' # The full version, including alpha/beta/rc tags. -release = '0.25.2' +release = '0.26' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/website/index.rst b/docs/website/index.rst index 09801deb..06ce9613 100644 --- a/docs/website/index.rst +++ b/docs/website/index.rst @@ -5,7 +5,7 @@ Geometric Regression Library (GeoRegression) is an open source Java geometry lib =================== ===================== **Latest Version** v\ |geo_version| -**Released** February 15, 2023 +**Released** May 15, 2023 **Source Code** `GitHub `_ **License** `Apache 2.0 `_ =================== =====================