Stefan van der Walt

Results 328 comments of Stefan van der Walt

@mcoughlin's comment above is relevant: the download succeeds, but contains invalid data (HTML instead of numerical). The service does not make a checksum available, so the best check we have...

I have rewritten the patch according to how I think it's supposed to look. Since I no longer use sncosmo directly, I am unable to verify that it works as...

As mentioned in that issue, it's `# noqa:...` (note the space). Try that, and I'll take another look if it does not work.

You can also add the conf file to ruff.toml under excludes so that file doesn't get checked, or under per-file-ignores for the specific error.

Yes, @grlee77 will be working on fixing broken Windows wheels this week.

The wheels are building just fine, the pre-releases are out on PyPi, and the main release itself will be available in a week. @pllim If `--pre` works, then there's nothing...

We're about to publish the next release, so I'm going to close this to clear the milestone. Thanks for your feedback, all.

This looks great, thanks @cgusb and @mkcor!

```patch diff --git a/doc/examples/applications/plot_solidification_tracking.py b/doc/examples/applications/plot_solidification_tracking.py index f2dbdffd2..32aa839f2 100644 --- a/doc/examples/applications/plot_solidification_tracking.py +++ b/doc/examples/applications/plot_solidification_tracking.py @@ -172,7 +172,7 @@ props_0_df.head() # along with its bounding box (bbox) in red. largest_region_0 = labeled_0 ==...

@cgusb Can you give us access to your PR (there's a little checkbox to allow maintainers to participate) so we can fix the linter error? Alternatively, please apply the patch...