This patch release contains minor internal changes, including fixing a typo in a demonstration notebook and more careful internal handling of input arrays to ensure consistent data types.
`astartes` is now more flexible for the types of `X`, `y`, and `labels` input - if they are not numpy arrays, `astartes` will attempt to convert them and provide a helpful warning.
What's Changed
* Fix typo in RDB7 notebook by kspieks in https://github.com/JacksonBurns/astartes/pull/121
* add support for X, y, and labels of type other than np.ndarray by JacksonBurns in https://github.com/JacksonBurns/astartes/pull/124
**Full Changelog**: https://github.com/JacksonBurns/astartes/compare/v1.0.0...v1.0.1