Commit Graph

30 Commits

Author SHA1 Message Date
0c6a28c63c Patch version bump 2025-06-03 17:26:30 +01:00
7ccb11609a Another attempt to fix publish workflow 2025-06-03 17:15:13 +01:00
6669bb62a9 Patch: lock dependencies 2025-06-03 16:32:09 +01:00
224e701430 Patch bump to test release workflow 2025-06-03 16:24:58 +01:00
bddc2d9d45 Bump patch version 2025-06-03 15:23:31 +01:00
6ebc2ebc33 Updated poetry config 2025-05-29 10:17:08 +01:00
e77f9c2196 patch: Removed unnecessary doc config artifacts 2025-05-28 19:07:08 +01:00
e420efdc1a Revert "patch: attempt to fix docs build"
This reverts commit 2643b075a6.
2025-05-28 17:53:39 +01:00
2643b075a6 patch: attempt to fix docs build 2025-05-28 17:38:58 +01:00
ec7e4353bd patch: version bump 2025-05-28 17:33:49 +01:00
0b0a0ca5c5 Added autogenerated sphinx documentation 2025-05-28 15:12:44 +01:00
94317da086 Version bump 2025-05-28 11:13:26 +01:00
da827cbde0 Merge branch 'main' into dependabot/cargo/pyo3-0.25.0 2025-05-28 10:16:54 +01:00
9b75f18e02 Merge pull request #7 from Cian-H/dependabot/cargo/flexbuffers-25.2.10
deps(deps): update flexbuffers requirement from 2.0.0 to 25.2.10
2025-05-28 10:07:32 +01:00
a44debbda0 Merge pull request #4 from Cian-H/dependabot/cargo/numpy-0.25.0
deps(deps): update numpy requirement from 0.22.0 to 0.25.0
2025-05-28 10:06:24 +01:00
dependabot[bot]
102a6f0f51 deps(deps): update flexbuffers requirement from 2.0.0 to 25.2.10
Updates the requirements on [flexbuffers](https://github.com/google/flatbuffers) to permit the latest version.
- [Release notes](https://github.com/google/flatbuffers/releases)
- [Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/flatbuffers/compare/v2.0.0...v25.2.10)

---
updated-dependencies:
- dependency-name: flexbuffers
  dependency-version: 25.2.10
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-27 17:02:53 +00:00
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
dependabot[bot]
333266bcb2 deps(deps): update numpy requirement from 0.22.0 to 0.25.0
Updates the requirements on [numpy](https://github.com/PyO3/rust-numpy) to permit the latest version.
- [Release notes](https://github.com/PyO3/rust-numpy/releases)
- [Changelog](https://github.com/PyO3/rust-numpy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PyO3/rust-numpy/compare/v0.22.0...v0.22.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-version: 0.22.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-27 17:02:37 +00:00
dependabot[bot]
75378a111a deps(deps): update thiserror requirement from 1.0.60 to 2.0.12
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.60...2.0.12)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-version: 2.0.12
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-27 17:02:33 +00:00
32ae9a2d0c Patched python bindings (i think) 2024-11-14 12:35:01 +00:00
4c11c9eee5 Version bump 2024-11-13 18:30:12 +00:00
150fe23f6c Fixed mistake in csv parser (was parsing as csv, not ssv) 2024-10-31 10:56:02 +00:00
2aafb74c43 Added lib name 2024-10-25 10:17:59 +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
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
b1f5f37fa2 First commit. Separated project out from MTPy. 2024-05-01 17:46:03 +01:00