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

Remove Cython Dependency #2118

Merged
merged 9 commits into from
Dec 9, 2024
Merged

Remove Cython Dependency #2118

merged 9 commits into from
Dec 9, 2024

Conversation

kounelisagis
Copy link
Member

@kounelisagis kounelisagis commented Dec 7, 2024

This PR removes the dependency of the repository on Cython. From this point onward, pybind11 will be the sole way for communicating with libtiledb. This change will simplify maintenance, reducing complexity and ensuring a more streamlined development process for future updates.

cc: @dudoslav for visibility.


[sc-59525]

@kounelisagis kounelisagis marked this pull request as ready for review December 9, 2024 08:54
@dudoslav
Copy link
Collaborator

dudoslav commented Dec 9, 2024

A lot of changes are made here but it looks good to me, of course all CI tests must pass. Also, don't forget that we need to update tiledb-py-feedstock dependency list by removing Cython:
-> https://github.com/conda-forge/tiledb-py-feedstock/blob/main/recipe/meta.yaml#L22

@kounelisagis kounelisagis changed the title Drop Cython Support Remove Cython Dependency Dec 9, 2024
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.

This is amazing! I'm so glad you were able to complete the Cython to Pybind11 work!

@kounelisagis kounelisagis merged commit 3bd7281 into pybind11-full Dec 9, 2024
33 checks passed
@kounelisagis kounelisagis deleted the agis/drop-cython branch December 9, 2024 19:12
@johnkerl
Copy link
Contributor

johnkerl commented Dec 9, 2024

🚀

kounelisagis added a commit that referenced this pull request Dec 20, 2024
* Move version method to pybind11
* Delete libtiledb.pyx, libtiledb.pxd, and common.pxi
* Add __iter__ for FragmentsInfoIterator
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.

4 participants