Commit Graph

235 Commits

Author SHA1 Message Date
Dirkjan Ochtman
230a787a7b Apply suggestions from clippy 1.84 2025-01-10 09:55:25 +01:00
Dirkjan Ochtman
0b7cf4718c Apply suggestions from clippy 1.83 2024-11-29 09:45:16 +01:00
Dirkjan Ochtman
944bf9bcca Upgrade to PyO3 0.23 2024-11-19 10:28:56 +01:00
Dirkjan Ochtman
8d01c5c678 Add FUNDING metadata 2024-10-10 13:18:00 +00:00
Beau Hartshorne
abfdc47e62
Update README.md (#67) 2024-08-04 12:56:17 -07:00
Nicholas Rempel
0fd951ef9c Bump instant-distance-py to 0.3.6 2024-07-24 15:32:38 -07:00
Nicholas Rempel
609f8ead73 Fix working-directory referencing instant-segment incorrectly 2024-07-24 14:40:08 -07:00
Beau Hartshorne
be67fdde40
Update README.md (#64) 2024-07-24 11:39:34 -07:00
Dirkjan Ochtman
302d1eda7f py: revise publishing workflow 2024-07-02 12:14:20 +02:00
Dirkjan Ochtman
94cf4b1ec8 py: upgrade PyO3 to 0.22 2024-07-02 12:14:20 +02:00
Beau Hartshorne
0c4b195578
Update README.md (#62) 2024-05-28 15:30:59 -07:00
Beau Hartshorne
f2eece05ff Update README.md 2024-05-28 15:02:51 -07:00
Dirkjan Ochtman
3ccfe00028 Update Python example dependencies 2024-05-28 23:09:31 +02:00
Dirkjan Ochtman
60209e689f py: upgrade pyo3 to 0.21 2024-04-02 13:14:19 +02:00
Dirkjan Ochtman
778ecf98fe Apply suggestions from clippy 1.76 2024-02-09 09:50:41 +01:00
Dirkjan Ochtman
ad00856f7a Silence new clippy false positive
Previously silenced ones now appear to work correctly.
2023-12-29 09:55:27 +01:00
Dirkjan Ochtman
fc05905e4e Make test-python work on Linux 2023-12-01 16:59:06 +01:00
jinglybits
77f62de6ad replace GH cover image (#51)
* replaced GH cover image

* replaced cover image with optimized svg
2023-11-15 19:36:57 +01:00
jinglybits
b875faa0b6
replace GH cover image (#51)
* replaced GH cover image

* replaced cover image with optimized svg
2023-11-15 10:13:54 -08:00
Dirkjan Ochtman
7c75ce01cb Set resolver workspace to 2 2023-10-12 16:26:16 +02:00
Dirkjan Ochtman
5fa63b0c85 Upgrade pyo3 to 0.20 2023-10-12 16:26:16 +02:00
dependabot[bot]
2f01ebe708 Update ordered-float requirement from 3.0 to 4.1
Updates the requirements on [ordered-float](https://github.com/reem/rust-ordered-float) to permit the latest version.
- [Release notes](https://github.com/reem/rust-ordered-float/releases)
- [Commits](https://github.com/reem/rust-ordered-float/compare/v3.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: ordered-float
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 15:58:39 +02:00
Dirkjan Ochtman
dc0bc5a219 Bump dependency for GHSA-45c4-8wx5-qw6w 2023-08-02 10:04:00 +02:00
Dirkjan Ochtman
f53c150bee Bump instant-distance version to 0.6.1 2023-06-26 09:49:11 +02:00
dependabot[bot]
855cf8c19a Update pyo3 requirement from 0.18.0 to 0.19.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/main/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.18.0...v0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 17:52:48 +02:00
Dirkjan Ochtman
cc8fcc0f5c Apply suggestions for clippy 1.68 2023-03-10 09:44:38 +01:00
Ken Powers
d51b99beb3 Fix example in README
There were three red points instead of red, green, and blue points.
2023-02-21 19:57:45 +01:00
dependabot[bot]
52a6ca2dcd Update serde-big-array requirement from 0.4.1 to 0.5.0
Updates the requirements on [serde-big-array](https://github.com/est31/serde-big-array) to permit the latest version.
- [Release notes](https://github.com/est31/serde-big-array/releases)
- [Commits](https://github.com/est31/serde-big-array/compare/v0.4.1...v0.5.0)

---
updated-dependencies:
- dependency-name: serde-big-array
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 15:12:03 +01:00
Dirkjan Ochtman
f1cb9ee234 py: bump bindings version to 0.3.5 2023-02-02 13:12:25 +01:00
Dirkjan Ochtman
360e7e8cf7 py: looks like we need --no-sdist for publish after all 2023-02-02 13:12:25 +01:00
Dirkjan Ochtman
36e528f9fb py: bump version to 0.3.4 2023-02-02 12:51:45 +01:00
Dirkjan Ochtman
d6807f6a8c py: see if we can build multiple Python versions in Windows 2023-02-02 12:51:45 +01:00
Dirkjan Ochtman
bfcba4b3b7 py: quote Python versions in Actions workflow
3.10 might be interpreted as a float, yielding 3.1.
2023-02-02 12:51:45 +01:00
Dirkjan Ochtman
f11818e4c7 py: use asyncio.run() function 2023-02-02 11:50:48 +01:00
Dirkjan Ochtman
7caae1db16 py: bump aiohttp dependency to 3.8.3 to avoid build error 2023-02-02 11:50:48 +01:00
Dirkjan Ochtman
0fec80bb4a py: upgrade Python versions 2023-02-02 11:50:48 +01:00
Dirkjan Ochtman
45e3d9ba94 py: upgrade to latest maturin 2023-02-02 11:50:48 +01:00
Dirkjan Ochtman
e5cabfb830 py: bump bindings version to 0.3.3 2023-02-02 11:50:48 +01:00
Dirkjan Ochtman
5ad085cdec Remove authors from Cargo metadata (per RFC 3052) 2023-01-27 11:09:41 +01:00
Dirkjan Ochtman
91f67b77c4 Use 2021 edition for inlined format args 2023-01-27 11:09:41 +01:00
dependabot[bot]
88d66186da Update pyo3 requirement from 0.17.1 to 0.18.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/main/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.17.1...v0.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-23 14:06:17 +01:00
Dirkjan Ochtman
31d7ac3fc2 Upgrade to PyO3 0.17 2022-08-29 22:27:43 +02:00
Dirkjan Ochtman
68fa93de0c Ignore faulty clippy lint for now 2022-08-12 18:25:52 +02:00
Dirkjan Ochtman
281b6b89d8 Bump version on instant-distance
Due to using indicatif in the public API.
2022-08-01 14:24:46 +02:00
Dirkjan Ochtman
78770b2b7a Upgrade indicatif to 0.17 2022-08-01 14:24:46 +02:00
Nicholas Rempel
10bb5e7468 Upgrade dependencies 2022-07-08 09:38:34 +02:00
dependabot[bot]
f90bb0a727 Update ordered-float requirement from 2.0 to 3.0
Updates the requirements on [ordered-float](https://github.com/reem/rust-ordered-float) to permit the latest version.
- [Release notes](https://github.com/reem/rust-ordered-float/releases)
- [Commits](https://github.com/reem/rust-ordered-float/compare/v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: ordered-float
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 15:19:15 +02:00
Dirkjan Ochtman
cce042978c Update dependencies 2022-03-28 11:21:02 +02:00
dependabot[bot]
c46487ff55 Update pyo3 requirement from 0.15 to 0.16
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/main/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.15.0...v0.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 14:14:58 +01:00
dependabot[bot]
c9545492ed Update parking_lot requirement from 0.11 to 0.12
Updates the requirements on [parking_lot](https://github.com/Amanieu/parking_lot) to permit the latest version.
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Amanieu/parking_lot/compare/0.11.0...0.12.0)

---
updated-dependencies:
- dependency-name: parking_lot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 14:12:36 +01:00