Skip to content

Commit 7ea93f7

Browse files
committed
minor package and version fixes
1 parent 81e3791 commit 7ea93f7

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Unreleased
2+
3+
# 0.8.1
4+
5+
- minor package and version fixes
6+
17
# 0.8.0
28

39
- add `ValueGradientBuffer` for pre-allocated gradient storage ([#34](https://github.com/tpapp/LogDensityProblems.jl/pull/34))

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name = "LogDensityProblems"
22
uuid = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c"
33
authors = ["Tamas K. Papp <tkpapp@gmail.com>"]
4+
version = "0.8.1"
45

56
[deps]
67
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
@@ -13,7 +14,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1314
TransformVariables = "84d833dd-6860-57f9-a1a7-6da5db126cff"
1415

1516
[compat]
16-
TransformVariables = "≥ 0.1.4"
17+
TransformVariables = "^0.2, ^0.3"
1718

1819
[extras]
1920
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"

REQUIRE

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)