Skip to content

Releases: JuliaGaussianProcesses/ParameterHandling.jl

v0.3.0

12 Jan 22:15
89c3fa0
Compare
Choose a tag to compare

ParameterHandling v0.3.0

Diff since v0.2.2

Closed issues:

  • Incorrect type promotions with flatten (#10)
  • positive(val::T) -> T? (#11)

Merged pull requests:

  • Make default error tolerance on positive relative to the value type (#15) (@rofinn)

v0.2.2

07 Jan 00:16
0faff9b
Compare
Choose a tag to compare

ParameterHandling v0.2.2

Diff since v0.2.1

Closed issues:

  • Support flatten(eltype, x)? (#12)

Merged pull requests:

v0.2.1

06 Dec 17:04
1d1fffd
Compare
Choose a tag to compare

ParameterHandling v0.2.1

Diff since v0.2.0

Merged pull requests:

v0.2.0

10 Sep 09:46
4af076d
Compare
Choose a tag to compare
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

09 Sep 10:58
5aada90
Compare
Choose a tag to compare
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

01 Sep 10:21
b21638b
Compare
Choose a tag to compare
Make integers fixed (#3)

* Make integers not flattenable

* Bump patch

* Update README

* Tweak README

Co-authored-by: wt <[email protected]>

v0.1.0

29 Aug 17:12
f274f3d
Compare
Choose a tag to compare
Tweak compat (#2)

Co-authored-by: wt <[email protected]>