J S
J S
This PR fixes JuliaLang/julia#45768 #45768 !!! code builds and relevant tests run without a problem but `testall` fails (more below - I believe it's not related to the PR) **TL;DR**...
Closes #199 Changes: - parse properly Quarto arguments `#| echo:false` - provide Quarto-specific codefence (refactored to a separate function) - save files with extension `.qmd` - all functionality tested -...
It would be amazing to add support Quarto markdown flavour User story: As an analyst, I would like to write my script in Literate.jl format and easily convert to Quarto...
This is inspired by [JAX Sharp Bits](https://jax.readthedocs.io/en/latest/notebooks/Common_Gotchas_in_JAX.html) It would be awesome to have a documentation page describing the most unexpected differences to what a normal Julia user (or a Turing.jl...
It would be awesome to provide some simple tips for `initmessages` and `initmarginals` keywords in the `inference()`. It was briefly covered [HERE](https://discourse.julialang.org/t/simple-linear-regression-with-reactivemp-rulemethoderror/81526/6), but it would be great to formalize the...
As discussed, there is an odd artefact where the fit gets great almost immediately across the model except for the beginning, which then takes up to 20x iterations to converge...
At the moment it's challenging to define a mean-field Multivariate Normal distribution (ie, with a diagonal covariance matrix). Eg, assuming I have a regression `y=beta * X + eps`, where...
**Existing:** At the moment, you can include/exclude lines based on type, eg, Markdown, Notebook, script. Example: `a=1 #md` will only be included in the Markdown outputs **Request:** It would be...
First of all, thank you for the amazing package! I have noticed unexpected behaviour that I wanted to point out. **Expected behaviour:** rational numbers like 1.0 and 0.1 will be...