v0.3.0
MLJFlow v0.3.0
(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)
Merged pull requests:
- Polish readme and extend readme example (#10) (@ablaom)
- Address breaking changes in MLJBase 1.0 (#21) (@ablaom)
- Fix python version to stabilise launch of mlflow service in CI (#28) (@ablaom)
- For a 0.2.0 release (#29) (@ablaom)
- Changing test URI to the defined ENV variable (#30) (@pebeto)
- For a 0.3.0 release (#31) (@ablaom)
Closed issues:
- Export names sparingly (#2)
- Clean up doc string (#3)
- Move utilities to MLJBase? (#4)
- Minor doc point. (#5)
- [Tracking] Towards registration (#6)
- Include type of
resampling
in the run tag (#7) - Add accessor method to extract the "client" from an
MLFlowLogger object
(#8) - Add a
verbosity
field to theMLFlowLogger
wrapper (#9) - In tests: include reconstruction of machine saved as artefact (#11)
- Recheck readme example after MLJ.jl update (#12)
- Improve test of
save
. (#13) - Move
service
code to service.jl (#14) - Remove an abstract type in a struct (#15)
- Duplicate run names intentional? (#16)
- Fixing Julia LTS pipeline (#17)
- TagBot trigger issue (#18)
- Improve local testability (#20)
- Rename
MLFlowLogger
? (#23) - CI has started to fail (#27)