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
ift
NIFTy
Commits
40a174f8
Commit
40a174f8
authored
Jun 12, 2014
by
Marco Selig
Browse files
version update.
parent
8122d54c
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
40a174f8
...
...
@@ -99,7 +99,7 @@ Requirements
Download
........
The
latest
release
is
tagged
**
v0
.
7
.0
**
and
is
available
as
a
source
package
The
latest
release
is
tagged
**
v0
.
8
.0
**
and
is
available
as
a
source
package
at
`<
https
://
github
.
com
/
mselig
/
nifty
/
tags
>`
_
.
The
current
version
can
be
obtained
by
cloning
the
repository
::
...
...
nifty_core.py
View file @
40a174f8
...
...
@@ -514,7 +514,7 @@ class _about(object): ## nifty support class for global settings
"""
## version
self
.
_version
=
"0.
7.9
"
self
.
_version
=
"0.
8.0
"
## switches and notifications
self
.
_errors
=
notification
(
default
=
True
,
ccode
=
notification
.
_code
)
...
...
setup.py
View file @
40a174f8
...
...
@@ -23,7 +23,7 @@ from distutils.core import setup
import
os
setup
(
name
=
"nifty"
,
version
=
"0.
7
.0"
,
version
=
"0.
8
.0"
,
description
=
"Numerical Information Field Theory"
,
author
=
"Marco Selig"
,
author_email
=
"mselig@mpa-garching.mpg.de"
,
...
...
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