Skip to content

v2.0.2 #447

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 34 commits into from
Apr 26, 2025
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
688f22c
[no ci] notebook tests: increase timeout, fix platform/backend depend…
vpratz Apr 23, 2025
de30009
Enable use of summary networks with functional API again (#434)
vpratz Apr 23, 2025
0eefa69
[no ci] docs: add GitHub and Discourse links, reorder navbar
vpratz Apr 25, 2025
a97b5a2
[no ci] docs: acknowledge scikit-learn website
vpratz Apr 25, 2025
8ac8aa3
[no ci] docs: capitalize navigation headings
vpratz Apr 25, 2025
7ea287f
More tests (#437)
LarsKue Apr 25, 2025
42fa035
Automatically run slow tests when main is involved. (#438)
vpratz Apr 25, 2025
206d706
Update dispatch
stefanradev93 Apr 25, 2025
25f5c64
Update dispatching distributions
stefanradev93 Apr 25, 2025
f6a70b5
Improve workflow tests with multiple summary nets / approximators
stefanradev93 Apr 25, 2025
28652ac
Merge branch 'dev' of https://github.com/stefanradev93/BayesFlow into…
stefanradev93 Apr 25, 2025
7ce37cf
Fix zombie find_distribution import
stefanradev93 Apr 25, 2025
ea5a78d
Add readme entry [no ci]
stefanradev93 Apr 25, 2025
dc3cf81
Update README: NumFOCUS affiliation, awesome-abi list (#445)
marvinschmitt Apr 25, 2025
af38458
Merge branch 'dev' of https://github.com/stefanradev93/BayesFlow into…
stefanradev93 Apr 25, 2025
3b1c053
fix is_symbolic_tensor
LarsKue Apr 25, 2025
c638124
remove multiple batch sizes, remove multiple python version tests, re…
LarsKue Apr 25, 2025
de8e1cb
implement compile_from_config and get_compile_config (#442)
LarsKue Apr 25, 2025
16491be
Fix Optimal Transport for Compiled Contexts (#446)
LarsKue Apr 25, 2025
ec0ee2f
update dispatch tests for more coverage
LarsKue Apr 25, 2025
acf1c72
Update issue templates (#448)
LarsKue Apr 26, 2025
d24f5a3
Robustify kwargs passing inference networks, add class variables
stefanradev93 Apr 26, 2025
a43fd07
Merge branch 'dev' of https://github.com/stefanradev93/BayesFlow into…
stefanradev93 Apr 26, 2025
f67e443
Merge branch 'main' into dev
LarsKue Apr 26, 2025
463c0c7
fix convergence method to debug for non-log sinkhorn
LarsKue Apr 26, 2025
8f3739c
Bump optimal transport default to False
stefanradev93 Apr 26, 2025
40eccd4
use logging.info for backend selection instead of logging.debug
LarsKue Apr 26, 2025
8903089
fix model comparison approximator
LarsKue Apr 26, 2025
cbc86b8
improve docs and type hints
LarsKue Apr 26, 2025
77ddc5a
improve One-Sample T-Test Notebook:
LarsKue Apr 26, 2025
ad01171
remove backend print
LarsKue Apr 26, 2025
a742d9c
[skip ci] turn all single-quoted strings into double-quoted strings
LarsKue Apr 26, 2025
b450961
turn all single-quoted strings into double-quoted strings
LarsKue Apr 26, 2025
898a869
Merge remote-tracking branch 'origin/dev' into dev
LarsKue Apr 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[no ci] docs: acknowledge scikit-learn website
  • Loading branch information
vpratz committed Apr 25, 2025
commit a97b5a2fc5f120505e43d0d9c8e55e12a8a1ebf6
2 changes: 2 additions & 0 deletions docsrc/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ If you are interested in a curated list of resources, including reviews, softwar

This project is currently managed by researchers from Rensselaer Polytechnic Institute, TU Dortmund University, and Heidelberg University. It is partially funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation, Project 528702768). The project is further supported by Germany's Excellence Strategy -- EXC-2075 - 390740016 (Stuttgart Cluster of Excellence SimTech) and EXC-2181 - 390900948 (Heidelberg Cluster of Excellence STRUCTURES), as well as the Informatics for Life initiative funded by the Klaus Tschira Foundation.

The [scikit-learn](https://scikit-learn.org/) website was a great resource and inspration for this site and the API documentation. We thank the scikit-learn community for sharing their configurations, which allowed us to include many nice features into this site as well.

## License \& Source Code

BayesFlow is released under {mainbranch}`MIT License <LICENSE>`.
Expand Down