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
ad55df63
Commit
ad55df63
authored
Sep 10, 2019
by
Markus Scheidgen
Browse files
Updated version numbers and change log.
parent
8478ccb5
Pipeline
#60367
passed with stages
in 33 minutes and 46 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ad55df63
...
...
@@ -78,6 +78,12 @@ your browser.
## Change log
Omitted versions are plain bugfix releases with only minor changes and fixes.
### v0.6.0
-
GUI URL, and API endpoint that resolves NOMAD CoE legary PIDs
-
Support for datasets in the GUI
-
more flexible search python module and repo API
-
minor bugfixes
### v0.5.2
-
allows to download large files over longer time period
-
streamlined deployment without API+GUI proxy
...
...
nomad/config.py
View file @
ad55df63
...
...
@@ -193,7 +193,7 @@ client = NomadConfig(
url
=
'http://localhost:8000/fairdi/nomad/latest/api'
)
version
=
'0.
5.4
'
version
=
'0.
6.0
'
commit
=
gitinfo
.
commit
release
=
'devel'
domain
=
'DFT'
...
...
ops/helm/nomad/Chart.yaml
View file @
ad55df63
apiVersion
:
v1
appVersion
:
"
0.
5.4
"
appVersion
:
"
0.
6.0
"
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name
:
nomad
version
:
0.
5.4
version
:
0.
6.0
setup.py
View file @
ad55df63
...
...
@@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in
setup
(
name
=
'nomad'
,
version
=
'0.
5.4
'
,
version
=
'0.
6.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