Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: undark-lab/swyft

Tags

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rc0.4.5 (#144)

* Feat/better defaults (#142)

Updates:
* Modularisation of SwyftModule
* Restructuring of `configure_optimizers` and `configure_callbacks`
* New default is AdamW with early stopping
* Alternatives with AdamW and OneCycleLR and ReduceLROnPlateau exist as well
* Automatic reloading of best model at the end of training is default

* Feat/plot cleanup (#138)

Updates:
* Remove plot2.
* Extended options
* Add `smooth_prior` flag for interpolating likelihoods
* Renaming of plotting routines (plot_posterior, plot_corner, plot_pair)
* Update example notebook

---------

Co-authored-by: NoemiAM <[email protected]>

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release/v0.4.4 (#134)

* Remove gaussian autoregressive models (to come in a later release).
* Update changelog.rst to v0.4.4

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feat/pl2 compatibility (#124)

* Lightning >= 1.5.10

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.rst (#121)

Add recent papers using Swyft.

v0.4.2-pre1

Toggle v0.4.2-pre1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge current dev branch (#115)

* Noisy logratios in coverage estimates
	modified:   lightning/core.py

* Black code

* Add example notebook for model comparison

3 Changes to be committed:
	new file:   0I-Model comparison.ipynb

* Use tqdm.auto for better progress bars in notebooks.

	modified:   swyft/lightning/simulator.py

* Enable per-marginal features in default LogRatioEstaimators

	modified:   networks/classifier.py

* Fixes LogRatioEstimator_1dim_Gaussian

 Changes to be committed:
	modified:   lightning/estimators.py

* Black code

* Add `minstd` arguemnt to Gaussian posterior estimator.

 Changes to be committed:
	modified:   estimators.py

* Automatic plotting axes.

 Changes to be committed:
	modified:   plot2.py

* Fix math in docstrings

 Changes to be committed:
	modified:   lightning/estimators.py

* Black code

v0.4.1

Toggle v0.4.1's commit message
Fix README.rst for bleach

v0.4.1.post1

Toggle v0.4.1.post1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.rst

v0.4.0

Toggle v0.4.0's commit message
Remove deprecation warning, add on_after_load_sample option

	modified:   data.py
	modified:   simulator.py

v0.4.0-beta.1

Toggle v0.4.0-beta.1's commit message
Remove deprecation warning, add on_after_load_sample option

	modified:   data.py
	modified:   simulator.py

v0.4.0-pre1

Toggle v0.4.0-pre1's commit message
Today's work on empirical mass estimation.

- Plotting routines work now.
- Turns out that mass estimation is not correctly treating HDP intervals