Skip to content
Merged
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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down