Matt Gebert

Results 7 issues of Matt Gebert

### Problem `matplotlib.widgets.SpanSelector` is a useful widget, however only supports one span to be created because of how the class functionality tracks movement and positioning on a screen. ### Proposed...

New feature

Added an option for a `exclude_files` option in pyproject.toml config that allows `re` regular expression path exclusions. Unfortunately, most yaml tags use `exclude` to refer to files, which perhaps doesn't...

Modifies `validate.py` to include checks for constructors methods (`class.__init__`) implemented by class docstring when using the AST validator, which is essential for hook use (probably the majority use case for...

type: Enhancement

Why: Numpydoc ought to support annotations matching the typing functionality of numpy.typing and the built-in scalar types. What: I am using NumPy 2.3.0, and numpydoc 1.8.0. I was writing some...

I was looking for a way to skip GL08 checks on class constructors (`__init__`) throughout my code. This is particularly as the numpydoc recommendation for class strings documents the constructor:...

PoniFile descriptions of an experiment are incredibly useful to store alongside experimental configurations for later processing. With this in mind, it would be great to have seamless compatibility between classes...

## The Problem: If I use a ByteIO buffer to serve fabio at TIF file (i.e. "marccd/tif"), then the [`fabio.openimage._openimage`](https://github.com/silx-kit/fabio/blob/main/src/fabio/openimage.py#L238) function uses `actual_filename` as the buffer, and the original buffer...