Nick Papior

Results 664 comments of Nick Papior

Some general comments here. I don't particularly fancy the *special* data-type specification. I can see why it may be useful, but I kind of find it a bit duplicate because...

@pfebrer would you mind rebasing this one? It should not interfere!

This was born out of the discussion in #13043, hence the branch reference.

So what is missing here, could this be helped through?

To expand on this, the extension [`sphinx-autosummary-accesors'](https://github.com/xarray-contrib/sphinx-autosummary-accessors/tree/stable) is used by other major packages, here `pandas` and `xarray`. The idea would be to allow one to fully customize where the shortening...

For completeness @pfebrer managed to create a very minimal change that enables the above. ```python from sphinx.ext.autosummary import Autosummary class RemovePrefixAutosummary(Autosummary): """Wrapper around the autosummary directive to allow for custom...

I have planned to make a release very soon! Indeed lots has happened... However, now since numpy 2.0.0 has come out, I think this needs to be revised before we...

I will do a 0.15, no minor release should be done for all the things that has happened. ;)

I really would like a speedy release, but the current cibuildwheel just fails, so this requires quite a bit of work. I'll have to look at this when time allows...