Ewout ter Hoeven

Results 224 comments of Ewout ter Hoeven

> On a second thought, it might be useful when the users need to define lots of similar functions, such as: > > ```python > self.data_collector = DataCollector( > model_reporters={...

One thing I haven't heard in this discussion is it's use in the `batch_run()` function. Last week a student asked how he could stop a model conditionally, and I remembered...

Don’t think it’s totally indispensable, but it would break API. So removing it - if deemed useful- would be a 3.0 change.

I'm still interested in this. Maybe we can create some subclass called "PhysicalSpace" or "NewtonianSpace", which implements movement and direction but also energy, momentum and power.

These look like very useful functions, thanks for this PR!

They all fail with the same error: ``` E ValueError: The specified zoom level of 20 is not valid for the current tile provider (valid zooms: 0 - 18). ```...

What's the current status of this issue? It would be amazing to have Dependabot support pre-commit configurations, as an alternative to [pre-commit.ci](https://pre-commit.ci/).

> Plan to do a release of your own packages which depend on numpy shortly after the first NumPy 2.0 release candidate is released (probably in Dec 2023). Would it...

> There are regular nightly builds which should aid in prerelease testing Agreed, I think there is additional value for "formal" pre-releases, which are published on GitHub and PyPI, can...

> AMD Instinct MI50, Radeon Pro VII, and Radeon VII products (collectively gfx906 GPUs) enters maintenance mode in ROCm 6.0. Nvidia still supports eight year old 2015 GPUs. AMD is...