Skip to content

Commit

Permalink
Update HISTORY for 0.6.6; bump libtiledb to 2.0.8 and wheel deprecati…
Browse files Browse the repository at this point in the history
…on notices

- Note that this is a bump to 2.0.8 on the release branch, x-ref:
  71d36a3
- Add notice about upcoming drop of wheel support for macOS 10.9-10.12
  • Loading branch information
ihnorton committed Jul 31, 2020
1 parent a2c35e9 commit b18c80e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
**Note that we will be removing support for [manylinux1](https://github.com/pypa/manylinux/tree/manylinux1) wheels in TileDB-Py 0.7 (planned for release in August 2020).** manylinux1 is based on CentOS5, which has been unsupported for several years. We now provide wheels built with [manylinux2010](https://www.python.org/dev/peps/pep-0571/), which is based on CentOS6 / glibc 2.12.

## Improvements
* Bump release target to [TileDB 2.0.7](https://github.com/TileDB-Inc/TileDB/releases/tag/2.0.7)
* Bump release target to [TileDB 2.0.8](https://github.com/TileDB-Inc/TileDB/releases/tag/2.0.7)

## Bug fixes
* Check for resizing offset buffers independently to fix query completion [#377](https://github.com/TileDB-Inc/TileDB-Py/pull/377)

# TileDB-Py 0.6.5 Release 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.5'
release = '0.6.6'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions misc/azure-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ stages:
- stage: Release
variables:
TILEDBPY_VERSION: 0.6.6
LIBTILEDB_VERSION: 2.0.7
LIBTILEDB_SHA: 2058d3de138d6b11446c485fcfd0da70bfd6d038
LIBTILEDB_VERSION: 2.0.8
LIBTILEDB_SHA: db4137630512c8dd302776e4fd3cf7f3f10a890f
SDKROOT: '/Applications/Xcode_10.3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
TILEDB_SRC: '$(Build.Repository.Localpath)/tiledb_src'
TILEDB_BUILD: '$(Build.Repository.Localpath)/tiledb_build'
Expand Down
4 changes: 2 additions & 2 deletions misc/pypi_linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ ENV CMAKE /opt/python/cp27-cp27mu/bin/cmake

###############################################
# settings (B)
ENV LIBTILEDB_VERSION 2.0.7
ENV LIBTILEDB_SHA 2058d3de138d6b11446c485fcfd0da70bfd6d038
ENV LIBTILEDB_VERSION 2.0.8
ENV LIBTILEDB_SHA db4137630512c8dd302776e4fd3cf7f3f10a890f
ENV TILEDBPY_VERSION 0.6.6
###############################################
# 1) Nothing builds under GCC 4.8 due to default constructor unused-parameter warnings
Expand Down
4 changes: 2 additions & 2 deletions misc/pypi_linux/Dockerfile2010
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ ENV CMAKE /opt/python/cp27-cp27mu/bin/cmake

###############################################
# settings (B)
ENV LIBTILEDB_VERSION 2.0.7
ENV LIBTILEDB_SHA 2058d3de138d6b11446c485fcfd0da70bfd6d038
ENV LIBTILEDB_VERSION 2.0.8
ENV LIBTILEDB_SHA db4137630512c8dd302776e4fd3cf7f3f10a890f
ENV TILEDBPY_VERSION 0.6.6
###############################################
# 1) Nothing builds under GCC 4.8 due to default constructor unused-parameter warnings
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_zipfile(url):
print("setup.py sys.argv is: ", sys.argv)

# Target branch
TILEDB_VERSION = "2.0.7"
TILEDB_VERSION = "2.0.8"
# allow overriding w/ environment variable
TILEDB_VERSION = os.environ.get("TILEDB_VERSION") or TILEDB_VERSION

Expand Down

0 comments on commit b18c80e

Please sign in to comment.