-
Notifications
You must be signed in to change notification settings - Fork 47
Comparing changes
Open a pull request
base repository: tuplex/tuplex
base: v0.3.6
head repository: tuplex/tuplex
compare: master
- 8 commits
- 80 files changed
- 1 contributor
Commits on Feb 24, 2025
-
[DOC] Update version to 0.3.7 (#149)
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.
Configuration menu - View commit details
-
Copy full SHA for f52dc5c - Browse repository at this point
Copy the full SHA f52dc5cView commit details
Commits on Feb 26, 2025
-
Deprecate python 3.8, add support for 3.12 and 3.13 (#150)
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.
Configuration menu - View commit details
-
Copy full SHA for 5c31ef1 - Browse repository at this point
Copy the full SHA 5c31ef1View commit details
Commits on Mar 5, 2025
-
Add arm64 runner to CI to support Apple Silicon. Other: - Fix levensthein distance for ARM which only had an SSE optimized implementation.
Configuration menu - View commit details
-
Copy full SHA for 5f86a73 - Browse repository at this point
Copy the full SHA 5f86a73View commit details
Commits on Mar 8, 2025
-
Add precommit with ruff formatting (#152)
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.
Configuration menu - View commit details
-
Copy full SHA for 04b0b44 - Browse repository at this point
Copy the full SHA 04b0b44View commit details
Commits on Mar 11, 2025
-
Adds type hints and enforcement via ruff precommit to core APIs.
Configuration menu - View commit details
-
Copy full SHA for 7ee4840 - Browse repository at this point
Copy the full SHA 7ee4840View commit details
Commits on Mar 16, 2025
-
Add check for pyarrow to avoid segfault when pyarrow is loaded in the…
… process (#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.
Configuration menu - View commit details
-
Copy full SHA for 0c42c18 - Browse repository at this point
Copy the full SHA 0c42c18View commit details
Commits on Jul 16, 2025
-
[CI] Orc version update for cmake v4 (#157)
Update ORC dependency to 2.1.3, snappy and zstd. Fix build errors caused by cmake v4. Set minimum macOS version supported to 13.6.
Configuration menu - View commit details
-
Copy full SHA for 0acd574 - Browse repository at this point
Copy the full SHA 0acd574View commit details
Commits on Aug 10, 2025
-
Add dockerfile with ubuntu 24.04 in scripts (#158)
Adds new ubuntu 24.04 dockerfile and install requirements script. Other: - Silence std::move warning in GCC for IRBuilder<>. - Modify github actions to auto-cancel actions when new commit is pushed.
Configuration menu - View commit details
-
Copy full SHA for 5380aec - Browse repository at this point
Copy the full SHA 5380aecView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.6...master