这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@LeonhardFS
Copy link
Owner

No description provided.

LeonhardFS and others added 30 commits February 23, 2025 21:11
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.
@LeonhardFS LeonhardFS closed this Sep 30, 2025
@LeonhardFS LeonhardFS deleted the llvm-20-update branch September 30, 2025 20:04
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