aldma / CombinatorialIntegralApproximations.jl

Solving binary approximation problems in Julia
MIT License
0 stars 0 forks source link

first release? #1

Closed aldma closed 2 weeks ago

aldma commented 2 weeks ago

Basic BinApprox model and CombinaSUR solver, with tests and example

aldma commented 2 weeks ago

@JuliaRegistrator register()

JuliaRegistrator commented 2 weeks ago

Registration pull request created: JuliaRegistries/General/116031

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.0.1 -m "<description of version>" c2dfcae7ace17035e554a37468c48691ae2cb9cd
git push origin v0.0.1
aldma commented 2 weeks ago

changed name to CombinatorialIntegralApproximations.jl for clarity

@JuliaRegistrator register()

JuliaRegistrator commented 2 weeks ago

Registration pull request created: JuliaRegistries/General/116034

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.0.1 -m "<description of version>" c7333238a611e8e844d3e7244e9b308aa1c6ee4e
git push origin v0.0.1
aldma commented 2 weeks ago

Done :rocket: