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
1eeb0324
Commit
1eeb0324
authored
Aug 19, 2015
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wendelin.core v0.4
parent
9752178c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
1 deletion
+28
-1
CHANGES
CHANGES
+27
-0
setup.py
setup.py
+1
-1
No files found.
CHANGES
View file @
1eeb0324
Wendelin.core change history
============================
0.4 (2015-08-19)
----------------
- Add support for O(δ) in-place BigArray.append()
https://lab.nexedi.cn/nexedi/wendelin.core/commit/1245acc9
- Implement proper multithreading support
https://lab.nexedi.cn/nexedi/wendelin.core/commit/d53271b9
- Implement proper RAM pages invalidation when backing ZODB objects are changed
from outside
https://lab.nexedi.cn/nexedi/wendelin.core/commit/cb779c7b
https://lab.nexedi.cn/nexedi/wendelin.core/commit/92bfd03e
- Fix all kind of failures that could happen when ZODB connection changes
worker thread in-between handling requests
https://lab.nexedi.cn/nexedi/wendelin.core/commit/c7c01ce4
https://lab.nexedi.cn/nexedi/wendelin.core/commit/64d1f40b
- Tox tests now cover usage with FileStorage, ZEO and NEO ZODB storages
https://lab.nexedi.cn/nexedi/wendelin.core/commit/010eeb35
https://lab.nexedi.cn/nexedi/wendelin.core/commit/7fc4ec66
- Various bugfixes
0.3 (2015-06-12)
----------------
...
...
setup.py
View file @
1eeb0324
...
...
@@ -204,7 +204,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.
3
'
,
version
=
'0.
4
'
,
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