Skip to content

Commit

Permalink
Merge branch 'ingest-stable' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
RKrahl committed Aug 29, 2024
2 parents eb6ef7f + aa11b25 commit 6d47055
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ 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
.. _#155: https://github.com/icatproject/python-icat/issues/155
.. _#156: https://github.com/icatproject/python-icat/pull/156
.. _#157: https://github.com/icatproject/python-icat/pull/157


.. _changes-1_3_0:
Expand Down
5 changes: 0 additions & 5 deletions doc/src/ingest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions src/icat/ingest.py
Original file line number Diff line number Diff line change
@@ -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
"""

Expand Down

0 comments on commit 6d47055

Please sign in to comment.