You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Calling a Laplace object on an array, (la::AbstractLaplace)(X::AbstractArray) now simply calls the underlying neural network on data. In other words, it returns the generic predictions, not LA predictions. This was implemented to facilitate better interplay with MLJFlux. [Refactor MLJFlux interface #39]
Moving straight to 1.0.0 now for package, because zero major versions cause compat headaches with other packages in Taija ecosystem. [Refactor MLJFlux interface #39]
Removed support for v1.7, now v1.9 as lower bound. This is because we are now overloading the MLJFlux.train and MLJFlux.train_epoch functions, which were added in version v0.5.0 of that package, which is lower-bounded at v1.9. [Refactor MLJFlux interface #39]
26c19db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
Changed
predict
function so that it now gives the user the possibility to get distributions from the Distributions.jl package as output. [new glm_predictive_distribution and corresponding changes in LaplaceRedux.predict #99](la::AbstractLaplace)(X::AbstractArray)
now simply calls the underlying neural network on data. In other words, it returns the generic predictions, not LA predictions. This was implemented to facilitate better interplay withMLJFlux
. [Refactor MLJFlux interface #39]1.0.0
now for package, because zero major versions cause compat headaches with other packages in Taija ecosystem. [Refactor MLJFlux interface #39]v1.7
, nowv1.9
as lower bound. This is because we are now overloading theMLJFlux.train
andMLJFlux.train_epoch
functions, which were added in versionv0.5.0
of that package, which is lower-bounded atv1.9
. [Refactor MLJFlux interface #39]Removed
Added
26c19db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/111486
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: