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 releases #19

Closed
pebeto opened this issue Aug 23, 2023 · 18 comments
Closed

Issue to trigger releases #19

pebeto opened this issue Aug 23, 2023 · 18 comments
Assignees

Comments

@pebeto
Copy link
Member

pebeto commented Aug 23, 2023

No description provided.

@pebeto pebeto pinned this issue Aug 23, 2023
@JuliaAI JuliaAI deleted a comment from JuliaRegistrator Aug 23, 2023
@JuliaAI JuliaAI deleted a comment from JuliaRegistrator Aug 23, 2023
@pebeto pebeto unpinned this issue Aug 23, 2023
@pebeto pebeto pinned this issue Aug 23, 2023
@pebeto pebeto self-assigned this Aug 23, 2023
@pebeto
Copy link
Member Author

pebeto commented Aug 23, 2023

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/90194

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.1 -m "<description of version>" e271c898cdf5c042336712e37238c5515d773b6b
git push origin v0.1.1

@ablaom
Copy link
Member

ablaom commented Sep 28, 2023

@JuliaRegistrator register branch=master

Release notes:

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/92417

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>" a312d4567c02382d87591baeb9c099eab75294c4
git push origin v0.2.0

@ablaom
Copy link
Member

ablaom commented Nov 20, 2023

@JuliaRegistrator register branch=master

Release notes:

(breaking) Rename MLFlowLogger (exported) to Logger (unexported). So a logger instance is now instantiated with using MLJFlow; logger = MLJFlow.Logger(baseuri).

(testing) Facilitate local testing by adding MLFLOW_URI environment variable to set the location of the running MLflow service (#30)

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/95665

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

@pebeto
Copy link
Member Author

pebeto commented Mar 7, 2024

@JuliaRegistrator register branch=master

Release notes:

(breaking) Removing healthcheck function on Logger() instantiation due to platforms inconsistency (see #34).

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/102489

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.0 -m "<description of version>" f1652ec9100f0885f8957ca40d597174204c25f7
git push origin v0.4.0

@ablaom
Copy link
Member

ablaom commented Mar 8, 2024

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/102504

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.4.1 -m "<description of version>" 23ebec5db3fc981f6f918844200b10d3aa14c083
git push origin v0.4.1

@pebeto
Copy link
Member Author

pebeto commented May 17, 2024

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Error while trying to register: Version 0.4.1 already exists

@pebeto
Copy link
Member Author

pebeto commented May 17, 2024

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/107098

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

@pebeto
Copy link
Member Author

pebeto commented May 21, 2024

@JuliaRegistrator register branch=master

Release notes:

  • [new feature] Added complete support with MLJ's TunedModel, being fully-compatible with accelerators (CPUThreads() and CPUProcesses()). This feature is not supported by mlflow, but implemented here following a Producer-Consumer pattern using a Channel approach.
  • [fix] Logger is now a mutable struct, which means that its fields are modifiable outside instantiation.

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/107349

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.3 -m "<description of version>" ac8336d5d139b6b2b3818d190128658f93586d75
git push origin v0.4.3

@pebeto pebeto closed this as completed May 21, 2024
@pebeto
Copy link
Member Author

pebeto commented May 21, 2024

@JuliaRegistrator register branch=master

Release notes:

  • [breaking] Renaming _logging_channel to logging_channel, and changing its type from Channel{Tuple} to Union{Channel{Tuple}, Nothing}
  • [breaking] open_logging_channel function now requires a Logger instance and doesn't return a Channel anymore. The reason is to keep logging_channel in a "private" form in our model
  • [improvement] Removed non-useful wait!(result_channel) in src/base.jl
  • [improvement] Explicitly closing the logging_channel when a result is retrieved in the background worker

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/107366

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.0 -m "<description of version>" e692921a4b34f78f88ecb24c7515df9e107267e2
git push origin v0.5.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