forked from tuplex/tuplex
-
Notifications
You must be signed in to change notification settings - Fork 0
cmake update #3
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
Closed
Closed
cmake update #3
Conversation
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
Update version to 0.3.7. Other: - Update macos runner to macos13 (last github action runner to support x86) - Remove packaging of lambda runner in github wheel to reduce size. - Update github artifact action to v4. - Use more recent pybind v2.13.6. - Add patch for snappy to avoid error on macos/cmake when building with ORC support. - Add lxml_html_clean for jupyter/notebook testing. - Print explicitly for collect how many elements are transferred in logger.
Deprecates python 3.8 (EOL Dec'24), adds support for Python 3.12 and 3.13. Other: - Changes unicode conversion to use `PyUnicode_AsUTF8AndSize` instead of macros. - Adds 3.12 and 3.13 to ubuntu/macos github action CI matrix. - Updates README.md badges with new supported python versions.
Add arm64 runner to CI to support Apple Silicon. Other: - Fix levensthein distance for ARM which only had an SSE optimized implementation.
Adds precommit with ruff formatting for python package. Other: - Fixes bug in WorkQueue where in multi-threaded scenarios tasks where the wait condition on `_numPendingTasks` was met before adding a task to the completed storage resulting in empty results being returned.
Adds type hints and enforcement via ruff precommit to core APIs.
… process (tuplex#154) Issue aws/aws-sdk-cpp#2699 happens when pyarrow and tuplex are used together. If you import tuplex first, and then pyarrow then there is no problem. However, if you import pyarrow first and then tuplex the bug is triggered in pyarrow leading to the process segfaulting. While the primary goal is not to fix bugs in 3rd party libraries, pyarrow's prevalence warrants to issue an error. Other: Adds AWS SDK shutdown on process exit.
…into llvm-20-update
…into llvm-20-update
…ve been empty. Fix Type[T] types on deoptimizeType funciton.
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.
No description provided.