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

Commit

Permalink
Getting ready for 1.2.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Mar 23, 2018
1 parent 61ca517 commit 0e9addf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 23 deletions.
25 changes: 6 additions & 19 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,29 +1,16 @@
======================
Announcing bcolz 1.1.2
Announcing bcolz 1.2.0
======================

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

This is a maintenance release that brings quite a lot of improvements.
Here are the highlights:
This is a minor release that essentially updates internal C-Blosc
sources to 1.14.2. This is important for forward compatibility reasons.
Because of this an update is highly recommended.
For more info, see: http://blosc.org/posts/new-forward-compat-policy/

- Zstd is a supported codec now. Fixes #331.

- C-Blosc updated to 1.11.2.

- Added a new `defaults_ctx` context so that users can select defaults
easily without changing global behaviour. For example::

with bcolz.defaults_ctx(vm="python", cparams=bcolz.cparams(clevel=0)):
cout = bcolz.eval("(x + 1) < 0")

- Fixed a crash occurring in `ctable.todataframe()` when both `columns`
and `orient='columns'` were specified. PR #311. Thanks to Peter
Quackenbush.

- Use `pkg_resources.parse_version()` to test for version of packages.
Fixes #322 (PY27 bcolz with dask unicode error).
Also, support for Python 2.6 and 3.4 has been dropped.

For a more detailed change log, see:

Expand Down
2 changes: 1 addition & 1 deletion LICENSES/BCOLZ.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Copyright Notice and Statement for bcolz Software Library and Utilities:
Copyright (c) 2010-2011 by Francesc Alted
Copyright (c) 2012 by Continuum Analytics
Copyright (c) 2013 by Francesc Alted
Copyright (c) 2014-2017 by Francesc Alted and the bcolz contributors
Copyright (c) 2014-2018 by Francesc Alted and the bcolz contributors
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,10 @@ wider vector units.
Requisites
----------

- Python >= 2.6
- Python >= 2.7 and >= 3.5
- NumPy >= 1.8
- Cython >= 0.22 (just for compiling the beast)
- C-Blosc >= 1.8.0 (optional, as the internal Blosc will be used by default)
- unittest2 (optional, only in the case you are running Python 2.6)

Optional:

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

# General information about the project.
project = u'bcolz'
copyright = u'2010-2017 Francesc Alted and the bcolz contributors'
copyright = u'2010-2018 Francesc Alted and the bcolz contributors'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down

0 comments on commit 0e9addf

Please sign in to comment.