Commit Graph

41 Commits

Author SHA1 Message Date
dependabot[bot]
5294e5d252 deps(deps): update pyo3 requirement from 0.22.5 to 0.25.0
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/v0.22.6/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.22.5...v0.22.6)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-version: 0.22.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-27 17:02:44 +00:00
5aff65d314 Added dpendabot config 2025-05-27 18:01:38 +01:00
Cian Hughes
189cc4ff6c Fixed misconfigured workflow 2024-11-14 18:40:43 +00:00
Cian Hughes
5d57ccbe86 Added timeout to workflows 2024-11-14 18:34:18 +00:00
Cian Hughes
129c6772be Fixed windows build on rust workflow 2024-11-14 18:20:17 +00:00
32ae9a2d0c Patched python bindings (i think) 2024-11-14 12:35:01 +00:00
abb88c1b0f Attempted fix for bash scripting issue in workflows 2024-11-13 20:26:44 +00:00
29b99710f8 Removed macos workflow test (unsupported by maturin) 2024-11-13 19:34:32 +00:00
2e5fe7eee2 Fixed cross platform testing in worflows 2024-11-13 19:19:15 +00:00
61ef867501 Removed duplicated precommit job 2024-11-13 18:37:46 +00:00
4c11c9eee5 Version bump 2024-11-13 18:30:12 +00:00
99ff6c19bd Clippy lint 2024-11-13 18:28:51 +00:00
7d9b72327f Added python workflow 2024-11-13 18:28:51 +00:00
8128e6083f Updated rust workflow 2024-11-13 18:28:51 +00:00
b6fd3cc3cf Added requirements.txt 2024-11-13 18:28:51 +00:00
f8ddd11c39 linted tests 2024-11-13 18:28:51 +00:00
7fdf0a5d5a Update python version 2024-11-13 18:28:51 +00:00
a9ac109917 Added tests for python endpoints 2024-11-13 18:28:50 +00:00
9646dfe34c Fixed incorrect exports and typing 2024-11-13 18:28:50 +00:00
7a834fe09d Fixed column order mistake in read_layer 2024-11-13 17:49:27 +00:00
109ee3fae8 Added rust git workflow 2024-11-13 10:08:47 +00:00
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