TileDB-Inc / TileDB-VCF

Efficient variant-call data storage and retrieval library using the TileDB storage library.
https://tiledb-inc.github.io/TileDB-VCF/
MIT License
88 stars 15 forks source link

Bump nightly release branch to 2.21 #700

Closed jdblischak closed 5 months ago

jdblischak commented 5 months ago

The recent fix for CMake 3.29.1 was backported to release-2.21 (https://github.com/TileDB-Inc/TileDB/pull/4864)

Closes #694

jdblischak commented 5 months ago

@ihnorton @nguyenv what is the process for creating release branches in TileDB-Py? Are they always created after every release, or only as needed? The nightly job for TileDB-VCF includes builds against the release versions of TileDB and TileDB-Py, but I can't find a release branch for TileDB-Py 0.27.x. Should I switch to using tags as the reference for the release of TileDB-Py?

ihnorton commented 5 months ago

only as needed

Yes; we usually are able to maintain compatibility across versions and release from dev right now.