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
c877184f
Commit
c877184f
authored
May 25, 2015
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wendelin.core v0.2
parent
dcdb0302
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
CHANGES
CHANGES
+16
-0
setup.py
setup.py
+1
-1
No files found.
CHANGES
0 → 100644
View file @
c877184f
Wendelin.core change history
============================
0.2 (2015-05-25)
----------------
- Add support for O(1) in-place BigArray.resize()
https://lab.nexedi.cn/nexedi/wendelin.core/commit/ca064f75
- Various build bugfixes (older systems, non-std python, etc)
0.1 (2015-04-03)
----------------
- Initial release
setup.py
View file @
c877184f
...
...
@@ -179,7 +179,7 @@ if os.path.exists('.git'): # FIXME won't work if we are checked out as e.g. sub
setup
(
name
=
'wendelin.core'
,
version
=
'0.
1
'
,
version
=
'0.
2
'
,
description
=
'Out-of-core NumPy arrays'
,
url
=
'http://www.wendelin.io/'
,
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