Releases: JuliaAI/CategoricalDistributions.jl
Releases · JuliaAI/CategoricalDistributions.jl
v0.1.15
v0.1.14
CategoricalDistributions v0.1.14
Merged pull requests:
- allow dispatch on mixed number types for + and - (#71) (@tiemvanderdeure)
- For a 0.1.14 release (#72) (@ablaom)
Closed issues:
- Dictionaries-based implementation appears 45x faster for rand (#64)
v0.1.13
v0.1.12
v0.1.11
v0.1.10
CategoricalDistributions v0.1.10
Closed issues:
- fix ordering of classes in UnivariateFinite objects (#34)
- Bump julia to 1.6 (#38)
- make pdf perform common promotions (#39)
- Arithmetic on UnivariateFiniteArray (#42)
- Problem with indexing of UnivariateFiniteArray (#43)
- Unexpected broadcasting behaviour for
pdf
(#44) - Unexpected behavior of
pdf
function (#47) - Make UnicodePlots an optional dependency (#49)
- Investigate method ambiguities (#50)
Merged pull requests:
- Improve implementation of pdf (#40) (@bkamins)
- fix indexing bug #43 (#45) (@OkonSamuel)
- Optimize broadcasting on the pdf function (#48) (@OkonSamuel)
- Make UnicodePlots a weak dependency (for julia > 1.9) (#51) (@ablaom)
- For a 0.1.11 release (#53) (@ablaom)
- Specialize * and / to Number (#54) (@ablaom)
- For a 0.1.10 release (#55) (@ablaom)
v0.1.9
CategoricalDistributions v0.1.9
- Fix a bug with order of levels in constructor (#34) @OkonSamuel
Merged pull requests:
- fix issue #34 (#35) (@OkonSamuel)
- For a 0.1.9 release (#36) (@ablaom)
v0.1.8
CategoricalDistributions v0.1.8
Merged pull requests:
- Allow creation of
UnivariateFinite
object from any abstract array object. (#31) (@OkonSamuel) - For a 0.1.8 release (#32) (@ablaom)