Nathaniel Starkman

Results 126 comments of Nathaniel Starkman

This is really cool! > A second version will integrate tabular representations (integration of the [NTV-TAB](https://www.ietf.org/archive/id/draft-thomy-ntv-tab-00.html) format and the [NTV-pandas](https://github.com/loco-philippe/ntv-pandas) package) and associated interfaces (e.g. pandas). Just to point out,...

Oops @maxnoe, do you want to re-open this PR?

I've found this function useful for resolving attributes on classes. ```python def all_cls_vars(obj: object | type, /) -> dict[str, Any]: """Return all variables in the whole class hierarchy.""" cls =...

I've found this function useful for resolving attributes on classes. ```python def all_cls_vars(obj: object | type, /) -> dict[str, Any]: """Return all variables in the whole class hierarchy.""" cls =...

We were thinking alike, I also imagined citations would be managed by Zenodo, using their version management. Zenodo also provides badges, which can be embedded, e.g. in the tutorials. I'm...

Maybe we should change the option from `sort` to `alphabetize`? OTOH. @mhvk had an idea about grouping imports my module or some other logical grouping. Should `sort` not be a...

Yes. Thanks for putting it back on my radar.

Hm. Not sure why the test is failing so early. I copied it from a test above!

I would welcome help on the test suite for this PR. The PR works when tested on Astropy, I just can't wrangle this library's test suite.