Merged
Conversation
|
This pull request has been linked to Shortcut Story #38604: Release 0.23.0. |
awenocur
approved these changes
Dec 21, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR formalises release 0.23.0 (now at CRAN). From NEWS.md (with 'lowered' headline levels for display here):
tiledb 0.23.0
Improvements
A TileDB Array can now be opened in 'keep open' mode for subsequent use without re-opening (Add ability to make array close optional #630)
Arrays with factor (or ordered) variables now grow their factor levels in appending writes (Re-level 'factor' and 'ordered' variables with new levels #639)
Initialization of object walk order in recursive mode is now more explicit (Refactor one function to quieten compiler warning #640)
Use of TileDB Embedded was upgraded to release 2.18.3 (Use TileDB 2.18.3 #638), and 2.19.0 (Use 2.19.0 #641)
Bug Fixes
Build and Test Systems
Builds from TileDB Core non-release tarballs are now supported via new configure option (Add support for build from TileDB Core tarball #627)
Tests are more careful about using suggested packages only when present (Test if data.table and tibble installed, rewrite one for data.frame #632)
When building TileDB Core, shared linking is now requested explicitly (Add (for now) required --linkage=shared #634)
Nightly automated checks now include Core release-2.19 and add the 'curl' binary (Add release-2.19 branch, shared linkage, curl to nightly valgrind #635)
Builds on maOS now set release 11 ('Big Sur') as the required minimum version (Update macosx-version-min to 11 aka 'Big Sur' #636)