<!-- Release notes generated using configuration in .github/release.yml at v0.8.0 -->
What's Changed
`optype.numpy`
* accept more valid numpy array-likes in `optype.numpy.To*{1,2,3,N}` by jorenham in https://github.com/jorenham/optype/pull/214
* `onp.Any[U]Int{DType,Array}` for `np.int_` by jorenham in https://github.com/jorenham/optype/pull/224
* include `opt.Just[{int,float,complex}]` in `onp.Any{Int,Float,Complex}{Array,DType}` by jorenham in https://github.com/jorenham/optype/pull/225
* new `onp.compat` module, and `Any` as shape-type default on `numpy<2.1` by jorenham in https://github.com/jorenham/optype/pull/226
* new `onp.Matrix` and `onp.MArray[{0,1,2,3}D]` aliases by jorenham in https://github.com/jorenham/optype/pull/228
* `onp.AnyBytes8DType` for `np.dtype("c")` by jorenham in https://github.com/jorenham/optype/pull/230
* new `onp.ToJust{Bool,Float,Complex}` aliases by jorenham in https://github.com/jorenham/optype/pull/231
* new `onp.To[Just]{Float64,Complex128}*` aliases by jorenham in https://github.com/jorenham/optype/pull/232
`optype.pickle`
* Added missed optype documentation by kam193 in https://github.com/jorenham/optype/pull/212
`optype.typing`
* add `JustFloat` and `JustComplex` to `optype.typing` by jorenham in https://github.com/jorenham/optype/pull/215
Dependencies
* migrate from `codespell` to `typos` by jorenham in https://github.com/jorenham/optype/pull/213
* bump `basedmypy` to `2.8.0` and `basedpyright` to `1.22.1` by jorenham in https://github.com/jorenham/optype/pull/218
* update development dependencies by jorenham in https://github.com/jorenham/optype/pull/223
Continuous integration
* test & typecheck all of the supported numpy versions by jorenham in https://github.com/jorenham/optype/pull/227
* PyPI trusted publishing by jorenham in https://github.com/jorenham/optype/pull/234
Other Changes
* update the security policy by jorenham in https://github.com/jorenham/optype/pull/216
* automatically generated release notes configuration by jorenham in https://github.com/jorenham/optype/pull/233
New Contributors
* kam193 made their first contribution in https://github.com/jorenham/optype/pull/212
**Full Changelog**: https://github.com/jorenham/optype/compare/v0.7.3...v0.8.0