Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
6f365dcb
Commit
6f365dcb
authored
Jan 12, 2021
by
Markus Scheidgen
Browse files
Updated version numbers and readme for next major version.
parent
f5f6b644
Pipeline
#91221
canceled with stages
in 9 minutes and 55 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6f365dcb
...
@@ -46,6 +46,11 @@ contributing, and API reference.
...
@@ -46,6 +46,11 @@ contributing, and API reference.
Omitted versions are plain bugfix releases with only minor changes and fixes.
Omitted versions are plain bugfix releases with only minor changes and fixes.
### v0.10.0
-
A new more consistent API (/api/v1) alongside the old API (/api)
-
OPTIMADE implementation based on optimade-python-tools
-
Re-written parsers for VASP, FHI-aims, exciting, ABINIT, and Crystal
### v0.9.9
### v0.9.9
-
A rdf-API that provides dcat datasets and catalog for NOMAD entries.
-
A rdf-API that provides dcat datasets and catalog for NOMAD entries.
-
Support to directly publish upon upload via API.
-
Support to directly publish upon upload via API.
...
...
gui/package.json
View file @
6f365dcb
{
{
"name"
:
"nomad-fair-gui"
,
"name"
:
"nomad-fair-gui"
,
"version"
:
"0.
9.9
"
,
"version"
:
"0.
10.0
"
,
"commit"
:
"e98694e"
,
"commit"
:
"e98694e"
,
"private"
:
true
,
"private"
:
true
,
"dependencies"
:
{
"dependencies"
:
{
...
...
gui/public/env.js
View file @
6f365dcb
...
@@ -9,7 +9,7 @@ window.nomadEnv = {
...
@@ -9,7 +9,7 @@ window.nomadEnv = {
'
matomoUrl
'
:
'
https://nomad-lab.eu/fairdi/stat
'
,
'
matomoUrl
'
:
'
https://nomad-lab.eu/fairdi/stat
'
,
'
matomoSiteId
'
:
'
2
'
,
'
matomoSiteId
'
:
'
2
'
,
'
version
'
:
{
'
version
'
:
{
'
label
'
:
'
0.
9.9
'
,
'
label
'
:
'
0.
10.0
'
,
'
isBeta
'
:
false
,
'
isBeta
'
:
false
,
'
isTest
'
:
true
,
'
isTest
'
:
true
,
'
usesBetaData
'
:
true
,
'
usesBetaData
'
:
true
,
...
...
gui/src/setupTests.js
View file @
6f365dcb
...
@@ -8,7 +8,7 @@ global.nomadEnv = {
...
@@ -8,7 +8,7 @@ global.nomadEnv = {
'
matomoUrl
'
:
'
https://nomad-lab.eu/fairdi/stat
'
,
'
matomoUrl
'
:
'
https://nomad-lab.eu/fairdi/stat
'
,
'
matomoSiteId
'
:
'
2
'
,
'
matomoSiteId
'
:
'
2
'
,
'
version
'
:
{
'
version
'
:
{
'
label
'
:
'
0.
9.9
'
,
'
label
'
:
'
0.
10.0
'
,
'
isBeta
'
:
false
,
'
isBeta
'
:
false
,
'
isTest
'
:
true
,
'
isTest
'
:
true
,
'
usesBetaData
'
:
true
,
'
usesBetaData
'
:
true
,
...
...
nomad/config.py
View file @
6f365dcb
...
@@ -283,7 +283,7 @@ datacite = NomadConfig(
...
@@ -283,7 +283,7 @@ datacite = NomadConfig(
)
)
meta
=
NomadConfig
(
meta
=
NomadConfig
(
version
=
'0.
9.9
'
,
version
=
'0.
10.0
'
,
commit
=
gitinfo
.
commit
,
commit
=
gitinfo
.
commit
,
release
=
'devel'
,
release
=
'devel'
,
default_domain
=
'dft'
,
default_domain
=
'dft'
,
...
...
ops/helm/nomad/Chart.yaml
View file @
6f365dcb
apiVersion
:
v1
apiVersion
:
v1
appVersion
:
"
0.
9.9
"
appVersion
:
"
0.
10.0
"
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name
:
nomad
name
:
nomad
version
:
0.
9.9
version
:
0.
10.0
ops/helm/nomad/values.yaml
View file @
6f365dcb
## Default values for nomad@FAIRDI
## Default values for nomad@FAIRDI
version
:
version
:
label
:
"
0.
9.9
"
label
:
"
0.
10.0
"
isTest
:
false
isTest
:
false
isBeta
:
false
isBeta
:
false
usesBetaData
:
false
usesBetaData
:
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment