Bug fixes
Fix updating of derived parameters ``npoint`` and ``space`` in ``ParameterSet``
in [``parameters.pyx``](src/triumvirate/parameters.pyx).
Features
- Add ``pypower``-like normalisation for two-point clustering statistics with
the new value option 'mesh-mixed' for the ``norm_convention`` parameter.
- Separate ``wtotal`` and ``wstotal`` attributes for ``ParticleCatalogue``.
This is also reflected in logging and output file headers.
- Add particle position spans as a new member ``pos_span``
in ``trv::ParticleCatalogue`` as this is used for ``pypower``-like
normalisation calculations.
Improvements
Enhance logging and build and packaging processes.
Maintenance
Update syntax and fix typos.
Documentation
Rerun tutorial notebooks.