File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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-
138This module provides class :class: `icat.ingest.IngestReader ` that
149reads :ref: `ICAT-ingest-files ` to add them to ICAT. It is designed
1510for the use case of ingesting metadata for datasets created during
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments