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: main
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: v1
Choose a head ref
  • 15 commits
  • 37 files changed
  • 3 contributors

Commits on Nov 6, 2023

  1. add a section for v1 release notes

    Christopher Doris committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    743063c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into v1

    Christopher Doris committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    1df6867 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge branch 'main' into v1

    Christopher Doris committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    3ac5f4d View commit details
    Browse the repository at this point in the history
  2. make PythonCall.GC more like Base.GC (#413)

    Co-authored-by: Christopher Doris <github.com/cjdoris>
    cjdoris authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    63a3e60 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into v1

    Christopher Doris committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d0cc3f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Merge branch 'main' into v1

    Christopher Doris committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    bd7e81a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Merge branch 'main' into v1

    Christopher Doris committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    19119b6 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Merge remote-tracking branch 'origin/main' into v1

    Christopher Doris committed May 4, 2024
    Configuration menu
    Copy the full SHA
    b81c389 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Merge remote-tracking branch 'origin/main' into v1

    Christopher Doris committed May 18, 2024
    Configuration menu
    Copy the full SHA
    63b2801 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Merge remote-tracking branch 'origin/main' into v1

    Christopher Doris committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e8ebcea View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. pyjl (#512)

    * change julia wrapper hierarchy
    
    * remove RawValue, TypeValue and ModuleValue from juliacall
    
    * add JlBase.__init__ and store nothing/true/false specially
    
    * more general numeric operators
    
    * rounding methods, jl_to_py, remove jlwrap numbers
    
    * update release notes
    
    * remove references to nonexistent types
    
    * add jl_callback
    
    * simpler iteration
    
    * simplify callbacks (pyfunc etc)
    
    * change to pyjl(x)
    
    * rename ArrayValue to JlArray etc
    
    * __init__ for all
    
    * mixins for consistency
    
    * improve pymacro docstring
    
    * jlwrap tests
    
    * remove old tests
    
    * pyjlset tests
    
    * pyjldict tests
    
    * pyjlio tests
    
    * pyjlarray tests
    
    * pyjlvector tests
    
    * pyjl hash, == and iter
    
    * add JlContainer
    
    * eliminate mixins and add contains and clear to JlCollection
    
    * fix keys, values, items
    
    * fix tests
    
    * tests for JlCollection
    
    * update jlwrap docs
    
    * Jl tests
    
    * JlDict tests
    
    * PySet tests
    
    * JlIO tests
    
    * more JlIO tests
    
    * rename julia wrapper classes
    
    * enable CI on v1 branch
    
    * Jl.jl_eval fix return type
    
    * adapt python tests to latest version
    
    * propagate seval -> jl_eval
    
    ---------
    
    Co-authored-by: Christopher Doris <github.com/cjdoris>
    cjdoris authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    eda0cc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Merge remote-tracking branch 'origin/main' into v1

    Christopher Doris committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    37a3c85 View commit details
    Browse the repository at this point in the history
  2. fix tests for v1

    Christopher Doris committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    02bed07 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into v1

    Christopher Doris committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2b0d376 View commit details
    Browse the repository at this point in the history
  4. test the gc queue is not empty while gil still unlocked

    Christopher Doris committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4fa1228 View commit details
    Browse the repository at this point in the history
Loading