From f693435fb1f503ea902ea08979a247817aa26d9d Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Sun, 28 Apr 2024 10:39:39 -0400 Subject: [PATCH] VERS: Change to 1.4.0 due to Python API changes: The names of the filters changed, so python codes will need to be updated. Signed-off-by: Michael Jackson --- conda/meta.yaml | 2 +- conda/recipe.yaml | 2 +- wrapping/python/docs/index_template.rst | 1 + .../python/docs/source/ReleaseNotes_140.rst | 19 +++++++++++++++++++ 4 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 wrapping/python/docs/source/ReleaseNotes_140.rst diff --git a/conda/meta.yaml b/conda/meta.yaml index 18ae71e668..9a1d238953 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "simplnx" %} -{% set version = "1.3.0" %} +{% set version = "1.4.0" %} package: name: {{ name|lower }} diff --git a/conda/recipe.yaml b/conda/recipe.yaml index af8f57db1e..019df1ea9a 100644 --- a/conda/recipe.yaml +++ b/conda/recipe.yaml @@ -1,5 +1,5 @@ context: - version: "1.3.0" + version: "1.4.0" name: simplnx package: diff --git a/wrapping/python/docs/index_template.rst b/wrapping/python/docs/index_template.rst index 34e0013c96..2bba931669 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_140 ReleaseNotes_130 ReleaseNotes_127 ReleaseNotes_126 diff --git a/wrapping/python/docs/source/ReleaseNotes_140.rst b/wrapping/python/docs/source/ReleaseNotes_140.rst new file mode 100644 index 0000000000..cc29cc8df1 --- /dev/null +++ b/wrapping/python/docs/source/ReleaseNotes_140.rst @@ -0,0 +1,19 @@ +Release Notes 1.4.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.4.0 +------------- + + +API Changes & Additions 1.4.0 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Many of the filters found in simplnx had their names changed to end with "Filter" +- All ITKImageProcessing filters had their name changed to end with "Filter" + +Change Log 1.4.0 +^^^^^^^^^^^^^^^^^^^^ +