Skip to content

Commit

Permalink
chore: update project version to 0.1.0 and dependencies to latest ver…
Browse files Browse the repository at this point in the history
…sions
  • Loading branch information
aarontrowbridge committed Jan 9, 2025
1 parent 03660ea commit 4d3a98b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "QuantumCollocationCore"
uuid = "2b384925-53cb-4042-a8d2-6faa627467e1"
authors = ["Aaron Trowbridge <aaron.j.trowbridge@gmail.com> and contributors"]
version = "0.0.1"
version = "0.1.0"

[deps]
Einsum = "b7d42ee7-0b51-5a75-98ca-779d3107e4c0"
Expand All @@ -27,16 +27,16 @@ Einsum = "0.4"
ExponentialAction = "0.2"
FiniteDiff = "2.26"
ForwardDiff = "0.10"
Ipopt = "1.6"
Ipopt = "1.7"
JLD2 = "0.5"
Libdl = "1.10, 1.11"
LinearAlgebra = "1.10, 1.11"
MathOptInterface = "1.33"
MathOptInterface = "1.34"
NamedTrajectories = "0.2"
PiccoloQuantumObjects = "0.1"
Reexport = "1.2"
SparseArrays = "1.10, 1.11"
Symbolics = "6.17"
Symbolics = "6.22"
TestItemRunner = "1.0"
TestItems = "1.0"
TrajectoryIndexingUtils = "0.1"
Expand Down

4 comments on commit 4d3a98b

@aarontrowbridge
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/122708

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 4d3a98bb34499f2d84c04f01eac203a24cdabf99
git push origin v0.1.0

@aarontrowbridge
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Breaking changes

  • refactored integrator abstract types (e.g. QuantumStateIntegrator, UnitaryIntegrator, DensityOperatorIntegrator <: QuantumIntegrator)
  • standardized state components field in QuantumIntegrators: state_components

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/122708

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 4d3a98bb34499f2d84c04f01eac203a24cdabf99
git push origin v0.1.0

Please sign in to comment.