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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tuplex/tuplex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.6
Choose a base ref
...
head repository: tuplex/tuplex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 80 files changed
  • 1 contributor

Commits on Feb 24, 2025

  1. [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.
    LeonhardFS authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    f52dc5c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. 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.
    LeonhardFS authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    5c31ef1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Add arm64 runner to CI (#151)

    Add arm64 runner to CI to support Apple Silicon.
    
    Other:
    - Fix levensthein distance for ARM which only had an SSE optimized implementation.
    LeonhardFS authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    5f86a73 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. 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.
    LeonhardFS authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    04b0b44 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Add type hints (#153)

    Adds type hints and enforcement via ruff precommit to core APIs.
    LeonhardFS authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    7ee4840 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2025

  1. 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.
    LeonhardFS authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    0c42c18 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. [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.
    LeonhardFS authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    0acd574 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2025

  1. 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.
    LeonhardFS authored Aug 10, 2025
    Configuration menu
    Copy the full SHA
    5380aec View commit details
    Browse the repository at this point in the history
Loading