Skip to content

Commit 6d47055

Browse files
committed
Merge branch 'ingest-stable' into develop
2 parents eb6ef7f + aa11b25 commit 6d47055

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,16 @@ Bug fixes and minor changes
1919
+ `#152`_: Fix a documentation error
2020
+ `#154`_: Fix a duplicate test name
2121

22+
Misc
23+
----
24+
25+
+ `#157`_: :mod:`icat.ingest` now considered stable.
26+
2227
.. _#152: https://github.com/icatproject/python-icat/pull/152
2328
.. _#154: https://github.com/icatproject/python-icat/pull/154
2429
.. _#155: https://github.com/icatproject/python-icat/issues/155
2530
.. _#156: https://github.com/icatproject/python-icat/pull/156
31+
.. _#157: https://github.com/icatproject/python-icat/pull/157
2632

2733

2834
.. _changes-1_3_0:

doc/src/ingest.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
66
.. versionadded:: 1.1.0
77

8-
.. note::
9-
The status of this module in the current version is still
10-
experimental. There may be incompatible changes in the future
11-
even in minor releases of python-icat.
12-
138
This module provides class :class:`icat.ingest.IngestReader` that
149
reads :ref:`ICAT-ingest-files` to add them to ICAT. It is designed
1510
for the use case of ingesting metadata for datasets created during

src/icat/ingest.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
"""Ingest metadata into ICAT.
22
3-
.. note::
4-
The status of this module in the current version is still
5-
experimental. There may be incompatible changes in the future
6-
even in minor releases of python-icat.
7-
83
.. versionadded:: 1.1.0
94
"""
105

0 commit comments

Comments
 (0)