Francesco Andreuzzi
Francesco Andreuzzi
In #305 we moved the plot code to a separate class. In order to avoid breaking existing code, we should preserve the old interface. We should probably tell the user...
Support multiple backends (NumPy, PyTorch, JAX, CuPy, ...) by decoupling the implementation of DMD variant from the provider of linear algebra operations. This would enable running on distributed architectures, GPUs,...
It looks like the documentation has not been updated to match the last modifications. The docstrings are updated: https://github.com/mathLab/BladeX/blob/905eb8fcc194bc68f35e3f82678c90c1dd66936c/bladex/blade.py#L930-L972 but the generated HTML file aren't (https://mathlab.github.io/BladeX/_summaries/bladex.blade.Blade.generate_stl.html).
It would be useful to add new wrappers (i.e. subclasses of [`Approximation`](https://github.com/mathLab/EZyRB/blob/48af7bd1f02ac186be88dbcbcead53ff4eb88830/ezyrb/approximation.py) for interpolators in order to improve usability from EZyRB. [Here](https://github.com/mathLab/EZyRB/blob/48af7bd1f02ac186be88dbcbcead53ff4eb88830/ezyrb/rbf.py) you can find an example, the EZyRB wrapper...
### `spaceBeforeSeparator` setter in `JsonExtension` Hi, I was trying to set a custom value for `spaceBeforeSeparator` in Gradle Kotlin DSL, as shown in the Gradle plugin [example](https://github.com/diffplug/spotless/blob/main/plugin-gradle/README.md#jackson) for the Jackson...
At the moment almost all the datasets in `smithers.dataset` are not tested at all.
- [x] Closes #3406 - [x] Tests added / passed - [x] Passes `pre-commit run --all-files`
`memoryview` is not immutable, but a similar functionality is offered for similar types in other languages (e.g. Java's [UnsafeByteOperations](https://protobuf.dev/reference/java/api-docs/com/google/protobuf/UnsafeByteOperations)). An alternative way to implement this would be to provide a...