Commit Graph

4 Commits

Author SHA1 Message Date
Cian-H a1150e1ef6 Updated package to use most recent maturin version
Significant rewrite to allow this module to work with the most recetn
version of maturin. Required dependency removal for ndarray-csv and
rewrite of tests. Should future-proof for migratiosn to python3.13 in
software using this library.
2024-10-25 09:54:01 +01:00
Cian-H 005a38c8da Linted, formatted, and added hooks 2024-05-08 17:23:29 +01:00
Cian-H 9e0cb250c9 Improved error handling
Significantly improved error handling. Rather than panicking and
crashing we should be propagating all errors up to python that
reasonably can be. This should make the library significantly easier to
call from python in future.
2024-05-08 17:05:28 +01:00
Cian-H 602e23531e Created tests for core functionalities 2024-05-08 13:25:00 +01:00