From 35f2d2959dca5a90567522ae0b1f628a40f13331 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Thu, 11 Apr 2024 19:36:09 -0400 Subject: [PATCH] VER: Update to 1.3.0 because of the API breakage Signed-off-by: Michael Jackson --- CMakeLists.txt | 2 +- conda/meta.yaml | 2 +- conda/recipe.yaml | 2 +- wrapping/python/docs/index_template.rst | 1 + wrapping/python/docs/source/Installation.rst | 2 +- .../python/docs/source/ReleaseNotes_130.rst | 19 +++++++++++++++++++ wrapping/python/docs/source/conf.py | 2 +- 7 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 wrapping/python/docs/source/ReleaseNotes_130.rst diff --git a/CMakeLists.txt b/CMakeLists.txt index 807439a583..bff07b059a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,7 +78,7 @@ endif() file(TO_CMAKE_PATH "${CMAKE_COMMAND}" CMAKE_COMMAND_NORM) project(simplnx - VERSION 1.2.7 + VERSION 1.3.0 DESCRIPTION "SIMPL Redesign" HOMEPAGE_URL "https://github.com/bluequartzsoftware/simplnx" LANGUAGES CXX diff --git a/conda/meta.yaml b/conda/meta.yaml index 1f5e9d985f..18ae71e668 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "simplnx" %} -{% set version = "1.2.7" %} +{% set version = "1.3.0" %} package: name: {{ name|lower }} diff --git a/conda/recipe.yaml b/conda/recipe.yaml index 889eff7cf5..af8f57db1e 100644 --- a/conda/recipe.yaml +++ b/conda/recipe.yaml @@ -1,5 +1,5 @@ context: - version: "1.2.7" + version: "1.3.0" name: simplnx package: diff --git a/wrapping/python/docs/index_template.rst b/wrapping/python/docs/index_template.rst index 23f7f86e58..34e0013c96 100644 --- a/wrapping/python/docs/index_template.rst +++ b/wrapping/python/docs/index_template.rst @@ -73,6 +73,7 @@ How to use SIMPLNX from Python :maxdepth: 1 :caption: Release Notes + ReleaseNotes_130 ReleaseNotes_127 ReleaseNotes_126 ReleaseNotes_124 diff --git a/wrapping/python/docs/source/Installation.rst b/wrapping/python/docs/source/Installation.rst index fbb3d34438..4ca2bd9a46 100644 --- a/wrapping/python/docs/source/Installation.rst +++ b/wrapping/python/docs/source/Installation.rst @@ -1,7 +1,7 @@ Installation ============ -Latest Version: 1.2.7 +Latest Version: 1.3.0 --------------------- The *simplnx* library can be installed through an Anaconda packages from the *BlueQuartzSoftware* channel. This can be achieved diff --git a/wrapping/python/docs/source/ReleaseNotes_130.rst b/wrapping/python/docs/source/ReleaseNotes_130.rst new file mode 100644 index 0000000000..bcb48924ac --- /dev/null +++ b/wrapping/python/docs/source/ReleaseNotes_130.rst @@ -0,0 +1,19 @@ +Release Notes 1.3.0 +=================== + +The `simplnx` library is under activate development and while we strive to maintain a stable API bugs are +found the necessitate the changing of the API. + +Version 1.3.0 +------------- + + + + +API Changes & Additions 1.3.0 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Most of the parameter keys have been updated. This will _break_ your pipelines and python codes. + +Change Log 1.3.0 +^^^^^^^^^^^^^^^^^^^^ diff --git a/wrapping/python/docs/source/conf.py b/wrapping/python/docs/source/conf.py index b04be80cad..35a23594dc 100644 --- a/wrapping/python/docs/source/conf.py +++ b/wrapping/python/docs/source/conf.py @@ -9,7 +9,7 @@ project = 'SIMPLNX Python Docs' copyright = '2024, BlueQuartz Software, LLC' author = 'BlueQuartz Software, LLC' -release = '1.2.7' +release = '1.3.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration