From 1796d71a64a8ea222c935120965363b1dc8c8af0 Mon Sep 17 00:00:00 2001 From: Lauri Himanen <lauri.himanen@gmail.com> Date: Fri, 28 Feb 2025 08:57:01 +0200 Subject: [PATCH] Updated readme. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aafa94047..07fbfd1a6a 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,19 @@ Scheidgen et al., (2023). NOMAD: A distributed web-based platform for managing m For citation in academic works, you can use this [BibTeX file](docs/assets/joss_paper.bib). -## Change log +## Changelog Omitted versions are plain bugfix releases with only minor changes and fixes. The file [`CHANGELOG.md`](https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR/-/blob/develop/CHANGELOG.md) contains much more detailed information about changes and fixes in the released versions. +### v1.3.14 + +- Migrated code to use Pydantic v2 +- Migrated to DataCite metadata schema 4 +- Added support for visualizing coarse-grained systems +- Improved graph API endpoint performance + ### v1.3.11 - Added customizable search app menus. -- GitLab