Skip to content

Commit 4aa9cdb

Browse files
authored
Merge pull request #25 from JuliaAI/dev
For a 0.1.5 release
2 parents 0ae6a69 + 9ab350c commit 4aa9cdb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
matrix:
1919
version:
2020
- '1.3'
21+
- '1.6'
2122
- '1' # automatically expands to the latest stable 1.x release of Julia.
2223
os:
2324
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CategoricalDistributions"
22
uuid = "af321ab8-2d2e-40a6-b165-3d674595d28e"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.1.4"
4+
version = "0.1.5"
55

66
[deps]
77
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"

src/CategoricalDistributions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include("methods.jl")
1919
include("arrays.jl")
2020
include("arithmetic.jl")
2121

22-
export UnivariateFinite, UnivariateFiniteArray
22+
export UnivariateFinite, UnivariateFiniteArray, UnivariateFiniteVector
2323

2424
# re-eport from Distributions:
2525
export pdf, logpdf, support, mode

0 commit comments

Comments
 (0)