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

Release 0.22 against TileDB 2.16.0 #1805

Merged
merged 9 commits into from
Jul 17, 2023
Merged

Release 0.22 against TileDB 2.16.0 #1805

merged 9 commits into from
Jul 17, 2023

Conversation

ihnorton
Copy link
Member

@ihnorton ihnorton commented Jul 17, 2023

Wheel check from this build:

>>> import tiledb
tiledb.ve>>> tiledb.version()
(0, 22, 0)
>>> tiledb.libtiledb.version()
(2, 16, 0)

Copy link
Collaborator

@nguyenv nguyenv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to update HISTORY.md.

@ihnorton ihnorton force-pushed the release-build-0.22 branch 3 times, most recently from 58a4acc to 02293f5 Compare July 17, 2023 15:14
ihnorton and others added 4 commits July 17, 2023 12:28
```
2023-07-16T21:39:48.3753245Z In file included from tiledb/core.cc:39:
2023-07-16T21:39:48.3764304Z tiledb/query_condition.cc: In member function ‘pybind11::capsule tiledbpy::PyQueryCondition::__capsule__()’:
2023-07-16T21:39:48.3767740Z tiledb/query_condition.cc:61:69: error: call of overloaded ‘capsule(std::shared_ptr<tiledb::QueryCondition>*, const char [3], std::nullptr_t)’ is ambiguous
2023-07-16T21:39:48.3768212Z    61 |   py::capsule __capsule__() { return py::capsule(&qc_, "qc", nullptr); }
```

- Also pin pybind11 in pyproject
- Also pin cython<3.0
Failed to raise KeyError, I believe due to uninitialized variables.
Adds support for variable length dimension label reads. This change requires TileDB-Inc/TileDB#4142 to add dimension label support for [result_buffer_elements_nullable](https://github.com/TileDB-Inc/TileDB-Py/blob/dev/tiledb/core.cc#L717) to size read offset buffers. The experimental dimension label variant of this function is defined as `QueryExperimental::result_buffer_elements_nullable_labels` and used in this PR to determine the number of offsets read by the var-size dimension label query.
@ihnorton ihnorton force-pushed the release-build-0.22 branch 2 times, most recently from 1b0af10 to 2265e08 Compare July 17, 2023 16:31
@ihnorton ihnorton merged commit 758ebac into dev Jul 17, 2023
@ihnorton ihnorton deleted the release-build-0.22 branch July 17, 2023 19:08
@johnkerl
Copy link
Contributor

johnkerl commented Jul 17, 2023

🎆

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.

6 participants