Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move several APIs out of experimental. #4919

Merged
merged 5 commits into from
May 2, 2024
Merged

Move several APIs out of experimental. #4919

merged 5 commits into from
May 2, 2024

Conversation

teo-tsirpanis
Copy link
Member

@teo-tsirpanis teo-tsirpanis commented Apr 29, 2024

SC-46300
SC-46301

This PR moves the following C APIs (and their C++ equivalents) to stable:

  • tiledb_group_*
  • tiledb_array_delete
  • tiledb_array_delete_array
  • tiledb_array_upgrade_version

The changes are simply moving code around.


TYPE: C_API
DESC: Experimental APIs related to groups, deleting arrays and upgrading the format version of arrays were moved to stable. You can use them without including <tiledb_experimental.h>.


TYPE: CPP_API
DESC: The experimental Group class was moved to stable. You can use it without including <tiledb_experimental>.

@teo-tsirpanis teo-tsirpanis force-pushed the teo/experimental-apis branch from 9401999 to 8cbefb4 Compare April 29, 2024 20:04
@KiterLuc KiterLuc merged commit 2d50d98 into dev May 2, 2024
59 checks passed
@KiterLuc KiterLuc deleted the teo/experimental-apis branch May 2, 2024 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants