v1.1.0
MLJBase v1.1.0
- Arrange that calling
plot(mach)
on a machinemach
callsplot(mach.fitresult)
, allowing model implementations to define plot recipes locally and have them work on machines wrapping their models (#951)
Merged pull requests:
- Remove measures from docs (#945) (@ablaom)
- CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#949) (@github-actions[bot])
- Forward
(::Machine).fitresult
to RecipesBase (#951) (@MilesCranmer) - bump 1.1.0 (#952) (@ablaom)
- For a 1.1.0 release (#953) (@ablaom)
Closed issues:
- Measures page in documentation is empty (#944)