Skip to content

Commit bdf7d83

Browse files
authored
docs: update changelog. (#1660)
1 parent eae9cc9 commit bdf7d83

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
# Changelog
22

3-
# Changelog
4-
53
## v0.25.0
64

75
### ✨ Highlights
86

97
#### 🚀 New Inference Methods
108

11-
* **MNPE class similar to MNLE** by @dgedon in https://github.com/sbi-dev/sbi/pull/1362
12-
* **Implementing SNPE-B (#199)** by @etouron1 in https://github.com/sbi-dev/sbi/pull/1471
9+
* **MNPE class mixed parameter (similar to MNLE)** by @dgedon in https://github.com/sbi-dev/sbi/pull/1362
10+
* **Implementation of SNPE-B (#199)** by @etouron1 in https://github.com/sbi-dev/sbi/pull/1471
1311

1412
#### 🧠 Neural Network Architectures & Embedding Networks
1513

16-
* **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
1715
* **Add embedding net that uses 1D causal convolutions (#1459)** by @Aranka-S in https://github.com/sbi-dev/sbi/pull/1499
1816
* **Add LRU-backed embedding networks** by @famura in https://github.com/sbi-dev/sbi/pull/1512
1917
* **Add ResNet as embedding model** by @StefanWahl in https://github.com/sbi-dev/sbi/pull/1472
@@ -22,7 +20,7 @@
2220
#### ⭐ Major Features & Capabilities
2321

2422
* **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
2624
* **Marginal estimator log-prob based test for misspecification** by @swag2198 in https://github.com/sbi-dev/sbi/pull/1522
2725
* **Adding interface for unconditional flow training** by @plcrodrigues in https://github.com/sbi-dev/sbi/pull/1470
2826
* **Support using trained estimators in Pyro models** by @sethaxen in https://github.com/sbi-dev/sbi/pull/1491
@@ -46,6 +44,7 @@
4644
* fix: cap max_sampling_batch_size to prevent excessive memory by @janfb in https://github.com/sbi-dev/sbi/pull/1624
4745
* 1561 computation of denoising posterior precision matrix in jac method score fn iid by @manuelgloeckler in https://github.com/sbi-dev/sbi/pull/1636
4846
* fix xfail test, fix deprecation warnings by @janfb in https://github.com/sbi-dev/sbi/pull/1642
47+
* fix: iid-score device handling by @janfb in https://github.com/sbi-dev/sbi/pull/1650
4948

5049
### 🛠️ Maintenance & Improvements
5150

@@ -60,6 +59,7 @@
6059
* Use TypeAlias and consistent naming for sbi types by @janfb in https://github.com/sbi-dev/sbi/pull/1637
6160
* Add protocol for estimator builder by @abelaba in https://github.com/sbi-dev/sbi/pull/1633
6261
* Improve abc implementation by @janfb in https://github.com/sbi-dev/sbi/pull/1615
62+
* Refactor RatioEstimator to subclass ConditionalEstimator @abelaba in https://github.com/sbi-dev/sbi/pull/1652
6363

6464
#### 🏷️ Type Hints & API Improvements
6565

@@ -86,6 +86,7 @@
8686
* chore: reorder setup steps for Python and uv in CI/CD workflows by @janfb in https://github.com/sbi-dev/sbi/pull/1601
8787
* Fix/lc2st numpy type fixes by @janfb in https://github.com/sbi-dev/sbi/pull/1613
8888
* Fix failing CI on main. by @janfb in https://github.com/sbi-dev/sbi/pull/1618
89+
* Fix slow vector field tests by @janfb in https://github.com/sbi-dev/sbi/pull/1657
8990

9091
#### 📖 Documentation & Website
9192

@@ -113,6 +114,9 @@
113114
* fixed misrendered bullet list, tested locally by @psteinb in https://github.com/sbi-dev/sbi/pull/1594
114115
* Improvements to L-C2ST tutorial by @michaeldeistler in https://github.com/sbi-dev/sbi/pull/1588
115116
* docs: Change colortheme in light mode by @michaeldeistler in https://github.com/sbi-dev/sbi/pull/1638
117+
* Posterior parameters doc by @abelaba in https://github.com/sbi-dev/sbi/pull/1644
118+
* fix contributing links by @janfb in https://github.com/sbi-dev/sbi/pull/1647
119+
* docs: add posterior parameters dataclass how to guide by @abelaba in https://github.com/sbi-dev/sbi/pull/1654
116120

117121
#### 🏗️ Infrastructure & Dependencies
118122

0 commit comments

Comments
 (0)