Leo C. Stein

Results 33 issues of Leo C. Stein

Sphinx has an extension, [numpydoc](https://numpydoc.readthedocs.io/en/latest/), which enables a very popular docstring style that is used by numpy, scipy, and many other packages. It would be nice if sphinx-doc could generate...

Each of the 13 instances of `TaylorTn_[order]PN_Q` have the same constructor interface, so it should be straightforward to adapt this base class and collection of derived classes to use the...

The call to `delete Tn;` at [PNEvolution_Q.cpp:455](https://github.com/moble/PostNewtonian/blob/master/C%2B%2B/PNEvolution_Q.cpp#L455) will call the destructor of the interface base class. This could lead to memory leaks.

[README.md](../blob/main/README.md) contains a link to the conventions, pointing at http://moble.github.io/spherical/, but this link is broken. Is it supposed to instead point to https://spherical.readthedocs.io/en/main/Conventions/ ?

We may be in the situation where we use and abd object to store only strain, or just strain and \psi_i through \psi_4 with some smallest value of i. In...

Currently, calling `interpolate`, `derivative`, or `antiderivative` on an instance of ModesTimeSeries will construct a `scipy.interpolate.CubicSpline` interpolant, and then throw it out when the function returns. Building the interpolant is, AFAIK,...

See [0806.1037](https://arxiv.org/abs/0806.1037) and [1709.02007](https://arxiv.org/abs/1709.02007) which went into building the [EccentricIMR](https://github.com/ianhinder/EccentricIMR) model.

future work

In vacuum call today, @keefemitman and I were discussing that it would be nice to be able to publish a surrogate model and later add improvements to it. In a...

enhancement

Also added metadata.json to silence warning from sxs in notebook; and re-executed notebook to reflect updated docs.

Also update the Zenodo record when a new version is released on pypi