Comparing master...numpy-2 · CovertLab/arrow · GitHub
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: CovertLab/arrow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CovertLab/arrow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: numpy-2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Dec 5, 2024

  1. update for numpy 2 and current build tools

    * Split out `publish.sh` from `release.sh` (one must check things out before proceeding to the publish steps).
    * `python setup.py sdist` is deprecated. Switch to `python -m build --no-isolation`. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html and  https://build.pypa.io/en/stable/index.html
      * TODO: Why can't it find numpy without `--no-isolation`?
    * Drop Python 2.
    * Require Cython 3.
      * TODO: Remove the use of the `six` package.
    * Define v1.1.0.
    1fish2 committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    c4f197f View commit details
    Browse the repository at this point in the history
Loading