From 369a30ee0be28a2b0ca93c416910af5e11421edc Mon Sep 17 00:00:00 2001 From: Andrew Kille <68079167+apkille@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:56:06 -0400 Subject: [PATCH] update project.toml (#60) --- CHANGELOG.md | 10 +++------- Project.toml | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a12857..f336dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,13 @@ # News -## v0.3.3 - 2024-07-02 - -- Introduced `qexpand` function that manually expands expressions containing quantum objects. -- Organized automatic scaling and flattening procedures. -- Added `express.md` to docs. - -## v0.3.2 - 2024-06-28 +## v0.3.2 - 2024-07-02 - Added documentation for `express`. - `qsimplify` can now traverse through subexpressions using Prewalk from SymbolicUtils.jl. - Updated `latexify` capabilities. - **(fix)** There was a bug for latexifying dagger objects. +- Introduced `qexpand` function that manually expands expressions containing quantum objects. +- Organized automatic scaling and flattening procedures. ## v0.3.1 - 2024-06-21 diff --git a/Project.toml b/Project.toml index 58d45f7..2ed9266 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuantumSymbolics" uuid = "efa7fd63-0460-4890-beb7-be1bbdfbaeae" authors = ["QuantumSymbolics.jl contributors"] -version = "0.3.3" +version = "0.3.2" [deps] Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"