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/PyCallJLD.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: JuliaPy/PyCallJLD.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 2 files changed
  • 3 contributors

Commits on Jul 13, 2020

  1. Update Project.toml

    OkonSamuel authored Jul 13, 2020
    Copy the full SHA
    c2800c9 View commit details
  2. Update Project.toml

    OkonSamuel authored Jul 13, 2020
    Copy the full SHA
    a1ac7a7 View commit details
  3. Merge pull request #15 from OkonSamuel/patch-4

    Update compact for JLD
    cstjean authored Jul 13, 2020
    Copy the full SHA
    cc6513a View commit details

Commits on May 5, 2021

  1. bump JLD versions

    ymtoo committed May 5, 2021
    Copy the full SHA
    00078cc View commit details

Commits on May 6, 2021

  1. bump patch version to 0.2.1

    ymtoo committed May 6, 2021
    Copy the full SHA
    7a95818 View commit details

Commits on May 7, 2021

  1. Merge pull request #16 from ymtoo/patch-1

    bump JLD versions
    cstjean authored May 7, 2021
    6
    Copy the full SHA
    73c393e View commit details
  2. Update TagBot yml

    cstjean committed May 7, 2021
    Copy the full SHA
    f2def76 View commit details
Showing with 9 additions and 5 deletions.
  1. +6 −2 .github/workflows/TagBot.yml
  2. +3 −3 Project.toml
8 changes: 6 additions & 2 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: TagBot
on:
schedule:
- cron: 0 * * * *
issue_comment:
types:
- created
workflow_dispatch:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "PyCallJLD"
uuid = "de320387-30cd-5f83-91a8-a6e0ae8b8444"
version = "0.2.0"
version = "0.2.1"

[deps]
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"

[compat]
julia = "1"
PyCall = "1.91.4"
JLD = "0.9.2"
PyCall = "1.91"
JLD = "0.9, 0.10, 0.11, 0.12"

[extras]
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"