Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ Changelog
=========


.. _changes-1_7_0:

1.7.0 (not yet released)
~~~~~~~~~~~~~~~~~~~~~~~~

New features
------------

+ `#169`_: Add support for schema changes in icat.server 6.2.

.. _#169: https://github.com/icatproject/python-icat/pull/169


.. _changes-1_6_0:

1.6.0 (2024-12-06)
Expand Down
15 changes: 15 additions & 0 deletions doc/examples/example_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ data_publications:
facility: example_facility
fundingReferences:
- fund1
internalId: qwa2-gc-v9lp
pid: DOI:00.0815/pub-00027
publicationDate: 2022-10-31
relatedItems:
Expand All @@ -51,6 +52,14 @@ data_publications:
relationType: References
title: The positive integers
subject: integer sequence; OEIS; On-Line Encyclopedia of Integer Sequences
subjects:
- name: Special sequences and polynomials
subjectScheme: "Mathematics Subject Classification \u2013 MSC2020"
schemeURI: https://zbmath.org/classification/
classificationCode: 11B83
- name: integer sequence
- name: OEIS
- name: On-Line Encyclopedia of Integer Sequences
title: Data from OEIS sequence A000027
type: curated
users:
Expand Down Expand Up @@ -134,6 +143,10 @@ fundings:
awardNumber: AIS3241330750
funderIdentifier: Crossref Funder ID:10.13039/100005376
funderName: American Mathematical Society
acknowledgement: >-
This work has partly been supported by American Mathematical
Society under grant number AIS3241330750 which is greatfully
acknowledged
instruments:
e2:
description: >
Expand All @@ -146,6 +159,8 @@ instruments:
instrumentscientist: acord
name: E2
pid: DOI:00.0815/inst-00001
startDate: 2007-01-01
endDate: 2019-12-31
technique: ndiff
type: null
eddi:
Expand Down
Loading