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
***Simple transformer implementation** by @NicolasRR in https://github.com/sbi-dev/sbi/pull/1494
14
+
***Add transformer embedding net** by @NicolasRR in https://github.com/sbi-dev/sbi/pull/1494
17
15
***Add embedding net that uses 1D causal convolutions (#1459)** by @Aranka-S in https://github.com/sbi-dev/sbi/pull/1499
18
16
***Add LRU-backed embedding networks** by @famura in https://github.com/sbi-dev/sbi/pull/1512
19
17
***Add ResNet as embedding model** by @StefanWahl in https://github.com/sbi-dev/sbi/pull/1472
@@ -22,12 +20,13 @@
22
20
#### ⭐ Major Features & Capabilities
23
21
24
22
***Unify flow matching and score-based models** by @StarostinV in https://github.com/sbi-dev/sbi/pull/1497
25
-
***Model misspecification based on MMD** by @coschroeder in https://github.com/sbi-dev/sbi/pull/1502
23
+
***Model misspecification detection based on MMD** by @coschroeder in https://github.com/sbi-dev/sbi/pull/1502
26
24
***Marginal estimator log-prob based test for misspecification** by @swag2198 in https://github.com/sbi-dev/sbi/pull/1522
27
25
***Adding interface for unconditional flow training** by @plcrodrigues in https://github.com/sbi-dev/sbi/pull/1470
28
26
***Support using trained estimators in Pyro models** by @sethaxen in https://github.com/sbi-dev/sbi/pull/1491
29
27
***Add util to generate mcmc samples from user defined potential (#1405)** by @hayden-johnson in https://github.com/sbi-dev/sbi/pull/1483
30
28
***Logit transform** by @anastasiakrouglova in https://github.com/sbi-dev/sbi/pull/1485
29
+
***Log-prob for iid data for score estimators** by @Kartik-Sama in https://github.com/sbi-dev/sbi/pull/1508
31
30
32
31
#### 📚 Documentation & Tutorials
33
32
@@ -46,6 +45,8 @@
46
45
* fix: cap max_sampling_batch_size to prevent excessive memory by @janfb in https://github.com/sbi-dev/sbi/pull/1624
47
46
* 1561 computation of denoising posterior precision matrix in jac method score fn iid by @manuelgloeckler in https://github.com/sbi-dev/sbi/pull/1636
48
47
* fix xfail test, fix deprecation warnings by @janfb in https://github.com/sbi-dev/sbi/pull/1642
48
+
* fix: iid-score device handling by @janfb in https://github.com/sbi-dev/sbi/pull/1650
49
+
* fix: fmpe singularity on sde sampling by @manuelgloeckler in https://github.com/sbi-dev/sbi/pull/1661
49
50
50
51
### 🛠️ Maintenance & Improvements
51
52
@@ -60,6 +61,7 @@
60
61
* Use TypeAlias and consistent naming for sbi types by @janfb in https://github.com/sbi-dev/sbi/pull/1637
61
62
* Add protocol for estimator builder by @abelaba in https://github.com/sbi-dev/sbi/pull/1633
62
63
* Improve abc implementation by @janfb in https://github.com/sbi-dev/sbi/pull/1615
64
+
* Refactor RatioEstimator to subclass ConditionalEstimator @abelaba in https://github.com/sbi-dev/sbi/pull/1652
63
65
64
66
#### 🏷️ Type Hints & API Improvements
65
67
@@ -86,6 +88,8 @@
86
88
* chore: reorder setup steps for Python and uv in CI/CD workflows by @janfb in https://github.com/sbi-dev/sbi/pull/1601
87
89
* Fix/lc2st numpy type fixes by @janfb in https://github.com/sbi-dev/sbi/pull/1613
88
90
* Fix failing CI on main. by @janfb in https://github.com/sbi-dev/sbi/pull/1618
91
+
* Fix slow vector field tests by @janfb in https://github.com/sbi-dev/sbi/pull/1657
92
+
* Add tests for sensitivity analysis by @janfb in https://github.com/sbi-dev/sbi/pull/1662
89
93
90
94
#### 📖 Documentation & Website
91
95
@@ -113,6 +117,9 @@
113
117
* fixed misrendered bullet list, tested locally by @psteinb in https://github.com/sbi-dev/sbi/pull/1594
114
118
* Improvements to L-C2ST tutorial by @michaeldeistler in https://github.com/sbi-dev/sbi/pull/1588
115
119
* docs: Change colortheme in light mode by @michaeldeistler in https://github.com/sbi-dev/sbi/pull/1638
120
+
* Posterior parameters doc by @abelaba in https://github.com/sbi-dev/sbi/pull/1644
121
+
* fix contributing links by @janfb in https://github.com/sbi-dev/sbi/pull/1647
122
+
* docs: add posterior parameters dataclass how to guide by @abelaba in https://github.com/sbi-dev/sbi/pull/1654
0 commit comments