Skip to content

Commit e389d11

Browse files
committed
Merge branch 'develop'
2 parents 647b465 + 61f3444 commit e389d11

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@ Changelog
22
=========
33

44

5+
.. _changes-1_5_1:
6+
7+
1.5.1 (2024-10-25)
8+
~~~~~~~~~~~~~~~~~~
9+
10+
Bug fixes and minor changes
11+
---------------------------
12+
13+
+ `#165`_: Fix missing documentation on the environment injected by
14+
:class:`icat.ingest.IngestReader` into the input as changed in
15+
1.5.0.
16+
17+
.. _#165: https://github.com/icatproject/python-icat/pull/165
18+
19+
520
.. _changes-1_5_0:
621

722
1.5.0 (2024-10-11)

doc/src/ingest.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,21 @@ following attributes:
9191
:attr:`icat.client.Client.apiversion` attribute of the `client`
9292
object being used by this :class:`~icat.ingest.IngestReader`.
9393

94+
`dataset_complete`
95+
The value of :attr:`~icat.ingest.IngestReader.Dataset_complete`.
96+
97+
`datasettype_name`
98+
The value of :attr:`~icat.ingest.IngestReader.DatasetType_name`.
99+
94100
More attributes may be added in future versions. This
95101
``_environment`` element may be used by the XSLT in order to adapt the
96102
result of the transformation to the environment, in particular to
97103
adapt the output to the ICAT schema version it is supposed to conform
98104
to.
99105

106+
.. versionchanged:: 1.5.0
107+
add attributes `dataset_complete` and `datasettype_name`.
108+
100109

101110
.. _ingest-example:
102111

0 commit comments

Comments
 (0)