You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
author = {Fjelde, Tor Erlend and Xu, Kai and Widmann, David and Tarek, Mohamed and Pfiffer, Cameron and Trapp, Martin and Axen, Seth D. and Sun, Xianda and Hauru, Markus and Yong, Penelope and Tebbutt, Will and Ghahramani, Zoubin and Ge, Hong},
3
+
title = {Turing.jl: a general-purpose probabilistic programming language},
4
+
year = {2025},
5
+
publisher = {Association for Computing Machinery},
6
+
address = {New York, NY, USA},
7
+
url = {https://doi.org/10.1145/3711897},
8
+
doi = {10.1145/3711897},
9
+
note = {Just Accepted},
10
+
journal = {ACM Trans. Probab. Mach. Learn.},
11
+
month = feb,
12
+
}
13
+
14
+
@InProceedings{pmlr-v84-ge18b,
15
+
title = {Turing: A Language for Flexible Probabilistic Inference},
16
+
author = {Ge, Hong and Xu, Kai and Ghahramani, Zoubin},
17
+
booktitle = {Proceedings of the Twenty-First International Conference on Artificial Intelligence and Statistics},
18
+
pages = {1682--1690},
19
+
year = {2018},
20
+
editor = {Storkey, Amos and Perez-Cruz, Fernando},
21
+
volume = {84},
22
+
series = {Proceedings of Machine Learning Research},
23
+
month = {09--11 Apr},
24
+
publisher = {PMLR},
25
+
pdf = {http://proceedings.mlr.press/v84/ge18b/ge18b.pdf},
Copy file name to clipboardExpand all lines: HISTORY.md
+45-26Lines changed: 45 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,31 @@
1
-
# Release 0.40.0
1
+
# 0.40.0
2
2
3
3
[...]
4
4
5
-
# Release 0.39.1
5
+
# 0.39.5
6
+
7
+
Fixed a bug where sampling with an `externalsampler` would not set the log probability density inside the resulting chain.
8
+
Note that there are still potentially bugs with the log-Jacobian term not being correctly included.
9
+
A fix is being worked on.
10
+
11
+
# 0.39.4
12
+
13
+
Bumped compatibility of AbstractPPL to include 0.12.
14
+
15
+
# 0.39.3
16
+
17
+
Improved the performance of `Turing.Inference.getparams` when called with an untyped VarInfo as the second argument, by first converting to a typed VarInfo.
18
+
This makes, for example, the post-sampling Chains construction for `Prior()` run much faster.
19
+
20
+
# 0.39.2
21
+
22
+
Fixed a bug in the support of `OrderedLogistic` (by changing the minimum from 0 to 1).
23
+
24
+
# 0.39.1
6
25
7
26
No changes from 0.39.0 — this patch is released just to re-trigger a Documenter.jl run.
8
27
9
-
# Release 0.39.0
28
+
# 0.39.0
10
29
11
30
## Update to the AdvancedVI interface
12
31
@@ -31,33 +50,33 @@ Anything exported from there can be imported from either `Turing` or `DynamicPPL
31
50
32
51
The `@addlogprob!` macro is now exported from Turing, making it officially part of the public interface.
33
52
34
-
# Release 0.38.6
53
+
# 0.38.6
35
54
36
55
Added compatibility with AdvancedHMC 0.8.
37
56
38
-
# Release 0.38.5
57
+
# 0.38.5
39
58
40
59
Added compatibility with ForwardDiff v1.
41
60
42
-
# Release 0.38.4
61
+
# 0.38.4
43
62
44
63
The minimum Julia version was increased to 1.10.2 (from 1.10.0).
45
64
On versions before 1.10.2, `sample()` took an excessively long time to run (probably due to compilation).
46
65
47
-
# Release 0.38.3
66
+
# 0.38.3
48
67
49
68
`getparams(::Model, ::AbstractVarInfo)` now returns an empty `Float64[]` if the VarInfo contains no parameters.
50
69
51
-
# Release 0.38.2
70
+
# 0.38.2
52
71
53
72
Bump compat for `MCMCChains` to `7`.
54
73
By default, summary statistics and quantiles for chains are no longer printed; to access these you should use `describe(chain)`.
55
74
56
-
# Release 0.38.1
75
+
# 0.38.1
57
76
58
77
The method `Bijectors.bijector(::DynamicPPL.Model)` was moved to DynamicPPL.jl.
59
78
60
-
# Release 0.38.0
79
+
# 0.38.0
61
80
62
81
## DynamicPPL version
63
82
@@ -97,12 +116,12 @@ Performance for the cases which used to previously work (i.e. `VarName`s like `x
97
116
It is possible that `VarNames` with indexing (e.g. `x[1]`) may be slower (although this is still an improvement over not working at all!).
98
117
If you find any cases where you think the performance is worse than it should be, please do file an issue.
99
118
100
-
# Release 0.37.1
119
+
# 0.37.1
101
120
102
121
`maximum_a_posteriori` and `maximum_likelihood` now perform sanity checks on the model before running the optimisation.
103
122
To disable this, set the keyword argument `check_model=false`.
104
123
105
-
# Release 0.37.0
124
+
# 0.37.0
106
125
107
126
## Breaking changes
108
127
@@ -143,7 +162,7 @@ On the other hand, we have added a few more exports:
143
162
-`DynamicPPL.returned` and `DynamicPPL.prefix` are exported (for use with submodels).
144
163
-`LinearAlgebra.I` is exported for convenience.
145
164
146
-
# Release 0.36.0
165
+
# 0.36.0
147
166
148
167
## Breaking changes
149
168
@@ -157,7 +176,7 @@ The old Gibbs constructor relied on being called with several subsamplers, and e
157
176
158
177
Likewise, the old constructor for calling one subsampler more often than another, `Gibbs((HMC(0.01, 4, :x), 2), (MH(:y), 1))` has been deprecated. The new way to do this is to use `RepeatSampler`, also introduced at this version: `Gibbs(@varname(x) => RepeatSampler(HMC(0.01, 4), 2), @varname(y) => MH())`.
159
178
160
-
# Release 0.35.0
179
+
# 0.35.0
161
180
162
181
## Breaking changes
163
182
@@ -168,7 +187,7 @@ You can use Mooncake.jl by passing `adbackend=AutoMooncake(; config=nothing)` to
168
187
169
188
Support for Tracker.jl as an AD backend has been removed.
170
189
171
-
# Release 0.33.0
190
+
# 0.33.0
172
191
173
192
## Breaking changes
174
193
@@ -185,21 +204,21 @@ The same functionality is now offered by the new exported functions
185
204
-`maximum_likelihood`
186
205
-`maximum_a_posteriori`
187
206
188
-
# Release 0.30.5
207
+
# 0.30.5
189
208
190
209
-`essential/ad.jl` is removed, `ForwardDiff` and `ReverseDiff` integrations via `LogDensityProblemsAD` are moved to `DynamicPPL` and live in corresponding package extensions.
191
210
-`LogDensityProblemsAD.ADgradient(ℓ::DynamicPPL.LogDensityFunction)` (i.e. the single argument method) is moved to `Inference` module. It will create `ADgradient` using the `adtype` information stored in `context` field of `ℓ`.
192
211
-`getADbackend` function is renamed to `getADType`, the interface is preserved, but packages that previously used `getADbackend` should be updated to use `getADType`.
193
212
-`TuringTag` for ForwardDiff is also removed, now `DynamicPPLTag` is defined in `DynamicPPL` package and should serve the same [purpose](https://www.stochasticlifestyle.com/improved-forwarddiff-jl-stacktraces-with-package-tags/).
194
213
195
-
# Release 0.30.0
214
+
# 0.30.0
196
215
197
216
-[`ADTypes.jl`](https://github.com/SciML/ADTypes.jl) replaced Turing's global AD backend. Users should now specify the desired `ADType` directly in sampler constructors, e.g., `HMC(0.1, 10; adtype=AutoForwardDiff(; chunksize))`, or `HMC(0.1, 10; adtype=AutoReverseDiff(false))` (`false` indicates not to use compiled tape).
198
217
- Interface functions such as `ADBackend`, `setadbackend`, `setadsafe`, `setchunksize`, and `setrdcache` are deprecated and will be removed in a future release.
199
218
- Removed the outdated `verifygrad` function.
200
219
- Updated to a newer version of `LogDensityProblemsAD` (v1.7).
201
220
202
-
# Release 0.12.0
221
+
# 0.12.0
203
222
204
223
- The interface for defining new distributions with constrained support and making them compatible with `Turing` has changed. To make a custom distribution type `CustomDistribution` compatible with `Turing`, the user needs to define the method `bijector(d::CustomDistribution)` that returns an instance of type `Bijector` implementing the `Bijectors.Bijector` API.
205
224
-`~` is now thread-safe when used for observations, but not assumptions (non-observed model parameters) yet.
@@ -212,7 +231,7 @@ The same functionality is now offered by the new exported functions
212
231
- The macros `@varinfo`, `@logpdf`, and `@sampler` are removed. Instead, one can access the internal variables `_varinfo`, `_model`, `_sampler`, and `_context` in the `@model` definition.
213
232
- Additional constructors for `SMC` and `PG` make it easier to choose the resampling method and threshold.
214
233
215
-
# Release 0.11.0
234
+
# 0.11.0
216
235
217
236
- Removed some extraneous imports and dependencies ([#1182](https://github.com/TuringLang/Turing.jl/pull/1182))
218
237
- Minor backend changes to `sample` and `psample`, which now use functions defined upstream in AbstractMCMC.jl ([#1187](https://github.com/TuringLang/Turing.jl/pull/1187))
@@ -224,11 +243,11 @@ The same functionality is now offered by the new exported functions
224
243
- Updates to allow AdvancedHMC 0.2.23 ([#1218](https://github.com/TuringLang/Turing.jl/pull/1218))
225
244
- Add more informative error messages for SMC ([#900](https://github.com/TuringLang/Turing.jl/pull/900))
226
245
227
-
# Release 0.10.1
246
+
# 0.10.1
228
247
229
248
- Fix bug where arrays with mixed integers, floats, and missing values were not being passed to the `MCMCChains.Chains` constructor properly [#1180](https://github.com/TuringLang/Turing.jl/pull/1180).
230
249
231
-
# Release 0.10.0
250
+
# 0.10.0
232
251
233
252
- Update elliptical slice sampling to use [EllipticalSliceSampling.jl](https://github.com/TuringLang/EllipticalSliceSampling.jl) on the backend. [#1145](https://github.com/TuringLang/Turing.jl/pull/1145). Nothing should change from a front-end perspective -- you can still call `sample(model, ESS(), 1000)`.
234
253
- Added default progress loggers in [#1149](https://github.com/TuringLang/Turing.jl/pull/1149).
@@ -239,7 +258,7 @@ The same functionality is now offered by the new exported functions
239
258
- Fix bug in VI where the bijectors where being inverted incorrectly [#1168](https://github.com/TuringLang/Turing.jl/pull/1168).
240
259
- The Gibbs sampler handles state better by passing `Transition` structs to the local samplers ([#1169](https://github.com/TuringLang/Turing.jl/pull/1169) and [#1166](https://github.com/TuringLang/Turing.jl/pull/1166)).
241
260
242
-
# Release 0.4.0-alpha
261
+
# 0.4.0-alpha
243
262
244
263
- Fix compatibility with Julia 0.6 [#341, #330, #293]
245
264
- Support of Stan interface [#343, #326]
@@ -252,7 +271,7 @@ The same functionality is now offered by the new exported functions
252
271
- Add type alias CSMC for PG [#333]
253
272
- Fix progress meter [#317]
254
273
255
-
# Release 0.3
274
+
# 0.3
256
275
257
276
- NUTS implementation #188
258
277
- HMC: Transforms of ϵ for each variable #67 (replace with introducing mass matrix)
@@ -264,21 +283,21 @@ The same functionality is now offered by the new exported functions
0 commit comments