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: Fri Mar 08 10:44:34 2024 UTC

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

  Python 3.11.6 (main, Feb  1 2024, 16:47:41) [GCC 11.4.0]

             sphinx : 7.2.6
           numpydoc : 1.6.0
          ipykernel : 6.29.3
      sphinx_numfig : 0.1.1
      sphinx_design : 0.5.0
  sphinx_automodapi : 0.17.0
pydata_sphinx_theme : 0.15.2
              numpy : 1.26.4
              scipy : 1.12.0
              numba : 0.59.0
              emg3d : 1.8.3.dev9+g70cf73d
            empymod : 2.3.0
             xarray : 2024.2.0
         discretize : 0.10.0
               h5py : 3.10.0
         matplotlib : 3.8.3
               tqdm : 4.66.2
            IPython : 8.22.2
--------------------------------------------------------------------------------