Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REGISTER! #20

Closed
Saransh-cpp opened this issue Feb 17, 2022 · 14 comments
Closed

REGISTER! #20

Saransh-cpp opened this issue Feb 17, 2022 · 14 comments

Comments

@Saransh-cpp
Copy link
Owner

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/54833

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>" f994303c554c43e207421e6d70d74e6f29eb966f
git push origin v0.1.0

@Saransh-cpp Saransh-cpp pinned this issue Feb 21, 2022
@Saransh-cpp
Copy link
Owner Author

@JuliaRegistrator register

Release notes:

ChaoticEncryption v0.1.1

Documentation

Misc

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/55094

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.1 -m "<description of version>" 96e84b32df07396864160e2d3a52f434b146f737
git push origin v0.1.1

@Saransh-cpp
Copy link
Owner Author

@JuliaRegistrator register

Release notes:

ChaoticEncryption v0.2.0

Breaking changes

Features

  • lorenz_key and logistic_key are more flexible and independent now (one can specify the upper bound of pseudo-random number, hence now they are not limited only to image encryption) (#39, @Saransh-cpp)

Optimisations

  • logistic_key now pre-allocates the memory, making the function twice as fast as before (#48, @Saransh-cpp)
  • Removed redundant dependencies (#50, @Saransh-cpp)

Documentation

  • Updated all the examples to go with Julia v1.7.2 migration (#34, @Saransh-cpp)
  • All the docstrings have been updated to follow Julia v1.7.2 and to pass the doctests (#32, @Saransh-cpp)

CI

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/55729

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.2.0 -m "<description of version>" 1fc6338196338743d775893193fae5075e9ec2b1
git push origin v0.2.0

@Saransh-cpp
Copy link
Owner Author

@JuliaRegistrator register

Release notes:

ChaoticEncryption v0.3.0

Breaking changes

  • ChaoticEncryption.jl now only supports Julia versions greater than 1.6 (#60, @Saransh-cpp)

Optimisations

  • Refactored substitution_encryption and substitution_decryption under _substitution function (#55, @Saransh-cpp)
  • Images can now be encrypted/decrypted inplace (#58, @Saransh-cpp)

Documentation

Features

  • Added substitution_encryption! and substitution_decryption! to encrypt/decrypt images inplace (#58, @Saransh-cpp)

CI

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/58640

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>" 2340b68f154a8c1f290c8bc9a24e046411c2f5e8
git push origin v0.3.0

@Saransh-cpp
Copy link
Owner Author

@JuliaRegistrator register

Release notes:

ChaoticEncryption v0.3.0

Breaking changes

  • ChaoticEncryption.jl now only supports Julia versions greater than 1.6 (#60, @Saransh-cpp)

Optimisations

  • Refactored substitution_encryption and substitution_decryption under _substitution function (#55, @Saransh-cpp)
  • Images can now be encrypted/decrypted inplace (#58, @Saransh-cpp)

Documentation

Features

  • Added substitution_encryption! and substitution_decryption! to encrypt/decrypt images inplace (#58, @Saransh-cpp)

CI

@JuliaRegistrator
Copy link

Registration pull request updated: JuliaRegistries/General/58640

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>" 288f9b37790bcce0745507a47a698d17108c2cc4
git push origin v0.3.0

@Saransh-cpp
Copy link
Owner Author

@JuliaRegistrator register

Release notes:

ChaoticEncryption v0.3.1

Optimisations

  • Completely vectorized the substitution algorithm, removing the nested for loop (#75, @Saransh-cpp)

Misc

  • Added utility funtions for ChaoticEncryption.jl developers (#75, @Saransh-cpp)

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/59298

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.1 -m "<description of version>" 8f6311cf10832b9cdde076c0470b8cb10fb23ab4
git push origin v0.3.1

@Saransh-cpp
Copy link
Owner Author

@JuliaRegistrator register

Release notes:

ChaoticEncryption v0.3.2

Optimisations

  • Added _substitute_pixel to perform substitution for a single pixel, and replaced the current implementation of substitution algorithm with the same (#78, @Saransh-cpp)

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/59390

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.2 -m "<description of version>" 93baccf0d54a8446343f56b0e114bf56ec5d195c
git push origin v0.3.2

@Saransh-cpp
Copy link
Owner Author

Use commit messages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants