Commit Graph

21 Commits

Author SHA1 Message Date
14f248e6aa Patch: Fixed package after dependabot updates 2025-05-28 10:28:42 +01:00
dependabot[bot]
e7ec246f4b pip-deps(deps): bump maturin from 1.7.4 to 1.8.6
Bumps [maturin](https://github.com/pyo3/maturin) from 1.7.4 to 1.8.6.
- [Release notes](https://github.com/pyo3/maturin/releases)
- [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md)
- [Commits](https://github.com/pyo3/maturin/compare/v1.7.4...v1.8.6)

---
updated-dependencies:
- dependency-name: maturin
  dependency-version: 1.8.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-28 09:15:25 +00:00
dependabot[bot]
f6c6600d92 pip-deps-dev(deps-dev): bump pytest from 8.3.3 to 8.3.5
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.5)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 8.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-28 09:14:38 +00:00
4475e7eb43 Merge branch 'main' into dependabot/pip/ruff-0.11.11 2025-05-28 10:13:47 +01:00
dependabot[bot]
b47f3cf35d pip-deps-dev(deps-dev): bump ruff from 0.7.1 to 0.11.11
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.1 to 0.11.11.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.7.1...0.11.11)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.11.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-28 09:12:54 +00:00
dependabot[bot]
d4679ec3e9 pip-deps-dev(deps-dev): bump loguru from 0.7.2 to 0.7.3
Bumps [loguru](https://github.com/Delgan/loguru) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/Delgan/loguru/releases)
- [Changelog](https://github.com/Delgan/loguru/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/Delgan/loguru/compare/0.7.2...0.7.3)

---
updated-dependencies:
- dependency-name: loguru
  dependency-version: 0.7.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-28 09:12:30 +00:00
dependabot[bot]
e9f18f7a19 pip-deps-dev(deps-dev): bump mypy from 1.13.0 to 1.15.0
Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.15.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.15.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-28 09:09:23 +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
a9ac109917 Added tests for python endpoints 2024-11-13 18:28:50 +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
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
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