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
06746182
Commit
06746182
authored
Jul 18, 2019
by
Markus Scheidgen
Browse files
Updated version information for v0.5.0.
parent
d6efcb83
Changes
5
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
06746182
...
...
@@ -57,6 +57,11 @@ your browser.
## Change log
### v0.5.0
-
Raw file API with support to list directories. This replaces the
`files`
calculation
metadata key. It was necessary due to arbitrary large lists of
*auxfiles*
in some
calculations.
### v0.4.6
-
admin commands to directly manipulate upload data
-
additional migration scripts
...
...
gui/package.json
View file @
06746182
{
"name"
:
"nomad-fair-gui"
,
"version"
:
"0.
4.6
"
,
"version"
:
"0.
5.0
"
,
"private"
:
true
,
"dependencies"
:
{
"@material-ui/core"
:
"^3.9.0"
,
...
...
nomad/config.py
View file @
06746182
...
...
@@ -171,7 +171,7 @@ client = NomadConfig(
url
=
'http://localhost:8000/fairdi/nomad/latest/api'
)
version
=
'0.
4.6
'
version
=
'0.
5.0
'
commit
=
gitinfo
.
commit
release
=
'devel'
domain
=
'DFT'
...
...
ops/helm/nomad/Chart.yaml
View file @
06746182
apiVersion
:
v1
appVersion
:
"
0.
4.6
"
appVersion
:
"
0.
5.0
"
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name
:
nomad
version
:
0.
4.6
version
:
0.
5.0
setup.py
View file @
06746182
...
...
@@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in
setup
(
name
=
'nomad'
,
version
=
'0.
4.6
'
,
version
=
'0.
5.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