Skip to content

Commit

Permalink
Merge pull request #44 from milankl/mk/roundcomplex
Browse files Browse the repository at this point in the history
bump to v0.6
  • Loading branch information
milankl authored Jul 25, 2022
2 parents 76a8af1 + f2cb960 commit c13593e
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,7 +1,7 @@
name = "BitInformation"
uuid = "de688a37-743e-4ac2-a6f0-bd62414d1aa7"
authors = ["Milan <[email protected]> and contributors"]
version = "0.5.1"
version = "0.6"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down

4 comments on commit c13593e

@milankl
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
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/64910

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

@milankl
Copy link
Owner Author

Choose a reason for hiding this comment

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

@observingClouds @aaronspring I want to release BitInformation v0.6. It's a new minor release and therefore technically considered breaking, but I've only disabled the BitArray(::Matrix) conversion that had a build conflict with the standard library. However, I wanted support round and round! for complex data too, so that this release mostly includes this new feature. That means for the dependency on xbitinfo you can consider this to be non-breaking.

@observingClouds
Copy link

Choose a reason for hiding this comment

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

Thanks @milankl for informing us!

Please sign in to comment.