Skip to content

Commit

Permalink
Update HISTORY.md for 0.6.5: GCS support and manylinux2010 wheels
Browse files Browse the repository at this point in the history
- added manylinux2010 wheels w/ GCS support
- no change to libtiledb version (2.0.6)
  • Loading branch information
ihnorton committed Jul 10, 2020
1 parent 0df9f46 commit 9536c6b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# TileDB-Py 0.6.5 Release Notes

We have added manylinux2010 wheels, corresponding to CentOS6 / glibc 2.12.

We are deprecating support for manylinux1 (CentOS5 / glibc 2.0.7), which is not supported by
the Google Cloud Storage SDK. We are planning to remove manylinux1 wheel support in the
TileDB-Py 0.7 release.


## Improvements
* Enabled Google Cloud Storage support in macOS and linux (manylinux2010) wheels on PyPI ([#364](https://github.com/TileDB-Inc/TileDB-Py/pull/364))

# TileDB-Py 0.6.4 Release Notes

## API notes
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = '0.6'
# The full version, including alpha/beta/rc tags
release = '0.6.4'
release = '0.6.5'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion misc/azure-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
stages:
- stage: Release
variables:
TILEDBPY_VERSION: 0.6.4
TILEDBPY_VERSION: 0.6.5
LIBTILEDB_VERSION: 2.0.6
LIBTILEDB_SHA: d6cdfe65f70d077ca0cc50767010353fb25591d3
SDKROOT: '/Applications/Xcode_10.3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
Expand Down
2 changes: 1 addition & 1 deletion misc/pypi_linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV CMAKE /opt/python/cp27-cp27mu/bin/cmake
# settings (B)
ENV LIBTILEDB_VERSION 2.0.6
ENV LIBTILEDB_SHA d6cdfe65f70d077ca0cc50767010353fb25591d3
ENV TILEDBPY_VERSION 0.6.4
ENV TILEDBPY_VERSION 0.6.5
###############################################
# 1) Nothing builds under GCC 4.8 due to default constructor unused-parameter warnings
# 2) adding -lrt as a work-around for now because python2.7 doesn't link it, but it
Expand Down
2 changes: 1 addition & 1 deletion misc/pypi_linux/Dockerfile2010
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV CMAKE /opt/python/cp27-cp27mu/bin/cmake
# settings (B)
ENV LIBTILEDB_VERSION 2.0.6
ENV LIBTILEDB_SHA d6cdfe65f70d077ca0cc50767010353fb25591d3
ENV TILEDBPY_VERSION 0.6.4
ENV TILEDBPY_VERSION 0.6.5
###############################################
# 1) Nothing builds under GCC 4.8 due to default constructor unused-parameter warnings
# 2) adding -lrt as a work-around for now because python2.7 doesn't link it, but it
Expand Down

0 comments on commit 9536c6b

Please sign in to comment.