Martijn Visser
Martijn Visser
Looking into #1863. Hopefully we don't need to merge this.
We currently default to finite differencing of the Jacobian due to it being much faster, see #1832. Autodiff generally should be more accurate and a bit faster, so perhaps there...
WHY: this issue helps to generate python API docs since quarto doc expects this docsstring format From discussion in #217 - [ ] conform to numpydoc - [ ] add...
Many tables have optional columns. This currently means that the column needs to be present, but is allowed to be filled with all missing values. It would be better if...
With #1748, specifically https://github.com/Deltares/Ribasim/pull/1748/commits/540b62068ff4a0831561f77f65aa22a478a22306, we now support preserving a customized QML style in the GeoPackage. If a users does not like their own modifications and wants to reset to the...
This package was registered today: https://github.com/SciML/FastPower.jl I remember from profiling a while ago that the power function was the main bottleneck for the kinematic wave. So I wonder how much...
Fixes #294, avoids always processing all packages locally when using a custom JULIA_DEPOT_PATH. The language server showed this log: ``` ┌ Error: Symbol cache downloading: Failed to identify which packages...
In a REPL the `trivial` test model runs in about 0.03 seconds on the second run, but 20 seconds with the CLI. We put a lot of effort into making...
### Discussed in https://github.com/Deltares/Ribasim/discussions/2226 Originally posted by **jarsarasty** April 8, 2025 When optimizing for different demand priorities, multi-objective optimization is performed by setting up and solving optimization problems for each...
When you have a model open in QGIS and have new results that you want to visualize, it would be nice if you don't need to "Remove Group" and "Open...