File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff 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
7221.5.0 (2024-10-11)
Original file line number Diff line number Diff 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+
94100More attributes may be added in future versions. This
95101``_environment `` element may be used by the XSLT in order to adapt the
96102result of the transformation to the environment, in particular to
97103adapt the output to the ICAT schema version it is supposed to conform
98104to.
99105
106+ .. versionchanged :: 1.5.0
107+ add attributes `dataset_complete ` and `datasettype_name `.
108+
100109
101110.. _ingest-example :
102111
You can’t perform that action at this time.
0 commit comments