Skip to content

Commit 993975e

Browse files
committed
Release 0.8.2
1 parent de32991 commit 993975e

File tree

3 files changed

+9
-18
lines changed

3 files changed

+9
-18
lines changed

.github/workflows/CI-release.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,13 @@ env:
88
JULIA_PKG_PRECOMPILE_AUTO: false
99
jobs:
1010
test:
11-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
12-
runs-on: ${{ matrix.os }}
13-
strategy:
14-
fail-fast: false
15-
matrix:
16-
version:
17-
- '1.8'
18-
os:
19-
- ubuntu-latest
20-
arch:
21-
- x64
11+
name: Test for Release
12+
runs-on: ubuntu-latest
2213
steps:
2314
- uses: actions/checkout@v3
2415
- uses: julia-actions/setup-julia@v1
2516
with:
26-
version: ${{ matrix.version }}
27-
arch: ${{ matrix.arch }}
17+
version: 1
2818
- run: |
2919
# Set up registries
3020
julia --project=@. -e '

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "QuantumControl"
22
uuid = "8a270532-f23f-47a8-83a9-b33d10cad486"
33
authors = ["Michael Goerz <mail@michaelgoerz.net>"]
4-
version = "0.8.1+dev"
4+
version = "0.8.2"
55

66
[deps]
77
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
@@ -19,10 +19,10 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1919
[compat]
2020
FileIO = "1"
2121
FiniteDifferences = "0.12"
22-
GRAPE = ">=0.5.5"
22+
GRAPE = "0.5.7"
2323
JLD2 = "0.4"
24-
Krotov = ">=0.5.4"
25-
QuantumControlBase = ">=0.8.4"
26-
QuantumPropagators = ">=0.6.1"
24+
Krotov = "0.5.5"
25+
QuantumControlBase = "0.8.5"
26+
QuantumPropagators = "0.7.2"
2727
Zygote = "0.6"
2828
julia = "1.9"

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2323
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
2424
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
2525
LocalCoverage = "5f6e1e16-694c-5876-87ef-16b5274f298e"
26+
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
2627
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
2728
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
2829
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

0 commit comments

Comments
 (0)