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

Add to General registry #5

Open
MarkNahabedian opened this issue Mar 18, 2024 · 8 comments
Open

Add to General registry #5

MarkNahabedian opened this issue Mar 18, 2024 · 8 comments

Comments

@MarkNahabedian
Copy link
Owner

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Error while trying to register: "Pre-release version not allowed"

@MarkNahabedian
Copy link
Owner Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Error while trying to register: "Pre-release version not allowed"

@MarkNahabedian
Copy link
Owner Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/111228

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 v1.1.0 -m "<description of version>" fd97efc4d0cbb856e97cdce0f1944a4c1d40f73c
git push origin v1.1.0

Also, note the warning: This looks like a new registration that registers version 1.1.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.

@MarkNahabedian
Copy link
Owner Author

MarkNahabedian commented Jul 17, 2024

[noblock]
Registratior has an issue with the package name Rete. The package is named after the algorithm it implements. If you search for "Wikipedia rete" on Google the page describing the algorithm is the top result.

@MarkNahabedian
Copy link
Owner Author

@JuliaRegistrator register

Release notes:

This is the initial release of this package, which provides a platform for implementing discrimination networks based on the Rete algorithm. See traditional Artificial Intelligence texts like Russell and Norvig for a description.

The examples in the documentation are simpleminded, but another package, https://github.com/MarkNahabedian/SquareDanceReasoning.jl, makes extensive use of it.

This package does not implement unification or any pattern matching.

Forward chaining rules join those facts that match the rule's input fact types and run Julia code to filter the input facts and output new facts.

There is no retraction mechanism.

@JuliaRegistrator
Copy link

Registration pull request updated: JuliaRegistries/General/111228

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 v1.1.0 -m "<description of version>" a16548b758717a5d42d92dd9af77ce1b9d32cc78
git push origin v1.1.0

Also, note the warning: This looks like a new registration that registers version 1.1.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.

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