Skip to content

Commit

Permalink
Release 0.17.4 Against 2.11.3 (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv committed Sep 23, 2022
1 parent aecb89f commit 6d91699
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# In Progress
# TileDB-Py 0.17.4 Release Notes

## TileDB Embedded updates:
* TileDB-Py 0.17.4 includes TileDB Embedded [TileDB 2.11.3](https://github.com/TileDB-Inc/TileDB/releases/tag/2.11.3)

## API Changes
* Addition of `FloatScaleFilter` [#1195](https://github.com/TileDB-Inc/TileDB-Py/pull/1195)

## Misc Updates
* Wheels are minimally supported for macOS 10.15 Catalina [#1275](https://github.com/TileDB-Inc/TileDB-Py/pull/1275)

# TileDB-Py 0.17.3 Release Notes

## API Changes
Expand Down
6 changes: 3 additions & 3 deletions misc/azure-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ stages:
LIBTILEDB_VERSION: dev
LIBTILEDB_SHA: dev
${{ else }}:
TILEDBPY_VERSION: 0.17.3
LIBTILEDB_VERSION: 2.11.2
LIBTILEDB_SHA: 6ad6f767216bb26718632f9155e9d907340e62f4
TILEDBPY_VERSION: 0.17.4
LIBTILEDB_VERSION: 2.11.3
LIBTILEDB_SHA: a55a910446f947a6c58839ba4061bd3d50a1ec93
LIBTILEDB_REPO: https://github.com/TileDB-Inc/TileDB
TILEDB_SRC: "$(Build.Repository.Localpath)/tiledb_src"
TILEDB_BUILD: "$(Build.Repository.Localpath)/tiledb_build"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
### DO NOT USE ON CI

# Target branch: Note that this should be set to the current core release, not `dev`
TILEDB_VERSION = "2.11.2"
TILEDB_VERSION = "2.11.3"

# allow overriding w/ environment variable
TILEDB_VERSION = os.environ.get("TILEDB_VERSION") or TILEDB_VERSION
Expand Down

0 comments on commit 6d91699

Please sign in to comment.