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: JuliaPy/PythonCall.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.24
Choose a base ref
...
head repository: JuliaPy/PythonCall.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 21 files changed
  • 4 contributors

Commits on Jan 22, 2025

  1. switch to hatchling build system

    Christopher Doris committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    e6791c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Add --heap-size-hint parameter (#547)

    * refactor: avoid spooky action at a distance in init
    
    * feat: add heap-size-hint
    
    * docs: add heap-size-hint to docs and release notes
    
    ---------
    
    Co-authored-by: Christopher Doris <github.com/cjdoris>
    MilesCranmer authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    2522a06 View commit details
    Browse the repository at this point in the history
  2. Add elsize method for PyArray (#593)

    Co-authored-by: Christopher Doris <github.com/cjdoris>
    cjdoris authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    d4baa18 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. Create dependabot.yml

    cjdoris authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    a3aa8f4 View commit details
    Browse the repository at this point in the history
  2. Bump actions/cache from 1 to 4 (#602)

    Bumps [actions/cache](https://github.com/actions/cache) from 1 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v1...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    3b6f91e View commit details
    Browse the repository at this point in the history
  3. Bump julia-actions/setup-julia from 1 to 2 (#603)

    Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1 to 2.
    - [Release notes](https://github.com/julia-actions/setup-julia/releases)
    - [Changelog](https://github.com/julia-actions/setup-julia/blob/master/devdocs/making_a_new_release.md)
    - [Commits](julia-actions/setup-julia@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: julia-actions/setup-julia
      dependency-version: '2'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    2a42b27 View commit details
    Browse the repository at this point in the history
  4. Bump actions/setup-python from 3 to 5 (#606)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v3...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    5a281dc View commit details
    Browse the repository at this point in the history
  5. Bump codecov/codecov-action from 1 to 5 (#605)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 5.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v1...v5)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    e2e83cf View commit details
    Browse the repository at this point in the history
  6. Update tests.yml

    cjdoris authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    0f1ef23 View commit details
    Browse the repository at this point in the history
  7. Bump actions/checkout from 2 to 4 (#604)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    f126ce2 View commit details
    Browse the repository at this point in the history
  8. Update dependabot.yml

    cjdoris authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    7be3398 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. OpenSSL compat (#613)

    * add openssl-compat for juliacall using juliapkg 0.1.17
    
    * use range specifiers
    
    * update gitignore for uv
    
    * update release notes
    
    ---------
    
    Co-authored-by: Christopher Doris <github.com/cjdoris>
    cjdoris authored May 13, 2025
    Configuration menu
    Copy the full SHA
    bd62401 View commit details
    Browse the repository at this point in the history
  2. release 0.9.25

    Christopher Doris committed May 13, 2025
    2 Configuration menu
    Copy the full SHA
    08157cc View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. bump min required julia version to 1.9 (#614)

    Co-authored-by: Christopher Doris <github.com/cjdoris>
    cjdoris authored May 14, 2025
    Configuration menu
    Copy the full SHA
    0a7d49f View commit details
    Browse the repository at this point in the history
Loading