Leo Singer

Results 112 issues of Leo Singer

These are the recommended packages from the setuptools_scm docs.

### Proposed new feature or change: I maintain several Python packages with C extensions that define ufuncs and generalized ufuncs. I have been relying upon the `add_newdoc_ufunc` function to add...

01 - Enhancement
Project
Numpy 2.0 API Changes

### Description Models that have input units cannot be used for fitting. See traceback below. This is strange because the fitter is smart enough to temporarily strip off the units...

Bug
modeling

There are two goals of this PR: 1. Self-document what units these models expect by advertising the models in standard astropy.modeling.Model metadata. 2. Eliminate input preparation code that was previously...

This makes it easier for users to disable the unit conversion warnings without also suppressing other unrelated UserWarnings. This should be a backward-compatible change: since the new warning class subclasses...

If you set the `input_units`, `return_units`, `input_units_equivalencies`, and `bounding_box` properties, then when you call a model, the `astropy.modeling.Model` base class will automatically convert the users' arguments to your desired units...

enhancement

The following is valid reStructuredText/Sphinx with line-wrapped math directives inside table cells: ```rst Math in Table ============= +-----------+---------------+---------------+ | Shape | Area | Perimeter | +===========+===============+===============+ | Circle | :math:`\pi...

help wanted
good first issue

Follow-up of #2563. # Current behavior If we update all of the `@remix-run/*` packages to versions newer than (but not including) 2.10.3, then on pages for Circulars that contain many...

bug

See https://comet.transientskp.org/en/stable/filtering.html.

### Description Implemented a default bounding box for compound models. The bounding box is deduced from the compound model's operands. For example, the bounding box of the sum of two...

modeling