Skip to content

Commit

Permalink
Preparations for 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MathMagique committed Sep 15, 2017
1 parent 0d9073a commit a0ec132
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ Version history / changelog

From version 2.0.0, turbodbc adapts semantic versioning.

Version 2.x.y (unreleased)
Version 2.3.0 (unreleased)
--------------------------

* Upgraded to pybind11 2.2.x
* ``fetchallarrow()`` has an additional option to enable the fetching of string
* Added an option to ``fetchallarrow()`` that enables the fetching of string
columns as dictionary-encoded string columns. In most cases, this increases
performance and reduces RAM usage. Arrow columns of type ``dictionary[string]``
will result in ``pandas.Categorical`` columns on conversion.
* Updated pybind11 dependency to version 2.2+
* Fixed a symbol visibility issue when building Arrow unit tests on systems
that hide symbols by default.

Version 2.2.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def get_extension_modules():


setup(name = 'turbodbc',
version = '2.2.0',
version = '2.3.0',
description = 'turbodbc is a Python DB API 2.0 compatible ODBC driver',
include_package_data = True,
url = 'https://github.com/blue-yonder/turbodbc',
Expand Down

0 comments on commit a0ec132

Please sign in to comment.