adolgert / CompetingClocks.jl

Simplest simulation to use non-Exponential transitions
MIT License
5 stars 0 forks source link

Package Should be Registered #63

Open adolgert opened 5 months ago

adolgert commented 5 months ago

@JuliaRegistrator register()

JuliaRegistrator commented 5 months ago

Registration pull request created: JuliaRegistries/General/107867

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

Also, note the warning: This looks like a new registration that registers version 0.2.0. Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

adolgert commented 5 months ago

@JuliaRegistrator register()

Release Notes:

Fleck provides samplers that choose the next event and next time for continuous-time discrete event simulation (DES). It supports simulation by providing exact stochastic simulation algorithms (SSA) for non-Exponential distributions. Whereas SimJulia is process-oriented, Fleck is event-oriented. The goal of Fleck is to enable correct and efficient simulation of chemical processes, disease processes, queueing models, generalized stochastic Petri nets, and other frameworks for continuous-time discrete event simulation.

JuliaRegistrator commented 5 months ago

Registration pull request created: JuliaRegistries/General/107868

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>" 8fdd30b834321458a40e73ba2cc0ac9465a320d2
git push origin v0.1.0
adolgert commented 5 months ago

@JuliaRegistrator register()

Release Notes:

The CompetingClocks package provides samplers that choose the next event and next time for continuous-time discrete event simulation (DES). It supports simulation by providing exact stochastic simulation algorithms (SSA) for non-Exponential distributions. Whereas SimJulia is process-oriented, CompetingClocks is event-oriented. The goal of CompetingClocks is to enable correct and efficient simulation of chemical processes, disease processes, queueing models, generalized stochastic Petri nets, and other frameworks for continuous-time discrete event simulation.

JuliaRegistrator commented 5 months ago

Registration pull request created: JuliaRegistries/General/107888

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