The version was stuck at 0.2.10 from commit 6b549b5 onward, but several
feature commits landed afterwards without a bump:
- 3df6bc7 / 174410a: x_outSZ truncation in cl_yy_factory / cl_yy
- 71b5f81: classy_szlite.likelihoods sub-package + cl_TTTEEE_jax
- c42844b: foreground-template extractor tilt fix
- 7ab3ae7: likelihood smoke tests + coverage config
Because PyPI 0.2.10 was published from the pre-x_outSZ state, a plain
`pip install classy_szlite` (or `pip install -U`) gives users code
without `x_outSZ`, producing
TypeError: cl_yy_factory() got an unexpected keyword argument 'x_outSZ'
Bumping to 0.2.11 so tagging v0.2.11 publishes a PyPI release that
actually contains these features. Until that release, install from git:
pip install "git+https://github.com/CLASS-SZ/classy_szlite.git"
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>