Skip to content
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
94999b0
build: update CI/CD workflows and deployment scripts (#94)
NishaSharma14 Feb 16, 2026
21a59c4
feat: improve prediction (#93)
hamed-musallam Feb 17, 2026
ea9b602
fix: identation issue in dev-build.yml
NishaSharma14 Feb 17, 2026
d7a3489
Merge branch 'development' of https://github.com/NFDI4Chem/nmrkit int…
NishaSharma14 Feb 17, 2026
78277ee
chore: update nmr-cli package-lock.json (#97)
hamed-musallam Feb 17, 2026
90cf1bb
Fix playwright version in package.json
vcnainala Feb 17, 2026
93293a2
build: remove the cache from the build workflow
NishaSharma14 Feb 17, 2026
b1bec0a
Merge branch 'development' of https://github.com/NFDI4Chem/nmrkit int…
NishaSharma14 Feb 17, 2026
be5b6d4
feat: exposed publication string endpoint with swagger docs updates (…
vcnainala Feb 17, 2026
9aaa0c3
fix: dpeloy script error
NishaSharma14 Feb 18, 2026
e989ce5
Merge branch 'development' of https://github.com/NFDI4Chem/nmrkit int…
NishaSharma14 Feb 18, 2026
060a27e
feat: peaks to nmrium endpoint (#100)
vcnainala Feb 18, 2026
7fda5e7
fix: remove app volume mount and add the caching for docker build
NishaSharma14 Feb 18, 2026
5d89678
Merge branch 'development' of https://github.com/NFDI4Chem/nmrkit int…
NishaSharma14 Feb 18, 2026
c11c927
fix: stream serialization of large NMRium state objects (#101)
hamed-musallam Feb 18, 2026
ff93b1e
fix: improve error handling for spectra snapshot capture (#103)
hamed-musallam Feb 19, 2026
90af982
feat: update nmr-cli to replace 'chromium' with 'firefox' for spectr…
hamed-musallam Feb 19, 2026
2bff4aa
refactor(nmr-cli): capture errors using fiflogger (#106)
hamed-musallam Feb 23, 2026
324dd83
refactor: restructure parse spectra response and improve logging (#107)
hamed-musallam Feb 25, 2026
f3f21e6
feat: add from/to spectrum range options to peaks-to-nmrium endpoint
hamed-musallam Feb 26, 2026
9efef89
feat(nmr-cli): update NMRium core packages (#109)
hamed-musallam Mar 10, 2026
4c5881a
fix: numpy version to <2 to resolve compatibility issues (#117)
NishaSharma14 Jul 22, 2026
b46e3b8
Merge branch 'main' of https://github.com/NFDI4Chem/nmrkit into devel…
NishaSharma14 Jul 22, 2026
3d4ad3f
Merge branch 'development' of https://github.com/NFDI4Chem/nmrkit int…
NishaSharma14 Jul 22, 2026
34b2195
docs: migrate to Scalar and complete documentation update (#114)
vcnainala Jul 22, 2026
965abd7
fix: add scalar-fastapi to requirements.txt for scalar API support (#…
NishaSharma14 Jul 22, 2026
e78d7cf
docs: ignore dead links in localhost for vitepress config
NishaSharma14 Jul 22, 2026
78ff080
Merge branch 'development' of https://github.com/NFDI4Chem/nmrkit int…
NishaSharma14 Jul 22, 2026
cd5e3c5
Merge branch 'main' of https://github.com/NFDI4Chem/nmrkit into devel…
NishaSharma14 Jul 22, 2026
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
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfigWithTheme<ThemeConfig>({
description: 'A collection of powerful microservices designed to simplify your NMR data processing and analysis',
base: '/nmrkit/',
cleanUrls: false,
ignoreDeadLinks: [/^http:\/\/localhost(?::\d+)?(?:\/.*)?$/],
srcDir: 'src',
themeConfig: {
logo: {
Expand Down
Loading