Skip to content

Commit dac6550

Browse files
committed
remove old branch names from github links
1 parent ef12574 commit dac6550

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

exercises.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Swiss roll mirrored along vertical or horizontal axes
5454

5555
## BayesFlow
5656

57-
Please visit the BayesFlow repository to find a [bunch of examples](https://github.com/bayesflow-org/bayesflow/tree/dev?tab=readme-ov-file#getting-started) that can help you with BayesFlow. In addition, below are two exercise notebooks you can use to familiarize yourself with BayesFlow.
57+
Please visit the BayesFlow repository to find a [bunch of examples](https://github.com/bayesflow-org/bayesflow?tab=readme-ov-file#getting-started) that can help you with BayesFlow. In addition, below are two exercise notebooks you can use to familiarize yourself with BayesFlow.
5858

5959
### Estimating the mean and variance of a gaussian variable
6060

slides/amortized-inference.qmd

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,21 +114,24 @@ For more info, see @radev2020bayesflow
114114
- Helper functions for simulation, configuration, training, validation, diagnostics,...
115115

116116

117-
## Old version [https://bayesflow.org/](https://bayesflow.org/)
117+
## Old version
118118

119119
- Build on `TensorFlow`
120120
- Previous projects build with it
121-
- Bespoke syntax, not transparent
122-
- Stable, `pip install bayesflow`
121+
- Bespoke syntax, not that transparent
123122
- Stale development (no new features), being deprecated
123+
- [stable legacy branch on GitHub](https://github.com/bayesflow-org/bayesflow/tree/stable-legacy){target="_blank"}
124+
- `pip install git+https://github.com/bayesflow-org/bayesflow@stable-legacy`
124125

125126
## New version
126127

127128
- Built on `keras`
128129
- `TensorFlow`, `JAX`, or `PyTorch` as a backend
129130
- Modern interface, more transparent, faster
130-
- Currently less stable, available from [GitHub](https://github.com/bayesflow-org/bayesflow/tree/dev?tab=readme-ov-file#install){target="_blank"}
131+
- Released very recently
131132
- Active development, future standard
133+
- [main branch on GitHub](https://github.com/bayesflow-org/bayesflow/){target="_blank"}
134+
- `pip install git+https://github.com/bayesflow-org/bayesflow@main`
132135

133136
## General workflow
134137

@@ -283,7 +286,7 @@ inference_network = bf.networks.FlowMatching()
283286
```
284287
</br>
285288

286-
Various options available, see the [Two Moons Example](https://github.com/bayesflow-org/bayesflow/blob/dev/examples/Two_Moons_Starter.ipynb).
289+
Various options available, see the [Two Moons Example](https://github.com/bayesflow-org/bayesflow/blob/main/examples/Two_Moons_Starter.ipynb).
287290

288291
## What architecture to pick?
289292

@@ -731,9 +734,9 @@ In addition to learning $p(\theta \mid x)$:
731734

732735
Resources:
733736

734-
- [BayesFlow website](https://bayesflow.org/): documentation, examples
735-
- [BayesFlow forum](https://discuss.bayesflow.org/): ask questions about your use cases
736-
- [BayesFlow repository](https://github.com/bayesflow-org/bayesflow/tree/dev): contribute, submit bug reports, feature requests
737+
- [BayesFlow website](https://bayesflow.org/){target="_blank"}: documentation, examples
738+
- [BayesFlow forum](https://discuss.bayesflow.org/){target="_blank"}: ask questions about your use cases
739+
- [BayesFlow repository](https://github.com/bayesflow-org/bayesflow/){target="_blank"}: contribute, submit bug reports, feature requests
737740

738741

739742
## References {.smaller}

0 commit comments

Comments
 (0)