Skip to content

Commit

Permalink
update @update doc-string
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Apr 14, 2024
1 parent 800b842 commit 0de3aec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/registry/src/update.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ To register all the models in GreatNewPackage with MLJ:
the updated metadata available to users of the next MLJModels tagged
release.
Once a new MLJModels version is released, you must make the following updates at MLJ.jl:
- Ensure `GreatNewPackage` is in the [extras] and [target] sections of the Project.toml
for MLJ.jl (for inclusion in integration tests)
- Add an entry for the new model(s) in MLJ/docs/ModelDescriptors.toml (for inclusion in
the MLJ Model Browser)
These last two actions do not require tagging a new MLJ.jl release.
"""
macro update(ex)
Expand Down

0 comments on commit 0de3aec

Please sign in to comment.