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
Levin Zimmermann
wendelin.core
Commits
de3fdb85
Commit
de3fdb85
authored
Jun 12, 2015
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wendelin.core v0.3
parent
a5511edf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
CHANGES
CHANGES
+17
-0
setup.py
setup.py
+1
-1
No files found.
CHANGES
View file @
de3fdb85
Wendelin.core change history
Wendelin.core change history
============================
============================
0.3 (2015-06-12)
----------------
- Add support for automatic BigArray -> ndarray conversion, so that e.g. the
following::
A = BigArray(...)
numpy.mean(A) # passing BigArray to plain NumPy function
either succeeds, or raises MemoryError if not enough address space is
available to cover whole A. (current limitation is ~ 127TB on linux/amd64)
https://lab.nexedi.cn/nexedi/wendelin.core/commit/00db08d6
- Various bugfixes (build-fixes, crashes, overflows, etc)
0.2 (2015-05-25)
0.2 (2015-05-25)
----------------
----------------
...
...
setup.py
View file @
de3fdb85
...
@@ -204,7 +204,7 @@ if os.path.exists('.git'): # FIXME won't work if we are checked out as e.g. sub
...
@@ -204,7 +204,7 @@ if os.path.exists('.git'): # FIXME won't work if we are checked out as e.g. sub
setup
(
setup
(
name
=
'wendelin.core'
,
name
=
'wendelin.core'
,
version
=
'0.
2.post1
'
,
version
=
'0.
3
'
,
description
=
'Out-of-core NumPy arrays'
,
description
=
'Out-of-core NumPy arrays'
,
url
=
'http://www.wendelin.io/'
,
url
=
'http://www.wendelin.io/'
,
license
=
'GPLv3+ with wide exception for Open-Source'
,
license
=
'GPLv3+ with wide exception for Open-Source'
,
...
...
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