File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Release 0.22.3
2
+
3
+ * TileDB-Py 0.22.3 includes TileDB Embedded [ 2.16.3] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.16.3 )
4
+
5
+ ## Improvements
6
+
7
+ * Wrap Delta filter. [ #1710 ] ( https://github.com/TileDB-Inc/TileDB-Py/pull/1710 )
8
+
1
9
# Release 0.22.2
2
10
3
11
* TileDB-Py 0.22.2 includes TileDB Embedded [ 2.16.2] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.16.2 )
Original file line number Diff line number Diff line change 6
6
LIBTILEDB_VERSION : dev
7
7
LIBTILEDB_SHA : dev
8
8
${{ else }} :
9
- TILEDBPY_VERSION : 0.22.2
10
- LIBTILEDB_VERSION : 2.16.2
11
- LIBTILEDB_SHA : 07b65de96fbb9626180ba5014f958abba55b0832
9
+ TILEDBPY_VERSION : 0.22.3
10
+ LIBTILEDB_VERSION : 2.16.3
11
+ LIBTILEDB_SHA : 194b5ae2941d7b6631fba367a7afdd79350332e7
12
12
LIBTILEDB_REPO : https://github.com/TileDB-Inc/TileDB
13
13
TILEDB_SRC : " $(Build.Repository.Localpath)/tiledb_src"
14
14
TILEDB_BUILD : " $(Build.Repository.Localpath)/tiledb_build"
Original file line number Diff line number Diff line change 24
24
# - this is for builds-from-source
25
25
# - release builds are controlled by `misc/azure-release.yml`
26
26
# - this should be set to the current core release, not `dev`
27
- TILEDB_VERSION = "2.16.2 "
27
+ TILEDB_VERSION = "2.16.3 "
28
28
29
29
# allow overriding w/ environment variable
30
30
TILEDB_VERSION = os .environ .get ("TILEDB_VERSION" ) or TILEDB_VERSION
You can’t perform that action at this time.
0 commit comments