Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
wendelin.core
Commits
7464644e
Commit
7464644e
authored
Jun 13, 2016
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wendelin.core v0.6
parent
1b4ca907
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
CHANGELOG.rst
CHANGELOG.rst
+17
-0
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.rst
View file @
7464644e
Wendelin.core change history
Wendelin.core change history
============================
============================
0.6 (2016-06-13)
----------------
- Add support for FORTRAN ordering (`commit 1`__, 2__)
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/ab9ca2df
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/2ca0f076
- Avoid deadlocks via doing `loadblk()` calls with virtmem lock released
(`commit 1`__, 2__)
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/f49c11a3
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/0231a65d
- Various bugfixes
0.5 (2015-10-02)
0.5 (2015-10-02)
----------------
----------------
...
...
setup.py
View file @
7464644e
...
@@ -206,7 +206,7 @@ def readfile(path):
...
@@ -206,7 +206,7 @@ def readfile(path):
setup
(
setup
(
name
=
'wendelin.core'
,
name
=
'wendelin.core'
,
version
=
'0.
5
'
,
version
=
'0.
6
'
,
description
=
'Out-of-core NumPy arrays'
,
description
=
'Out-of-core NumPy arrays'
,
long_description
=
'%s
\
n
----
\
n
\
n
%s'
%
(
long_description
=
'%s
\
n
----
\
n
\
n
%s'
%
(
readfile
(
'README.rst'
),
readfile
(
'CHANGELOG.rst'
)),
readfile
(
'README.rst'
),
readfile
(
'CHANGELOG.rst'
)),
...
...
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