Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / G-Research/ahocorasick_rs issues and pull requests
#112 - Request: Add benchmarks
Issue -
State: open - Opened by tommycarstensen 2 months ago
- 1 comment
#111 - Bump pyo3 from 0.22.3 to 0.23.2
Pull Request -
State: open - Opened by dependabot[bot] 2 months ago
Labels: dependencies, rust
#110 - Bump pyo3 from 0.22.3 to 0.23.1
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
- 1 comment
Labels: dependencies, rust
#109 - Bump pyo3 from 0.22.3 to 0.22.6
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
- 1 comment
Labels: dependencies, rust
#108 - Bump pyo3 from 0.22.3 to 0.22.5
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 1 comment
Labels: dependencies, rust
#107 - Bump pyo3 from 0.22.3 to 0.22.4
Pull Request -
State: open - Opened by dependabot[bot] 4 months ago
Labels: dependencies, rust
#106 - Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Pull Request -
State: open - Opened by dependabot[bot] 5 months ago
Labels: dependencies, github_actions
#105 - Python 3.13 support
Pull Request -
State: closed - Opened by itamarst 6 months ago
#104 - Python 3.13 support
Issue -
State: closed - Opened by itamarst 6 months ago
#103 - Create ASCII shortcut
Issue -
State: open - Opened by shner-elmo 7 months ago
#102 - Add an interface that allows to add patterns at any time
Issue -
State: closed - Opened by likaisoft 8 months ago
- 2 comments
#101 - Upgrade to PyO3 0.21
Pull Request -
State: closed - Opened by itamarst 11 months ago
#100 - Upgrade to PyO3 0.21
Issue -
State: closed - Opened by itamarst 11 months ago
#99 - Prep for release.
Pull Request -
State: closed - Opened by itamarst about 1 year ago
#98 - Release 0.22
Issue -
State: closed - Opened by itamarst about 1 year ago
#97 - Release the GIL for `BytesAhoCorasick` when the haystack is `bytes`
Pull Request -
State: closed - Opened by iscgar about 1 year ago
- 2 comments
#96 - availabilty on conda
Issue -
State: closed - Opened by ericqu about 1 year ago
- 2 comments
#95 - Make the tests pass more consistently
Pull Request -
State: closed - Opened by itamarst about 1 year ago
#94 - BytesAhoCorasick could release the GIL if the haystack is a `bytes` object
Issue -
State: closed - Opened by itamarst about 1 year ago
- 1 comment
Labels: enhancement
#93 - Bump actions/upload-artifact from 3 to 4
Pull Request -
State: open - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions
#92 - Bump actions/download-artifact from 3 to 4
Pull Request -
State: open - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions
#91 - Bump actions/setup-python from 4 to 5
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions
#90 - Newer PyO3, newer Rust, initial prep for next release
Pull Request -
State: closed - Opened by itamarst over 1 year ago
#89 - Break early in case of a pattern error or an empty pattern
Pull Request -
State: closed - Opened by iscgar over 1 year ago
- 1 comment
#88 - Switch to a maintained Rust action
Pull Request -
State: closed - Opened by itamarst over 1 year ago
#87 - Fix GHA deprecations
Issue -
State: closed - Opened by itamarst over 1 year ago
#86 - Add Python 3.12 to CI
Pull Request -
State: closed - Opened by nijel over 1 year ago
- 1 comment
#85 - Please provide wheels for Python 3.12
Issue -
State: closed - Opened by nijel over 1 year ago
- 3 comments
#84 - Handle empty patterns more reasonably
Pull Request -
State: closed - Opened by itamarst over 1 year ago
#83 - find_matches_as_indexes returns bogus values
Issue -
State: closed - Opened by nijel over 1 year ago
- 22 comments
#82 - New aho-corasick release
Pull Request -
State: closed - Opened by itamarst over 1 year ago
#81 - New aho-corasick version
Issue -
State: closed - Opened by itamarst over 1 year ago
#80 - Update version
Pull Request -
State: closed - Opened by itamarst over 1 year ago
#79 - Do new 0.17.1 release
Issue -
State: closed - Opened by itamarst over 1 year ago
#78 - Upgrade to aho-corasick 1.0.5 to fix performance regression in construction of AhoCorasick objects
Pull Request -
State: closed - Opened by itamarst over 1 year ago
#77 - Upgrade to aho-corasick 1.0.5 to fix performance regression
Issue -
State: closed - Opened by itamarst over 1 year ago
#76 - Bump actions/checkout from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, github_actions
#75 - Update aho-corasick and prepare for release
Pull Request -
State: closed - Opened by itamarst over 1 year ago
#74 - Upgrade to aho-corasick 1.0.4
Issue -
State: closed - Opened by itamarst over 1 year ago
#73 - Remove files we don't want.
Pull Request -
State: closed - Opened by itamarst over 1 year ago
#72 - Automatically publish to PyPI
Pull Request -
State: closed - Opened by itamarst over 1 year ago
#71 - Automatically publish from GHA to PyPI
Issue -
State: closed - Opened by itamarst over 1 year ago
#70 - Release 0.15
Pull Request -
State: closed - Opened by itamarst over 1 year ago
#69 - Release 0.15
Issue -
State: closed - Opened by itamarst over 1 year ago
#68 - Change default to automatic implementation choice instead of DFA
Pull Request -
State: closed - Opened by itamarst over 1 year ago
#67 - Allow accepting iterator in ahocorasick constructor
Pull Request -
State: closed - Opened by itamarst over 1 year ago
#66 - Upgrade dependencies
Pull Request -
State: closed - Opened by itamarst over 1 year ago
#65 - Upgrade dependencies and Rust version, in particular aho-corasick 1.0.3
Issue -
State: closed - Opened by itamarst over 1 year ago
#64 - Allow accepting iterator in AhoCorasick.new()
Issue -
State: closed - Opened by itamarst over 1 year ago
#63 - Create a template for filing bugs
Issue -
State: open - Opened by itamarst over 1 year ago
#62 - "state identifier overflow" on large input list.
Issue -
State: closed - Opened by erikcw over 1 year ago
- 14 comments
#61 - Thank you for your work!
Issue -
State: closed - Opened by AlexMikhalev almost 2 years ago
- 1 comment
#60 - Prep for release.
Pull Request -
State: closed - Opened by itamarst almost 2 years ago
#59 - New release
Issue -
State: closed - Opened by itamarst almost 2 years ago
#58 - Add function signatures
Pull Request -
State: closed - Opened by itamarst almost 2 years ago
#57 - Replace matchkind constants with an enum
Pull Request -
State: closed - Opened by itamarst almost 2 years ago
#56 - Switch MatchKind to be an enum
Issue -
State: closed - Opened by itamarst almost 2 years ago
#55 - Maybe change default to automatic implementation choice, instead of DFA
Issue -
State: closed - Opened by itamarst almost 2 years ago
#54 - Support `ahocorasick-rs` v10, add `kind` parameter
Pull Request -
State: closed - Opened by dalf almost 2 years ago
- 1 comment
#53 - Allow the usage of NFA
Issue -
State: closed - Opened by dalf almost 2 years ago
- 2 comments
#52 - Function signatures
Issue -
State: closed - Opened by vitalie-cracan almost 2 years ago
- 8 comments
#51 - Problem with korean word.
Issue -
State: closed - Opened by latestk-develop almost 2 years ago
- 6 comments
#50 - Port to `ahocorasick-rs` v1.0
Issue -
State: closed - Opened by itamarst almost 2 years ago
- 5 comments
#49 - Bump pyo3 from 0.18.0 to 0.18.2
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies, rust
#48 - Bump pyo3 from 0.18.0 to 0.18.1
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies, rust
#47 - Bump actions/setup-python from 2 to 4
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies, github_actions
#46 - Bump actions/checkout from 2 to 3
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies, github_actions
#45 - Bump actions/upload-artifact from 2 to 3
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies, github_actions
#44 - More memory efficiency
Pull Request -
State: closed - Opened by itamarst about 2 years ago
#43 - More memory-efficiency
Issue -
State: closed - Opened by itamarst about 2 years ago
- 1 comment
#42 - Add support for working with `bytes` and `bytearray`
Pull Request -
State: closed - Opened by iscgar about 2 years ago
- 20 comments
#41 - Add support for pickle or some serialization/deserialization
Issue -
State: open - Opened by pombredanne about 2 years ago
- 8 comments
#40 - Bump pyo3 from 0.17.2 to 0.18.0
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#39 - Bump aho-corasick from 0.7.19 to 0.7.20
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#38 - Bump pyo3 from 0.17.2 to 0.17.3
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 1 comment
Labels: dependencies
#37 - New release
Pull Request -
State: closed - Opened by itamarst over 2 years ago
#36 - Bump pyo3 from 0.17.1 to 0.17.2
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#35 - Python 3.11 wheels
Pull Request -
State: closed - Opened by itamarst over 2 years ago
- 2 comments
#34 - Bump aho-corasick from 0.7.18 to 0.7.19
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#33 - Bump pyo3 from 0.16.5 to 0.17.1
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#32 - Bump pyo3 from 0.16.5 to 0.17.0
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 1 comment
Labels: dependencies
#31 - Cross-compile to aarch64, sdist, and universal2 wheels for macOS
Pull Request -
State: closed - Opened by itamarst over 2 years ago
#30 - Add sdist for people not on platforms with compiled wheels
Issue -
State: closed - Opened by itamarst over 2 years ago
- 1 comment
#29 - Various maintenance improvements
Pull Request -
State: closed - Opened by itamarst over 2 years ago
#28 - Maintenance updates
Issue -
State: closed - Opened by itamarst over 2 years ago
#27 - Bump pyo3 from 0.15.1 to 0.16.5
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 1 comment
Labels: dependencies
#26 - Bump pyo3 from 0.15.1 to 0.16.4
Pull Request -
State: closed - Opened by dependabot[bot] almost 3 years ago
- 1 comment
Labels: dependencies
#25 - Bump pyo3 from 0.15.1 to 0.16.3
Pull Request -
State: closed - Opened by dependabot[bot] almost 3 years ago
- 1 comment
Labels: dependencies
#24 - Bump pyo3 from 0.15.1 to 0.16.2
Pull Request -
State: closed - Opened by dependabot[bot] almost 3 years ago
- 1 comment
Labels: dependencies
#23 - Bump pyo3 from 0.15.1 to 0.16.1
Pull Request -
State: closed - Opened by dependabot[bot] almost 3 years ago
- 1 comment
Labels: dependencies
#22 - Bump pyo3 from 0.15.1 to 0.16.0
Pull Request -
State: closed - Opened by dependabot[bot] almost 3 years ago
- 1 comment
Labels: dependencies
#21 - Update pyo3 requirement from 0.14 to 0.15
Pull Request -
State: closed - Opened by dependabot[bot] about 3 years ago
Labels: dependencies
#20 - Problem with MATCHKIND_LEFTMOST_FIRST
Issue -
State: closed - Opened by nguyenhuuthuat09 about 3 years ago
- 5 comments
#19 - Add Python 3.10
Pull Request -
State: closed - Opened by itamarst over 3 years ago
#18 - Python 3.10 support
Issue -
State: closed - Opened by itamarst over 3 years ago
#17 - Update benchmarks in README for v0.11
Issue -
State: closed - Opened by itamarst over 3 years ago
- 1 comment
#16 - Update to PyO3 0.14
Issue -
State: closed - Opened by itamarst over 3 years ago
#15 - Correct manylinux wheel tag
Pull Request -
State: closed - Opened by itamarst over 3 years ago
#14 - Wheels are being generated with the wrong tag
Issue -
State: closed - Opened by itamarst over 3 years ago
Labels: bug
#13 - Correct indexes for non-ASCII strings
Pull Request -
State: closed - Opened by itamarst over 3 years ago