Releases: JuliaGaussianProcesses/ParameterHandling.jl
Releases · JuliaGaussianProcesses/ParameterHandling.jl
v0.3.0
v0.2.2
v0.2.1
ParameterHandling v0.2.1
Merged pull requests:
- export only lower-case names (#5) (@willtebbutt)
- Address some type-stability issues (#6) (@willtebbutt)
- Switch to GitHub actions (#7) (@rofinn)
v0.2.0
export only lower-case names (#5) * Bump patch * Change to lower-case exports * Refactor documentation * Fix test bug Co-authored-by: Letif Mones <[email protected]> * Update src/parameters.jl Co-authored-by: wytbella <[email protected]> * Update src/parameters.jl Co-authored-by: wytbella <[email protected]> * Improve docs + tests Co-authored-by: wt <[email protected]> Co-authored-by: Letif Mones <[email protected]> Co-authored-by: wytbella <[email protected]>
v0.1.2
AbstractParameter `Bounded` implemented (#4) * Bounded added * version updated * docstring changed to calling signiture * tests for checking boundaries for Positive and Bounded Co-authored-by: Letif Mones <[email protected]>
v0.1.1
Make integers fixed (#3) * Make integers not flattenable * Bump patch * Update README * Tweak README Co-authored-by: wt <[email protected]>
v0.1.0
Tweak compat (#2) Co-authored-by: wt <[email protected]>