Skip to content

Commit ecbfbc5

Browse files
authored
Add #56 to docs, make changelog, bump version. (#60)
* Add #56 to docs, make changelog, bump version. (stick to 0.3.8 for LogDensityProblems compatibility)
1 parent c2707bb commit ecbfbc5

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 0.3.8
4+
5+
- add UnitSimplex ([#56], thanks @scheidan)
6+
37
# 0.3.7
48

59
- fix some tuple index bugs (cf [#58])

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TransformVariables"
22
uuid = "84d833dd-6860-57f9-a1a7-6da5db126cff"
33
authors = ["Tamas K. Papp <[email protected]>"]
4-
version = "0.3.7"
4+
version = "0.3.8"
55

66
[deps]
77
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"

docs/src/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ as𝕀
9797

9898
```@docs
9999
UnitVector
100+
UnitSimplex
100101
CorrCholeskyFactor
101102
```
102103

0 commit comments

Comments
 (0)