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
ae5bf9a6
Commit
ae5bf9a6
authored
Jul 18, 2019
by
Markus Scheidgen
Browse files
Updated version info for v0.4.6.
parent
f7021f9b
Pipeline
#52109
passed with stages
in 28 minutes and 22 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ae5bf9a6
...
...
@@ -57,6 +57,12 @@ your browser.
## Change log
### v0.4.6
-
admin commands to directly manipulate upload data
-
additional migration scripts
-
fixed system normalizer to understand indexed atom labels correctly
-
many minor bugfixes
### v0.4.5
-
improved uploads view with published uploads
-
support for publishing to the existing nomad CoE repository
...
...
gui/package.json
View file @
ae5bf9a6
{
"name"
:
"nomad-fair-gui"
,
"version"
:
"0.4.
5
"
,
"version"
:
"0.4.
6
"
,
"private"
:
true
,
"dependencies"
:
{
"@material-ui/core"
:
"^3.9.0"
,
...
...
nomad/config.py
View file @
ae5bf9a6
...
...
@@ -171,7 +171,7 @@ client = NomadConfig(
url
=
'http://localhost:8000/fairdi/nomad/latest/api'
)
version
=
'0.4.
5
'
version
=
'0.4.
6
'
commit
=
gitinfo
.
commit
release
=
'devel'
domain
=
'DFT'
...
...
ops/helm/nomad/Chart.yaml
View file @
ae5bf9a6
apiVersion
:
v1
appVersion
:
"
0.4.
5
"
appVersion
:
"
0.4.
6
"
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name
:
nomad
version
:
0.4.
5
version
:
0.4.
6
setup.py
View file @
ae5bf9a6
...
...
@@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in
setup
(
name
=
'nomad'
,
version
=
'0.4.
5
'
,
version
=
'0.4.
6
'
,
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