Skip to content

Commit f627312

Browse files
committed
bump to v1.3.0
1 parent ec3b544 commit f627312

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# News
22

3-
## v1.2.9 - 2025-04-15
3+
## v1.3.0 - 2025-04-15
44

55
- Add seminal papers section to documentation.
66
- **(breaking)** Add `hbar=2` as default convention in Gabs.
@@ -11,6 +11,10 @@
1111
- **(breaking)** Implement revamped `generaldyne` interface.
1212
- **(fix)** Trace out indices in `ptrace` indicated by `indices` rather than `setdiff(1:nmodes, indices)`.
1313

14+
## v1.2.9 - 2025-04-15
15+
16+
- Implements breaking changes noted in v1.3.0.
17+
1418
## v1.2.8 - 2025-02-06
1519

1620
- Improve performance of `blochmessiah` by 2x.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Gabs"
22
uuid = "0eb812ee-a11f-4f5e-b8d4-bb8a44f06f50"
33
authors = ["Andrew Kille"]
4-
version = "1.2.9"
4+
version = "1.3.0"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)