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

Issue to trigger new releases #39

Closed
ablaom opened this issue Mar 4, 2024 · 8 comments
Closed

Issue to trigger new releases #39

ablaom opened this issue Mar 4, 2024 · 8 comments

Comments

@ablaom
Copy link
Member

ablaom commented Mar 4, 2024

No description provided.

@ablaom ablaom pinned this issue Mar 4, 2024
@ablaom ablaom closed this as completed Mar 4, 2024
@pebeto
Copy link
Member

pebeto commented Mar 5, 2024

@JuliaRegistrator register branch=main

Release notes:

(fix)

  • Solving Documenter pipeline failing on building
  • Increasing project maintainability
  • Increasing code test coverage

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/102333

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

@pebeto
Copy link
Member

pebeto commented Apr 15, 2024

@JuliaRegistrator register branch=main

Release notes:

Addings

  • URI default to ENV["MLFLOW_TRACKING_URI"] if exists, just as mlflow documentation mentions.

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/104952

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

@pebeto
Copy link
Member

pebeto commented May 17, 2024

@JuliaRegistrator register branch=main

Release notes:

  • Moved baseuri to apiroot, allowing users to specify its own API route (improving compatibility with platforms)
  • Removed healthcheck function due to lack of support. It is not working on every platform providing a mlflow instance
  • Added a MLFLOW_TRACKING_URI check when running tests

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/107077

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.5.1 -m "<description of version>" 050fa81a1319201fa91e1d17070eed5baa9fca50
git push origin v0.5.1

Also, note the warning: Version 0.5.1 skips over 0.5.0
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.

@pebeto
Copy link
Member

pebeto commented Feb 10, 2025

@JuliaRegistrator register branch=main

Release notes:

  • New project structure to ensure better maintainability.
  • Adopting Blue Style to improve readability.
  • Pair with all the types from MLflow REST API.
  • Implement all the endpoints from MLflow latest release.
  • Improved documentation with multiple dispatch definitions.
  • Simplify function definitions.
  • Simplify test definitions.

Important

This update comes with some breaking changes. Projects like MLJFlow.jl will need to update carefully. It will be the same with personal projects.

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/124745

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

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

3 participants