Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
40a174f8
Commit
40a174f8
authored
Jun 12, 2014
by
Marco Selig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version update.
parent
8122d54c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
README.rst
README.rst
+1
-1
nifty_core.py
nifty_core.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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