Skip to content
GitLab
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
ff67c004
Commit
ff67c004
authored
Mar 27, 2020
by
Markus Scheidgen
Browse files
Updated version numbers and readme.
parent
63e3674c
Pipeline
#71536
passed with stages
in 13 minutes and 44 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ff67c004
...
...
@@ -29,6 +29,15 @@ contributing, and API reference.
Omitted versions are plain bugfix releases with only minor changes and fixes.
### v0.8.0
-
new underlying datamodel that allows to maintain multiple domains
-
mulitple domains supported the GUI
-
new metainfo implementation
-
new archive based on new metainfo
-
client library that serves archive data as objects (with tab completion) not dictionaries
-
properties and user tab in the search GUI
-
improved performance on most parsers
### v0.7.9
-
Everything to run a simple NOMAD OASIS based on the central user-management
-
minor bugfixes
...
...
gui/package.json
View file @
ff67c004
{
"name"
:
"nomad-fair-gui"
,
"version"
:
"0.
7.1
0"
,
"version"
:
"0.
8.
0"
,
"commit"
:
"nomad-gui-commit-placeholder"
,
"private"
:
true
,
"dependencies"
:
{
...
...
nomad/config.py
View file @
ff67c004
...
...
@@ -208,7 +208,7 @@ datacite = NomadConfig(
password
=
'*'
)
version
=
'0.
7.1
0'
version
=
'0.
8.
0'
commit
=
gitinfo
.
commit
release
=
'devel'
default_domain
=
'dft'
...
...
ops/helm/nomad/Chart.yaml
View file @
ff67c004
apiVersion
:
v1
appVersion
:
"
0.
7.1
0"
appVersion
:
"
0.
8.
0"
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name
:
nomad
version
:
0.
7.1
0
version
:
0.
8.
0
setup.py
View file @
ff67c004
...
...
@@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in
setup
(
name
=
'nomad'
,
version
=
'0.
7.1
0'
,
version
=
'0.
8.
0'
,
description
=
'The nomad@FAIRDI infrastructure python package'
,
py_modules
=
[
'nomad'
],
install_requires
=
reqs
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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