Commit Graph

20 Commits

Author SHA1 Message Date
9eadbb46ee Added devenv 2024-11-13 10:08:47 +00:00
150fe23f6c Fixed mistake in csv parser (was parsing as csv, not ssv) 2024-10-31 10:56:02 +00:00
a704b6c15f Version bump (forgot to do this) 2024-10-30 14:07:37 +00:00
40235ccd4b Added module name to tool.maturin in pyproject 2024-10-25 10:23:06 +01:00
2aafb74c43 Added lib name 2024-10-25 10:17:59 +01:00
79281c8210 Fixed error due to name requirement change 2024-10-25 10:11:33 +01:00
0c0b70bd6b numpy compatible version tweak 2024-10-25 10:07:46 +01: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
d0e353bfab Incremented version in pyproject 2024-05-10 12:15:34 +01:00
005a38c8da Linted, formatted, and added hooks 2024-05-08 17:23:29 +01:00
af8f631d9d Incremented version number (long overdue) 2024-05-08 17:07:12 +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
9daf90dffd Readded mistakenly removed crate 2024-05-08 13:27:59 +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
30524c53a1 Another attempt to fix the build system 2024-05-01 18:07:05 +01:00
6324ee33ab Fix build config error 2024-05-01 18:02:58 +01:00
46af9e6583 Fixed config error 2024-05-01 17:52:52 +01:00
571be02665 Added github url to pyproject.toml 2024-05-01 17:49:38 +01:00
b1f5f37fa2 First commit. Separated project out from MTPy. 2024-05-01 17:46:03 +01:00