Commit Graph

22 Commits (4c1fa6be71c133bec6d2a52fb4c13f24d00a2514)

Author SHA1 Message Date
dependabot[bot] 4c1fa6be71
build(deps): bump serde from 1.0.200 to 1.0.201 (#283)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 08:35:11 +10:00
Caleb Hattingh cc7e785cba
deps: upgrade PyO3 to 0.21 (#275) 2024-05-07 16:36:46 +02:00
dependabot[bot] 14827d94d2
build(deps): bump serde_json from 1.0.109 to 1.0.116 (#278)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 09:09:37 +10:00
dependabot[bot] f1a8603d0b
build(deps): bump serde from 1.0.193 to 1.0.200 (#279)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 09:09:25 +10:00
dependabot[bot] 51a366fa06
build(deps): bump serde from 1.0.190 to 1.0.193 (#276)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 08:20:58 +10:00
dependabot[bot] 6cd289396d
build(deps): bump futures from 0.3.29 to 0.3.30 (#277)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 08:20:29 +10:00
dependabot[bot] f9d741de23
build(deps): bump chrono from 0.4.31 to 0.4.38 (#273)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-05 15:56:44 +02:00
dependabot[bot] 23ac320edb
build(deps): bump itertools from 0.12.0 to 0.12.1 (#269)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-05 20:16:05 +10:00
dependabot[bot] 3e180a6a42
build(deps): bump base64 from 0.22.0 to 0.22.1 (#270)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-05 20:15:43 +10:00
dependabot[bot] 751496cd3f
build(deps): bump serde_json from 1.0.108 to 1.0.109 (#271)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-05 20:15:26 +10:00
Cameron 1d1e06ed25
ci: prep for release (#265) 2024-05-05 18:38:50 +10:00
Caleb Hattingh 983364b3a5
feat: upgrade tantivy to 0.22 (#242) 2024-05-03 23:35:19 +02:00
Caleb Hattingh 549244877f
Upgrade itertools to 0.12.0 (#191) 2024-01-22 14:10:20 +01:00
dependabot[bot] 8e589c9dc0
build(deps): bump zerocopy from 0.7.21 to 0.7.31 (#173)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-20 21:24:43 +10:00
Caleb Hattingh 601566baa3
Change to action `dtolnay/rust-toolchain` and 1.73 (#154) 2023-11-19 01:05:00 +01:00
Cameron 71bf17c008
chore: deprecate python 3.7 and add 3.12 (#139) 2023-11-01 15:58:18 +10:00
Chris Tam 2040463d52
Support lenient parser (#114) 2023-10-03 09:52:22 +02:00
Chris Tam 11f8bc4611
Update to tantivy v0.21.0 (#132) 2023-09-28 10:17:15 +02:00
Chris Tam 05dde2d232
Support pickling of some objects (#97) 2023-08-26 14:13:29 +02:00
Caleb Hattingh 6bc86d0e12
Upgrade PyO3 to 0.19.1. (#98) 2023-07-22 15:58:43 +10:00
Chris Tam b377f570ef
Add schema validation to PyDict -> Document (#88)
* Add schema validation to PyDict -> Document

* Address comments

* Add documentation about new functionality
2023-07-22 00:13:03 +02:00
Phill Mell-Davies 164adc87e1
Tantivy 0.19.2 (#67)
* Adding __init__.py file to the tantivy folder to make maturin happy

Add Cargo.lock to the repo

Set the git-fetch-with-cli cargo flag so that we can override fetch settings

Renaming .cargo/config to .cargo/config.toml

Adding github-quiq-sh cargo registry

Point dependencies at our github-quiq-sh registry

Trying to resolve this build issue, pointing pyo3-build-config at our github-quiq-sh registry

SER-21487: Enable support for all standard Tantivy languages plus Chinese + Japanese in tantivy-py

SER-21487: Use uname rather than UNAME in the Makefile

SER-21487: Fix document date handling

SER-23013: Upgrade Tantivy and other dependencies

* Upgrade to Tantivy 0.19.1

* Apply rustfmt and fix bug when fast option = None

* Upgrade to tantivy-0.19.2

* Standardize around using 'cargo fmt' rather than 'rustfmt'

* Reverting to old style dependencies

* Linting with clippy

* Switching out hashmap for defining tokenizers for an array, and adding test for Spanish indexing

* Use cargo fmt instead of rustfmt on the Lint ci step
2023-02-14 13:20:59 +00:00