Daniel Knuettel
Daniel Knuettel
- OS Version: linux x86-64 - Browser Version: Firefox 87.0 - Browser Addon Version: 0.2.4 - Neovim Plugin Version: 0.2.4 - What I tried to do: Edit a file on...
It seems like the action tries to upload all files and directories present in the `dist/` directory. This is fine as long as the build system did not add other...
As far as I understood it `quicknotes` has its own API (and is also stored in the database which is nice). Is it possible to use applications such as `GNOME...
I think it would be useful for all users to have the changes that the EnviroDIY made in the main repository. This is just an initial effort to get these...
Fix #139
This is an issue to track progress of the new `ot` handling when composing lattices using `+`. ## Current Status - [ ] `g.core.expr.factor_unary` is ignored by `+` [1] -...
When iterative algorithm instances are created but not used, the history attribute is missing; this can yield unexpected attribute errors. Setting the history to an empty list in `__init__` avoids...
small possible bug in cshift when second arg is an `expr`
```python fad = g.ad.forward alpha = fad.infinitesimal("alpha") On = fad.landau(alpha**2) series = fad.series(3, On) arr = np.arange(1, 10, 1) print(((series + arr) - (arr + series))) ``` This should print...
Provides improved error handling and error messages for `gpt.load`.