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/pyjulia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.6
Choose a base ref
...
head repository: JuliaPy/pyjulia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.7
Choose a head ref
  • 14 commits
  • 23 files changed
  • 1 contributor

Commits on Sep 14, 2020

  1. Bump to 0.5.7.dev

    tkf committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    2dea434 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. Add zenodo badge (#430)

    tkf authored Nov 28, 2020
    Configuration menu
    Copy the full SHA
    87c669e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Configuration menu
    Copy the full SHA
    3c76992 View commit details
    Browse the repository at this point in the history
  2. Support Julia 1.7 (#457)

    * Update Julia versions in CI
    
    * Ignore when jl_ is not defined
    
    * Skip running tests with nightly for now
    
    * Use chdir hack in macOS
    
    * Skip sysimage tests in macOS
    
    * More verbose import error if debug=True
    tkf authored Oct 24, 2021
    Configuration menu
    Copy the full SHA
    0f1ac43 View commit details
    Browse the repository at this point in the history
  3. Test with Python 3.9 and 3.10 (#458)

    * Update Python versions
    
    * Skip test_compiled_modules_no in Python >= 3.9
    
    * Skip test_sysimage.test_* in Python >= 3.9
    
    * Ignore Python 3.10 on Windows x86 (not added yet?)
    tkf authored Oct 24, 2021
    Configuration menu
    Copy the full SHA
    11fed52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15d5269 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Disable codecov status (#461)

    tkf authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    f577d9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bee73ec View commit details
    Browse the repository at this point in the history
  3. Support Julia 1.8 (#460)

    * Reenable nightly
    
    * Don't fail when jl_typeof is missing
    
    * Skip sysimage tests on Julia nightly
    tkf authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    8d576ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b40d81 View commit details
    Browse the repository at this point in the history
  5. Update software versions in publish.yml (#466)

    * Update Python used in publish.yml to 3.9
    
    * Use Julia 1.6 in publish.yml
    
    * Update pypa/gh-action-pypi-publish to v1.4.2
    tkf authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    e9de712 View commit details
    Browse the repository at this point in the history
  6. Update package classifiers (#467)

    * Include Python 3.9 and 3.10 classifiers
    
    * Add 'Programming Language :: Julia'
    tkf authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    649a7a6 View commit details
    Browse the repository at this point in the history
  7. Revert "Add 'Programming Language :: Julia'" (#470)

    Got:
    
    > Invalid value for classifiers. Error: Classifier 'Programming Language :: Julia' is not a valid classifier.
    
    https://github.com/JuliaPy/pyjulia/runs/3993407189?check_suite_focus=true#step:7:22
    tkf authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    a643924 View commit details
    Browse the repository at this point in the history
  8. Bump to 0.5.7

    tkf committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    39dfcd2 View commit details
    Browse the repository at this point in the history
Loading