MarkNahabedian / Rete.jl

An inplementation of the Rete knowledge based system shell.
MIT License
0 stars 0 forks source link

Add to General registry #5

Open MarkNahabedian opened 5 months ago

MarkNahabedian commented 5 months ago

@JuliaRegistrator register()

JuliaRegistrator commented 5 months ago

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

MarkNahabedian commented 5 months ago

@JuliaRegistrator register()

JuliaRegistrator commented 5 months ago

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

MarkNahabedian commented 1 month ago

@JuliaRegistrator register()

JuliaRegistrator commented 1 month ago

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 commented 1 month ago

[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 commented 1 month ago

@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 commented 1 month ago

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.