Johannes Brachem

Results 41 issues of Johannes Brachem

I think an example explains it best. Take the following minimal data frame: ```r df kbl(format = "latex", linesep = c("\\addlinespace")) ``` ```latex % output of the R code above...

As @GianmarcoCallegher pointed out, the tutorials are currently not included in the documentation anymore. - Re-running the GitHub action has not resolved the issue. - The action does correctly and...

bug
comp:documentation

Once the following issue is fixed, we can reactivate the coverage badge action: - https://github.com/tj-actions/coverage-badge-py/issues/163 Then, the following code can be added again to the pytest action: ``` - name:...

This PR introduces a `Var.transform` method. Some notes: ### Replacing `GraphBuilder.transform` We currently have `GraphBuilder.transform`. The new method is in fact intended as a replacement for `GraphBuilder.transform`. Having `Var.transform` as...

enhancement
comp:model

Scipy 1.13 is currently incompatible to Liesel due to changed import paths. - [ ] Update Liesel to be compatible with scipy 1.13 - [ ] Unpin dependency

This PR goes back to a suggestion made by @Seb-Lorek : >I find the naming of the node "Data" a bit unfortunate. I would have thought of Fixed or something...

enhancement
comp:model

I encountered something like this when I used thinning: ![image](https://github.com/liesel-devs/liesel/assets/37882800/f0d7843f-9910-45af-b555-07dc84d9b70e) Note the selected line, with a relative error count > 1. I sampled for 20,000 samples in 4 chains with...

bug
comp:goose

Currently, the messages that goose logs during MCMC sampling look like this: ![image](https://github.com/liesel-devs/liesel/assets/37882800/7a708069-f2b4-4c9b-a32a-25fd08aff6a8) For long-running models it would be useful to have early information about the type of error, since...

enhancement
comp:goose

After updating Sphinx to version `7.2.6`, it raises the following warnings. ``` docstring of liesel.goose.EpochType.from_bytes:9: WARNING: Inline interpreted text or phrase reference start-string without end-string. docstring of liesel.goose.EpochType.to_bytes:8: WARNING: Inline...

comp:documentation