M Bussonnier
M Bussonnier
I think it would be useful to have an option/env variable to not erase the test rendering when running `nox -s test`, At least I wanted to check a few...
Add the special case for constant, and try to separate semantic (can link), to style (monospace, link) See also #525
Point back at pyproject.toml this might avoid a pre-commit and avoid out of sync things.
### Zarr version all ### Numcodecs version NA ### Python Version all ### Operating System all ### Installation pip install --only-binary ':all:' zarr ### Description Zarr depends on [asciitree](https://github.com/mbr/asciitree), which...
See https://github.com/scientific-python/specs/pull/324
Mostly people.md and likely a few other things. On Jupyter.github.io most pages are generated from a yaml data file: https://github.com/jupyter/jupyter.github.io/blob/main/about.html#L22-L74 for example. This would make it easier to include the...
in numpy.histogram_bin_edges, "using the `ptp`" does not link to numpy.ptp
SOURCE_DATE_EPOCH is useful for reproducible build, when set, no timestamp should be greater than this value. It seem that setuptools sdist does not support SOURCE_DATE_EPOCH, I've traced it to the...
Quansight-Labs/czi-scientific-python-mgmt#77 The second commit also run prettify to fix some formatting issues.
Currently only the not_in_pyodide will raise on non-success, because this is the default behavior of urllib, the in_pyodide will not, so I added a raise_for_status. It is better to raise,...