From 6f87fc132d8f867bbd925288073ded5bd960d554 Mon Sep 17 00:00:00 2001 From: Rolf Krahl Date: Fri, 23 Aug 2024 09:47:57 +0200 Subject: [PATCH 1/2] icat.ingest now considered stable, remove not on experimental status --- doc/src/ingest.rst | 5 ----- src/icat/ingest.py | 5 ----- 2 files changed, 10 deletions(-) diff --git a/doc/src/ingest.rst b/doc/src/ingest.rst index e0574221..a12eca44 100644 --- a/doc/src/ingest.rst +++ b/doc/src/ingest.rst @@ -5,11 +5,6 @@ .. versionadded:: 1.1.0 -.. note:: - The status of this module in the current version is still - experimental. There may be incompatible changes in the future - even in minor releases of python-icat. - This module provides class :class:`icat.ingest.IngestReader` that reads :ref:`ICAT-ingest-files` to add them to ICAT. It is designed for the use case of ingesting metadata for datasets created during diff --git a/src/icat/ingest.py b/src/icat/ingest.py index 0e513526..55a10b5a 100644 --- a/src/icat/ingest.py +++ b/src/icat/ingest.py @@ -1,10 +1,5 @@ """Ingest metadata into ICAT. -.. note:: - The status of this module in the current version is still - experimental. There may be incompatible changes in the future - even in minor releases of python-icat. - .. versionadded:: 1.1.0 """ From aa11b25d8b4218c1125bf608bee86bbc13477cea Mon Sep 17 00:00:00 2001 From: Rolf Krahl Date: Fri, 23 Aug 2024 09:52:34 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index d1c1b87c..2a5266f7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,8 +11,14 @@ Bug fixes and minor changes + `#152`_: Fix a documentation error + `#154`_: Fix a duplicate test name +Misc +---- + ++ `#157`_: :mod:`icat.ingest` now considered stable. + .. _#152: https://github.com/icatproject/python-icat/pull/152 .. _#154: https://github.com/icatproject/python-icat/pull/154 +.. _#157: https://github.com/icatproject/python-icat/pull/157 .. _changes-1_3_0: