Skip to content

Commit 730599a

Browse files
committed
Release v0.9.0
1 parent 1b438eb commit 730599a

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: "Instantiate test environment"
3838
run: |
3939
wget https://raw.githubusercontent.com/JuliaQuantumControl/JuliaQuantumControl/master/scripts/installorg.jl
40-
julia --project=test installorg.jl
40+
julia --project=test installorg.jl --no-precompile
4141
- name: "Run tests"
4242
shell: julia --color=yes --project=test --code-coverage="@" --depwarn="yes" --check-bounds="yes" {0}
4343
run: |

.github/workflows/GRAPE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: "Instantiate test environment"
3232
run: |
3333
wget https://raw.githubusercontent.com/JuliaQuantumControl/JuliaQuantumControl/master/scripts/installorg.jl
34-
julia --project=test installorg.jl
34+
julia --project=test installorg.jl --no-precompile
3535
- name: "Run GRAPE tests"
3636
shell: julia --color=yes --project=test --code-coverage="@" --depwarn="yes" --check-bounds="yes" {0}
3737
run: |

.github/workflows/Krotov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: "Instantiate test environment"
3232
run: |
3333
wget https://raw.githubusercontent.com/JuliaQuantumControl/JuliaQuantumControl/master/scripts/installorg.jl
34-
julia --project=test installorg.jl
34+
julia --project=test installorg.jl --no-precompile
3535
- name: "Run Krotov tests"
3636
shell: julia --color=yes --project=test --code-coverage="@" --depwarn="yes" --check-bounds="yes" {0}
3737
run: |

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
Also see the [GitHub Releases](https://github.com/JuliaQuantumControl/QuantumPropagators.jl/releases).
1313

14-
## [Unreleased]
14+
## [v0.9.0] — 2026-06-15
1515

1616
* Added: `ExponentialUtilitiesPropagator`, a propagator based on `expv` from [ExponentialUtilities.jl](https://github.com/SciML/ExponentialUtilities.jl), with Krylov-subspace caching for in-place propagation [[#97]]
1717
* Added: `GuidedAmplitude`, a control amplitude defined relative to an existing reference amplitude [[#111]]
@@ -181,7 +181,8 @@ Also see the [GitHub Releases](https://github.com/JuliaQuantumControl/QuantumPro
181181

182182
Initial public release
183183

184-
[Unreleased]: https://github.com/JuliaQuantumControl/QuantumPropagators.jl/compare/v0.8.5..HEAD
184+
[Unreleased]: https://github.com/JuliaQuantumControl/QuantumPropagators.jl/compare/v0.9.0..HEAD
185+
[v0.9.0]: https://github.com/JuliaQuantumControl/QuantumPropagators.jl/releases/tag/v0.9.0
185186
[v0.8.5]: https://github.com/JuliaQuantumControl/QuantumPropagators.jl/releases/tag/v0.8.5
186187
[v0.8.4]: https://github.com/JuliaQuantumControl/QuantumPropagators.jl/releases/tag/v0.8.4
187188
[v0.8.3]: https://github.com/JuliaQuantumControl/QuantumPropagators.jl/releases/tag/v0.8.3

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "QuantumPropagators"
22
uuid = "7bf12567-5742-4b91-a078-644e72a65fc1"
33
authors = ["Michael Goerz <mail@michaelgoerz.net>"]
4-
version = "0.8.5+dev"
4+
version = "0.9.0"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

0 commit comments

Comments
 (0)