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`.