Steve Morley
                                            Steve Morley
                                        
                                    This PR will make sure that the `spacepy.pybats.ram` functionality is up-to-date and compatible with output files from the current version of RAM. - Fix time parsing in E field files...
This PR includes the upstream changes to IRBEM (see PRBEM/IRBEM#32) to close #577 and fix some other coordinate system transform errors (and to just bring us back in sync with...
This PR updates some of the irbempy docs, including documenting the input parameter limits imposed on the external field models provided by IRBEM (which closes #538). Some modifications are also...
The `spacepy.ctrans`-based backend for coordinate transforms currently has a bare bones implementation of IGRF to get the dipole axis and moment. For ease of update it uses the [coefficients file](https://www.ngdc.noaa.gov/IAGA/vmod/coeffs/igrf13coeffs.txt)...
_Feature Request_ Currently the `plot.reliabilityDiagram` feature plots the predicted probability against empirical probability, as well as adding a histogram of the predicted probabilities. It'd be extremely useful have options to...
_Feature Request_ The dictionary returned by `plot.rocCurve` has `Figure`, `Axes`, `POD`, `POFD`, and `Thresholds`. It'd be extremely useful to add the area under the curve (AUC) as a measure of...
Current documentation is sparse. It would be helpful to users to provide: - Simple example calculations in the docstrings - Some example use cases, possibly as scripts in an examples...
The documentation is ugly. The docstring formatting isn't presently being rendered correctly by Sphinx. The workflow for the github.io webpage for this project currently follows [https://daler.github.io/sphinxdoc-test/includeme.html](https://daler.github.io/sphinxdoc-test/includeme.html) ETA: Documentation is at...
The current `CITATION.cff` (at 0.5.0 release) has an errant line that led to a Zenodo sync failure. In addition to fixing the CFF file, we should enable validation in the...
Code execution can fail due to a typo in the `astype` method, as seen at https://github.com/spacepy/spacepy/blame/7b63f500b1ea55e503cac177f34788a1832e6577/spacepy/datamodel.py#L1589 This showed up when I was resurrecting an old code that used to work......