Maintenance#

Status reports and other tools to have the checks all in one place, for quick QC.

Quick overview / QC#

All possible badges of the CI chain. Definitely check this before making a release.

  • GitHub Actions linux GitHub Actions macos & windows GitHub Actions linkcheck Documentation Status

    Ensure CI and docs are passing.

  • PyPI conda-forge

    Ensure latest version is deployed on PyPI and conda.

  • Coveralls Codacy

    Check CI coverage and code quality is good.

  • Airspeed Velocity

    Check Benchmarks are run up to the latest version.

  • Zenodo DOI

    Check Zenodo is linking to the latest release.

Info from ReadTheDocs#

To check the environment in which the documentation was built.

In [1]: import emg3d
   ...: emg3d.Report(
   ...:     ['sphinx', 'numpydoc', 'ipykernel', 'sphinx_numfig',
   ...:      'sphinx_design', 'sphinx_automodapi', 'pydata_sphinx_theme']
   ...: )
   ...: 
Out[1]: 

--------------------------------------------------------------------------------
  Date: Wed May 31 15:00:32 2023 UTC

                 OS : Linux
             CPU(s) : 2
            Machine : x86_64
       Architecture : 64bit
                RAM : 7.6 GiB
        Environment : IPython
        File system : ext4

  Python 3.8.6 (default, May 10 2023, 17:44:10)  [GCC 7.5.0]

             sphinx : 6.2.1
           numpydoc : 1.5.0
          ipykernel : 6.23.1
      sphinx_numfig : 0.1.0
      sphinx_design : 0.4.1
  sphinx_automodapi : 0.15.0
pydata_sphinx_theme : 0.13.3
              numpy : 1.24.3
              scipy : 1.10.1
              numba : 0.57.0
              emg3d : 1.8.2
            empymod : 2.2.2
             xarray : 2023.1.0
         discretize : 0.8.3
               h5py : 3.8.0
         matplotlib : 3.7.1
               tqdm : 4.65.0
            IPython : 8.12.2
--------------------------------------------------------------------------------