Skip to content

Commit

Permalink
0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoms committed Jan 9, 2025
1 parent ad4560f commit a39ca72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Ket"
uuid = "412c778c-4733-41d8-b706-9e072557ba34"
version = "0.2.0"
version = "0.3.0"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand Down

2 comments on commit a39ca72

@araujoms
Copy link
Owner 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:

  • added multipartite local_bound for probability and correlator representations
  • added multipartite tsirelson_bound for Collins-Gisin and correlator representations
  • added multipartite versions of tensor_probability, tensor_collinsgisin and tensor_correlation
  • removed MATLAB dependency; now Tsirelson bounds are computed with QuantumNPA
  • added bipartite seesaw
  • added incompatibility_robustness
  • added Bell states

Breaking changes:

  • replaced fp2cg and cg2fp with tensor_collinsgisin and tensor_probability
  • random_unitary now returns a custom type
  • countless tiny things

@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/122679

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.3.0 -m "<description of version>" a39ca727bf396c0cb66379f0e14a4ef9ba36b4d2
git push origin v0.3.0

Please sign in to comment.