-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update HISTORY for 2.27.0 #5374
Open
ihnorton
wants to merge
2
commits into
dev
Choose a base branch
from
ihn/update-release-2.27
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+139
−0
Conversation
This file contains 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
ihnorton
requested review from
ypatia,
johnkerl,
dudoslav,
teo-tsirpanis,
bekadavis9 and
Shelnutt2
November 16, 2024 17:07
bekadavis9
approved these changes
Nov 16, 2024
Shelnutt2
approved these changes
Nov 16, 2024
Comment on lines
+27
to
+36
* Do not pass back RTrees to clients. [#5265](https://github.com/TileDB-Inc/TileDB/pull/5265) | ||
* Prevent potentially unsafe consolidation in dense arrays by fragment list. [#5251](https://github.com/TileDB-Inc/TileDB/pull/5251) | ||
* Improve error messages for unsupported data types in aggregates. [#5289](https://github.com/TileDB-Inc/TileDB/pull/5289) | ||
* Remove StorageManager from stats dumps. [#5297](https://github.com/TileDB-Inc/TileDB/pull/5297) | ||
* Precompute memory usage for tile offsets and error if not loadable due to memory limits. [#5310](https://github.com/TileDB-Inc/TileDB/pull/5310) | ||
* GCS object composition temporary files now end with `.tmp`, which may be used to set a lifecycle rule. [#5308](https://github.com/TileDB-Inc/TileDB/pull/5308) | ||
* Updated libmagic to version 5.45. [#5332](https://github.com/TileDB-Inc/TileDB/pull/5332) | ||
* Linux aarch64 release [#5271](https://github.com/TileDB-Inc/TileDB/pull/5271) | ||
* aarch64 release artifacts (manylinux2014 environment) [#5348](https://github.com/TileDB-Inc/TileDB/pull/5348) | ||
* Revert selective Rtree serialization to allow release testing [#5370](https://github.com/TileDB-Inc/TileDB/pull/5370) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
* Do not pass back RTrees to clients. [#5265](https://github.com/TileDB-Inc/TileDB/pull/5265) | |
* Prevent potentially unsafe consolidation in dense arrays by fragment list. [#5251](https://github.com/TileDB-Inc/TileDB/pull/5251) | |
* Improve error messages for unsupported data types in aggregates. [#5289](https://github.com/TileDB-Inc/TileDB/pull/5289) | |
* Remove StorageManager from stats dumps. [#5297](https://github.com/TileDB-Inc/TileDB/pull/5297) | |
* Precompute memory usage for tile offsets and error if not loadable due to memory limits. [#5310](https://github.com/TileDB-Inc/TileDB/pull/5310) | |
* GCS object composition temporary files now end with `.tmp`, which may be used to set a lifecycle rule. [#5308](https://github.com/TileDB-Inc/TileDB/pull/5308) | |
* Updated libmagic to version 5.45. [#5332](https://github.com/TileDB-Inc/TileDB/pull/5332) | |
* Linux aarch64 release [#5271](https://github.com/TileDB-Inc/TileDB/pull/5271) | |
* aarch64 release artifacts (manylinux2014 environment) [#5348](https://github.com/TileDB-Inc/TileDB/pull/5348) | |
* Revert selective Rtree serialization to allow release testing [#5370](https://github.com/TileDB-Inc/TileDB/pull/5370) | |
* Prevent potentially unsafe consolidation in dense arrays by fragment list. [#5251](https://github.com/TileDB-Inc/TileDB/pull/5251) | |
* Improve error messages for unsupported data types in aggregates. [#5289](https://github.com/TileDB-Inc/TileDB/pull/5289) | |
* Remove StorageManager from stats dumps. [#5297](https://github.com/TileDB-Inc/TileDB/pull/5297) | |
* Precompute memory usage for tile offsets and error if not loadable due to memory limits. [#5310](https://github.com/TileDB-Inc/TileDB/pull/5310) | |
* GCS object composition temporary files now end with `.tiledb.tmp`, which may be used to set a lifecycle rule. [#5372](https://github.com/TileDB-Inc/TileDB/pull/5372) | |
* Updated libmagic to version 5.45. [#5332](https://github.com/TileDB-Inc/TileDB/pull/5332) | |
* Linux aarch64 release [#5271](https://github.com/TileDB-Inc/TileDB/pull/5271) |
- Removed the two RTree serialization changes (the first was reverted by the second and they cancel out).
- Updated temporary file extension and PR.
- Removed the manylinux2014 aarch64 change (it's a bug fix by a change introduced in the same release cycle).
* Precompute memory usage for tile offsets and error if not loadable due to memory limits. [#5310](https://github.com/TileDB-Inc/TileDB/pull/5310) | ||
* GCS object composition temporary files now end with `.tmp`, which may be used to set a lifecycle rule. [#5308](https://github.com/TileDB-Inc/TileDB/pull/5308) | ||
* Updated libmagic to version 5.45. [#5332](https://github.com/TileDB-Inc/TileDB/pull/5332) | ||
* Linux aarch64 release [#5271](https://github.com/TileDB-Inc/TileDB/pull/5271) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be placed in "New features".
# for free
to join this conversation on GitHub.
Already have an account?
# 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.
Update HISTORY for 2.27.0. [sc-58984]
TYPE: NO_HISTORY