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
Carlos Ramos Carreño
wendelin.core
Commits
72df6eb6
Commit
72df6eb6
authored
Apr 16, 2018
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wendelin.core v0.12
parent
0dbf3c44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
1 deletion
+56
-1
CHANGELOG.rst
CHANGELOG.rst
+55
-0
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.rst
View file @
72df6eb6
Wendelin.core change history
============================
0.12 (2018-04-16)
-----------------
- Update licensing to be in line with whole Nexedi stack (`commit`__). Please
see https://www.nexedi.com/licensing for details, rationale and options.
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/f11386a4
- Add `ArrayRef` utility to find out for a NumPy array its top-level root
parent and how to recreate the array as some view of the root;
this builds the foundation for e.g. sending arrays as references without copy
in CMFActivity joblib backend
(`commit 1`__, 2__, 3__).
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/e9d61a89
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/d53371b6
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/450ad804
- Don't crash if during `loadblk()` garbage collection was run twice at tricky
times (`commit 1`__, 2__).
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/4228d8b6
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/3804cc39
- Don't crash on writeout if previously `storeblk()` resulted in error
(`commit`__).
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/87bf4908
- Fix `py.bench` and rework it to produce output in Go benchmarking format
(`commit 1`__, 2__, 3__, 4__, 5__); add benchmarks for handling pagefaults
(`commit`__).
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/51f252d4
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/074ce24d
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/ed13c3f9
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/fc08766d
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/5a1ed45a
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/3cfc2728
- Use zodbtools/zodburi, if available, to open database by URL
(`commit`__).
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/f785ac07
- Start to make sure it works with ZODB5 too (`commit 1`__, 2__).
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/808b59b7
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/0dbf3c44
- Various bugfixes.
0.11 (2017-03-28)
-----------------
...
...
setup.py
View file @
72df6eb6
...
...
@@ -218,7 +218,7 @@ def readfile(path):
setup
(
name
=
'wendelin.core'
,
version
=
'0.1
1
'
,
version
=
'0.1
2
'
,
description
=
'Out-of-core NumPy arrays'
,
long_description
=
'%s
\
n
----
\
n
\
n
%s'
%
(
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