Commit Graph

12 Commits

Author SHA1 Message Date
fc40b9e0c7 Added python docstrings to rust code 2025-05-28 15:11:45 +01:00
4a5456e93a Updated pyarray conversions from numpy 0.22.0 to 0.25.0 compatible calls 2025-05-28 10:23:14 +01:00
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
5fdac4d980 Implemented first test. 2024-05-03 18:59:50 +01:00
b1f5f37fa2 First commit. Separated project out from MTPy. 2024-05-01 17:46:03 +01:00