Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge branch 'vh/post/v0.9.0'
Browse files Browse the repository at this point in the history
* vh/post/v0.9.0:
  clear ANNOUNCE.rst
  open changelog
  bump versions
  • Loading branch information
esc committed May 17, 2015
2 parents ca6496a + 1f753cd commit 48fa1c9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 29 deletions.
30 changes: 4 additions & 26 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,34 +1,12 @@
======================
Announcing bcolz 0.9.0
======================
=======================
Announcing bcolz 0.10.0
=======================

What's new
==========

This is mostly a smallish feature and bugfix release. One large topic
was implementing 'addcol' and 'delcol' to properly handle on-disk
tables. 'addcol' now has a new keyword argument 'move' that allows you
to specify if you want to move or copy the data. 'delcol' has a new
keyword argument 'keep' which allows you preserve the data on disk when
removing a column. Additionally, ctable now supports an 'auto_flush'
keyword that makes it flush to disk automatically after any methods that
may write data.
#XXX version-specific blurb XXX#

Another important aspect is handling the GIL. In this release, we do
keep the GIL while calling Blosc compress and decompress in order to
support lock-free operation of newer Blosc versions (1.5.x and beyond)
that no longer have a global state.

Furthermore we now distribute the 'carray_ext.pxd' as part of the
package via PyPi to ease building applications on bcolz, for example
*bquery*.

Finally, the Sphinx based API documentation is now autogenerated from
the docstrings in the Python sources.

For the full list, please check the release notes at:

https://github.com/Blosc/bcolz/blob/v0.9.0/RELEASE_NOTES.rst

What it is
==========
Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Release notes for bcolz
=======================

Changes from 0.9.0 to 0.10.0
============================

- pass

Changes from 0.8.1 to 0.9.0
===========================

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.10.0.dev0
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '0.9'
version = '0.10'
# The full version, including alpha/beta/rc tags.
release = '0.9.0'
release = '0.10.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 48fa1c9

Please sign in to comment.