Skip to content

Commit 1c74f14

Browse files
committed
update the changelog
1 parent ff81838 commit 1c74f14

1 file changed

Lines changed: 27 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,81 +9,89 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- add a `merge` method for `NamedTuple` transformations [#150](https://github.com/tpapp/TransformVariables.jl/pull/150)
13+
14+
### Fixed
15+
16+
- Cleaned up inverse eltype calculations [#149](https://github.com/tpapp/TransformVariables.jl/pull/149)
17+
18+
### Security
19+
20+
21+
## 0.8.18
22+
23+
### Added
24+
1225
- `getindex`, `getproperty`, `length`, and support for [Accessors.jl](https://github.com/JuliaObjects/Accessors.jl) API for tuple and named tuple transformations
1326

14-
### Changed
15-
### Deprecated
16-
### Removed
1727
### Fixed
1828

1929
- made nicer error messages for mismatching `NamedTuple`s in `inverse`
2030
- `inverse_eltype` did not reshuffle mismatching `NamedTuple`s, fixed
2131

22-
### Security
23-
2432
## Old changelogs (archive)
2533

26-
# 0.8.17
34+
### 0.8.17
2735

2836
**Changelogs were not kept** between 0.3.11 and this version. PRs reconstructing them are welcome.
2937

30-
# 0.3.11
38+
### 0.3.11
3139

3240
- remove dependency on MacroTools for abstract dispatch workaround, but require Julia 1.3
3341
- deprecate t(x) interface
3442

35-
# 0.3.10
43+
### 0.3.10
3644

3745
- compat bump
3846

39-
# 0.3.9
47+
### 0.3.9
4048

4149
- follow up changes in for LogDensityProblems
4250

43-
# 0.3.8
51+
### 0.3.8
4452

4553
- add UnitSimplex ([#56], thanks @scheidan)
4654

47-
# 0.3.7
55+
### 0.3.7
4856

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

51-
# 0.3.6
59+
### 0.3.6
5260

5361
- Pretty print scalar transforms ([#54], thanks @tkf)
5462

55-
# 0.3.5
63+
### 0.3.5
5664

5765
- use new LogDensityProblems interface
5866

5967
- rewrite internals to work better with AD (especially Zygote)
6068

6169
- fix broadcasting (`Ref(transformation)` no longer necessary)
6270

63-
# 0.3.4
71+
### 0.3.4
6472

6573
- make `inverse(::ArrayTransform)` accept `AbstractArray`
6674

67-
# 0.3.3
75+
### 0.3.3
6876

6977
- Add ASCII aliases for common scalar transforms
7078

71-
# 0.3.2
79+
### 0.3.2
7280

7381
- Check length of inputs for CorrCholeskyFactor
7482
- minor doc updates for CorrCholeskyFactor
7583

76-
# 0.3.1
84+
### 0.3.1
7785

7886
- Catch wrong size UnitVector inputs (thanks @cscherrer)
7987

80-
# 0.3.0
88+
### 0.3.0
8189

8290
- Type stability and inference fixes
8391
- Allow empty Tuple and NamedTuple aggregators
8492
- Fix element type calculations, especially for AD via Flux
8593
- Argument checks for inverse of ScaledShiftedLogistic (thanks @andreasnoack)
8694

87-
# 0.2.0
95+
### 0.2.0
8896

8997
Sorry, no changelog before this.

0 commit comments

Comments
 (0)