From d6ef9b3babb936caf6b4e6fa99a2ec3fdbc2d1cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 13:28:06 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e64cd..d78a3ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.1.0](https://github.com/NFDI4Chem/nmrkit/compare/v1.0.0...v1.1.0) (2026-07-22) + + +### Features + +* improve prediction with molfile ([ab20577](https://github.com/NFDI4Chem/nmrkit/commit/ab20577306584b3d0cf7f5cec64dc70125a150b5)) + + +### Bug Fixes + +* add scalar-fastapi to requirements.txt for scalar API support ([#119](https://github.com/NFDI4Chem/nmrkit/issues/119)) ([965abd7](https://github.com/NFDI4Chem/nmrkit/commit/965abd71c719911e77672100bd97bd12eba99543)) +* numpy version to <2 to resolve compatibility issues ([#117](https://github.com/NFDI4Chem/nmrkit/issues/117)) ([4c5881a](https://github.com/NFDI4Chem/nmrkit/commit/4c5881aa1ff2a518c1f56674d90114d0ff513a3c)) + + +### Documentation + +* ignore dead links in localhost for vitepress config ([e78d7cf](https://github.com/NFDI4Chem/nmrkit/commit/e78d7cfbd83707d567ac66012f02c28bdde6ecf3)) +* migrate to Scalar and complete documentation update ([#114](https://github.com/NFDI4Chem/nmrkit/issues/114)) ([34b2195](https://github.com/NFDI4Chem/nmrkit/commit/34b2195718d0e68d813b354954ed932b7c89c898)) + ## [0.2.0](https://github.com/NFDI4Chem/nmrkit/compare/v0.1.0...v0.2.0) (2026-07-15)