Changelog#

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased#

v0.1.1 - 2024-07-07#

Added#

  • mypy type hints using numpy.typing.

  • Dedicated return type for qr(mode='raw') to facilitate typing.

  • Copyright notices to all files containing code from SciPy or R.

Fixed#

  • Rename kappa to cond in documentation.

  • Silence NumPy warning in test_lstsq.py.

v0.1.0 - 2024-07-07#

Initial release.