Kyle Sunden

Results 7 issues of Kyle Sunden

Changes proposed in this pull request: * Use setuptools for setup.py This allows building of a wheel, the standard prebuilt distribution file in python. setuptools is widely recommended in the...

## Description This short circuits the `snake_cyclers` method in `utils` to use the equivalent multiplied cyclers when there is no snaking. ## Motivation and Context This is primarily a memory...

It's not made explicit in a lot of places, but the [event-model formal schema for start documents](https://blueskyproject.io/event-model/data-model.html#run-start-document) indicates that dimensions hints are "Ordered slow to fast". The code for scan_nd...

- Convert to new style namespace packages - remove namespace_packages key from setup This is a follow up to matplotlib/matplotlib#25381. Newer setuptools is going to completely deprecate old-style namespace packages,...

Currently there are references to the required version being: - `>=60` - [README.md](https://github.com/pypa/setuptools_scm/blob/ceca2352f09ed22f825f45a392cca5aff83c6aff/README.md?plain=1#L29) - `>=61` - [runtime warning](https://github.com/pypa/setuptools_scm/blob/ceca2352f09ed22f825f45a392cca5aff83c6aff/src/setuptools_scm/_integration/setuptools.py#L37) - [your own pyproject.toml buld requirements](https://github.com/pypa/setuptools_scm/blob/ceca2352f09ed22f825f45a392cca5aff83c6aff/pyproject.toml#L9) - [your test workflow](https://github.com/pypa/setuptools_scm/blob/ceca2352f09ed22f825f45a392cca5aff83c6aff/.github/workflows/python-tests.yml#L82) - `>=62`...

Closes #19229 ## PR summary Adds an API to explicitly set the converter for an Axis. Once explicitly set, the implicit machinery will not override the converter. Previously (and still,...

topic: ticks axis labels

Intro ===== This is an implementation following the pattern of https://github.com/scipy/scipy-release of building release builds outside of the main repo. Currently it lives at https://github.com/ksunden/matplotlib-release I am in particular looking...

Maintenance