Commit Graph

8 Commits

Author SHA1 Message Date
99ff6c19bd Clippy lint 2024-11-13 18:28:51 +00:00
a9ac109917 Added tests for python endpoints 2024-11-13 18:28:50 +00:00
7a834fe09d Fixed column order mistake in read_layer 2024-11-13 17:49:27 +00:00
150fe23f6c Fixed mistake in csv parser (was parsing as csv, not ssv) 2024-10-31 10:56:02 +00:00
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
005a38c8da Linted, formatted, and added hooks 2024-05-08 17:23:29 +01:00
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
602e23531e Created tests for core functionalities 2024-05-08 13:25:00 +01:00