Matt Pitkin

Results 8 issues of Matt Pitkin

### Description When using `literalinclude` in a rst file you can specify the lines from the included file that are shown, e.g.: ```rst .. literalinclude:: example.py :lines: 1,3,5-10,20- ``` Would...

T: feature
S: needs-decision

In the [model comparison example](https://johannesbuchner.github.io/UltraNest/example-sine-modelcomparison.html) the comment above the prior transform for the period says it goes from 0.3 to 30, when the actual prior transform goes from 1 to...

If using astropy v4.2 or higher you get a deprecation warning about importing the astropy._erfa library as erfa is now a separate package ([pyerfa](https://github.com/liberfa/pyerfa)), which is a requirement of astropy....

Start trying out using [Altair](https://altair-viz.github.io/) to make plots if requested. Refs #3. Supercedes #31 as I've changed the branch name to be more appropriate.

enhancement

It would be good to have plotting functions to produce plots of one parameter vs another for any numerical parameters that had been queried. In particular, for a start it...

enhancement

I have noticed that the normalisation of the complex spectrogram features for the deep filtering is not doing what is expected (as described in, say, equation 12 of https://ieeexplore.ieee.org/document/9855850). In...

Hi @jakevdp, the inline math on your blog pages no longer seems to be rendering. Updating the MathJax [link](http://docs.mathjax.org/en/latest/configuration.html#loading-mathjax-from-a-cdn) in [base.html](https://github.com/jakevdp/jakevdp.github.io-source/blob/master/theme/templates/base.html) to: ``` ``` seems to fix the issue.

In this MR, I have: * dropped support for Python 3.7, so the minimum support version is Python 3.8. * remove some old Python 2 compatibility workarounds that are no...