Releases: remkade/matchspec
Releases · remkade/matchspec
Parallel matching functions
This release contains the new parallel matching functions:
parallel_filter_package_list(matchspec, package_list)
and parallel_filter_package_list_with_matchspec_list(matchspec_list, package_list)
What's Changed
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Release 0.1.1
This is our initial release. Not ready for production use yet.
It is quite fast, but also not battle tested.
What's Changed
- Generic Types by @remkade in #1
- Basic Matching by @remkade in #2
- Parsing Benchmarks by @remkade in #3
- Implicit (space separated) Matchers by @remkade in #4
- Extract parsers to mod by @remkade in #5
- Compound matchers by @remkade in #6
- Implement package candidate matching by @aaskat in #15
- String glob matching by @marcoesters in #17
- Wrapping the Rust MatchSpec in Python by @beeankha in #16
- Added table-based parser for is_alphanumeric/etc functions by @AndrewVallette in #18
- Create python module with maturin by @marcoesters in #19
- Fixing benches with feature=python by @remkade in #20
- Use version compare for version matching by @aaskat in #22
- Fix package candidate matching by @aaskat in #23
- Add maturin build workflow by @remkade in #24
New Contributors
- @remkade made their first contribution in #1
- @aaskat made their first contribution in #15
- @marcoesters made their first contribution in #17
- @beeankha made their first contribution in #16
- @AndrewVallette made their first contribution in #18
Full Changelog: https://github.com/remkade/matchspec/commits/v0.1.1