astartes v1.0.1
astartes
Patch Release 1.0.1
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 #121
- add support for X, y, and labels of type other than np.ndarray by @JacksonBurns in #124
Full Changelog: v1.0.0...v1.0.1