-
Notifications
You must be signed in to change notification settings - Fork 69
Release 2.0.4 #510
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
Release 2.0.4 #510
Changes from 58 commits
Commits
Show all changes
77 commits
Select commit
Hold shift + click to select a range
b4d0a72
Subset arrays (#411)
eodole 4140afe
[no ci] docs: start of user guide - draft intro, gen models
vpratz 728b130
[no ci] add draft for data processing section
vpratz d461d60
[no ci] user guide: add stub on summary/inference networks
vpratz 21690fd
[no ci] user guide: add stub on additional topics
vpratz 6ecd258
[no ci] add early stage disclaimer to user guide
vpratz 6990d08
pin dependencies in docs, fixes snowballstemmer error
vpratz a4d58c9
fix: correct check for "no accepted samples" in rejection_sample
vpratz 76500df
Stabilize MultivariateNormalScore by constraining initialization in P…
han-ol 55d3536
Augmentation (#470)
stefanradev93 b28ae2c
Fixed log det jac computation of standardize transform
han-ol 0ed0e88
Merge pull request #471 from han-ol/fix-standardze-log-det-jac
han-ol 265f667
Fix fill_triangular_matrix
han-ol ccf9ca0
Deal with inference_network.log_prob to return dict (as PointInferenc…
han-ol e2c8304
Add diffusion model implementation (#408)
vpratz fef8b90
[no ci] Merge remote-tracking branch 'upstream/dev' into docs-user-guide
vpratz e13f7c4
[no ci] networks docstrings: summary/inference network indicator (#462)
vpratz 35cd671
`ModelComparisonSimulator`: handle different outputs from individual …
Kucharssim afef095
Add classes and transforms to simplify multimodal training (#473)
vpratz 92426d6
allow dispatch of summary/inference network from type
vpratz 25b73d3
Add squeeze transform
vpratz 56ddd99
[no ci] fix examples in ExpandDims docstring
vpratz 98a6bca
squeeze: adapt example, add comment for changing batch dims
vpratz 3c0bcc4
Merge remote-tracking branch 'upstream/dev' into feat-squeeze-transform
vpratz 4781e2e
Permit Python version 3.12 (#474)
vpratz cd2c212
Change order in readme and reference new book [skip ci]
stefanradev93 12c72bc
make docs optional dependencies compatible with python 3.10
daniel-habermann 1fe8c94
Add a custom `Sequential` network to avoid issues with building and s…
LarsKue e13c944
Merge pull request #495 from daniel-habermann/fix-doc-dependencies
vpratz 361fa45
Add Nnpe adapter class (#488)
elseml 38186ec
Align diffusion model with other inference networks and remove deprec…
stefanradev93 13295ee
add replace nan adapter (#459)
arrjon 619d14b
[no ci] docs: add basic likelihood estimation example
vpratz 1ea451b
make metrics serializable
vpratz 09fa9c6
Remove layer norm; add epsilon to std dev for stability of pos def link
han-ol c1fcc83
add end-to-end test for fusion network
vpratz 01aadf1
fix: ensure that build is called in FusionNetwork
vpratz 996a700
Correctly track train / validation losses (#485)
LarsKue 677bacb
Add shuffle parameter to datasets
elseml 928fbce
fix: correct vjp/jvp calls in FreeFormFlow
vpratz 8c3301f
test: add basic compute_metrics test for inference networks
vpratz fc98328
[no ci] extend point approximator tests
vpratz 0205c3b
[no ci] skip unstable MVN sample test again
vpratz 20ecbfc
update README with more specific install instructions
vpratz 82d088c
fix FreeFormFlow: remove superfluous index form signature change
vpratz dc02245
[no ci] FreeFormFlow MLP defaults: set dropout to 0
vpratz 6acc628
Better pairplots (#505)
jerrymhuang 449a79a
[no ci] Formatting: escaped space only in raw strings
vpratz 2e6dba5
[no ci] fix typo in error message, model comparison approximator
vpratz 2c90547
[no ci] fix: size_of could not handle basic int/float
vpratz ac0461a
add tests for model comparison approximator
vpratz 735969c
Generalize sample shape to arbitrary N-D arrays
stefanradev93 68c6c92
[WIP] Move standardization into approximators and make adapter statel…
stefanradev93 37fd0ed
Replace deprecation with FutureWarning
stefanradev93 c230c8e
Adjust filename for LV
stefanradev93 ca9e245
Fix types for subnets
stefanradev93 a611f70
[no ci] minor fixes to RandomSubsample transform
vpratz ff2db55
[no ci] remove subnet deprecation in cont-time CM
vpratz 7071f1a
Merge branch 'main' into dev
stefanradev93 d42fe51
Remove empty file [no ci]
stefanradev93 c44333d
Revert layer type for coupling flow [skip ci]
stefanradev93 9018ce6
remove failing import due to removed find_noise_schedule.py [no ci]
vpratz b43f1cc
Add utility function for batched simulations (#511)
vpratz a8e9a72
Restore PositiveDefinite link with deprecation warning
han-ol 990df1e
skip cycle consistency test for diffusion models
vpratz 1d4f646
Implement changes to NNPE adapter for #510 (#514)
elseml 664f00a
[no ci] remove unnecessary serializable decorator on rmse
vpratz 5659773
fix type hint in squeeze [no ci]
vpratz 9030803
reintroduce comment in jax approximator [no ci]
vpratz 1cd8ffb
remove unnecessary getattr calls [no ci]
vpratz 3c9797d
Rename local variable transformation_type
han-ol f7fe860
fix error type in diffusion model [no ci]
vpratz 212af40
remove non-functional per_training_step from plots.loss
vpratz 676b0cd
Update doc [skip ci]
stefanradev93 329ebe7
rename approximator.summaries to summarize with deprecation
vpratz 00f0a89
address remaining comments
LarsKue 057f3fd
Merge pull request #516 from bayesflow-org/rename-summaries
vpratz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,3 +39,6 @@ docs/ | |
|
||
# MacOS | ||
.DS_Store | ||
|
||
# Rproj | ||
.Rproj.user |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.