Roy Smart

Results 8 issues of Roy Smart

### Description This pull request is to address enabling the `numpy.mean()` array function to instances of `astropy.time.Time` Fixes #13507 ### Checklist for package maintainer(s) This checklist is meant to remind...

time

### Description The `__array_function__` dispatch mechanism was recently added to astropy. Can we use this mechanism to activate the `np.mean()` array function for instances of `astropy.time.Time`? If so, what is...

Feature Request
time

Attempting to add support for Sphinx [autosummary](https://www.sphinx-doc.org/en/master/usage/extensions/autosummary.html) Related issue: #138 - [ ] Tests written and passed - [ ] Documentation and changelog entry written, docs build passed - [...

So I actually had everything working perfectly with `sphinx-codeautolink` on my local machine. The problems started as soon as I tried to build the documentation on readthedocs. Unfortunately, I didn't...

enhancement

### What is the problem this feature will solve? I've been working on developing a Quantity-like library, [named-arrays](https://github.com/sun-data/named-arrays), which allows for specifying axes by name instead of by index (like...

Feature Request
units

### Description This pull request is to address ... Fixes #16515 - [ ] By checking this box, the PR author has requested that maintainers do **NOT** use the "Squash...

units

### Description This pull request is to address ... Fixes #19005 - [ ] By checking this box, the PR author has requested that maintainers do **NOT** use the "Squash...

testing
units
installation
dependencies

### What is the problem this feature will solve? I've been using the [`@numba.vectorize`](https://numba.readthedocs.io/en/stable/reference/jit-compilation.html#numba.vectorize) decorator to create new ufuncs, and I've been curious if there's a to register the new...

Feature Request
units
Needs-clarification