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
e49290d0
Commit
e49290d0
authored
Aug 21, 2019
by
Markus Scheidgen
Browse files
Updated version info. [skip ci]
parent
f305f10f
Pipeline
#54098
skipped
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e49290d0
...
...
@@ -77,6 +77,11 @@ your browser.
## Change log
### v0.5.2
-
allows to download large files over longer time period
-
streamlined deployment without API+GUI proxy
-
minor bugfixes
### v0.5.1
-
integrated parsers Dmol3, qbox, molcas, fleur, and onetep
-
API endpoint for query based raw file download
...
...
nomad/config.py
View file @
e49290d0
...
...
@@ -193,7 +193,7 @@ client = NomadConfig(
url
=
'http://localhost:8000/fairdi/nomad/latest/api'
)
version
=
'0.5.
1
'
version
=
'0.5.
2
'
commit
=
gitinfo
.
commit
release
=
'devel'
domain
=
'DFT'
...
...
ops/helm/nomad/Chart.yaml
View file @
e49290d0
apiVersion
:
v1
appVersion
:
"
0.5.
1
"
appVersion
:
"
0.5.
2
"
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name
:
nomad
version
:
0.5.
1
version
:
0.5.
2
setup.py
View file @
e49290d0
...
...
@@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in
setup
(
name
=
'nomad'
,
version
=
'0.5.
1
'
,
version
=
'0.5.
2
'
,
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