match
Match tokenized words and phrases within the original, untokenized, often messy, text.
0.3.2
1.3M downloads/mo
#4045 most downloaded on PyPI
EducationalTestingService/match
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Release timing varies
gaps range from 2 months to 4.2 years
This project publishes no release notes
the list below is its commits, not an announcement
Nothing withdrawn
no release was ever pulled
12 years old
6 releases · first in 2014
0 releases in the last 12 months
see the full history below
Release timeline
6 releases · Nov 2014 to Oct 2022Releases
latest 6-
0.3.203 Oct 2022Commits, not release notes
This project publishes no release notes. Between
v0.3.1andv0.3.2there were 8 commits, 7 of them substantive:- Update README.rst with latest badges.
- Update description and python versions in setup.py
- Create MANIFEST.in
- Add maintainer details
- Add python 3.10
- Update python-test.yml
- use nose2 in tests
-
0.3.102 Aug 2022Commits, not release notes
This project publishes no release notes. Between
v0.3.0andv0.3.1there were 23 commits, 20 of them substantive:- Trying to build a noarch package
- Removing python from setup.py
- Trying this '{{ PYTHON }} -m pip install . --no-deps -vv' thing
- Removing setup.py arguments in meta.yaml
- Revert "Removing setup.py arguments in meta.yaml"
- Adding python to build requirements
- Don't try to build for anything before Python 3.4
- README needs to be RST not TXT for PyPI now
- update readme()
- Don't build for anything less than 3.7
- Fixing stray \ses in 0.3.x
- Version number increase and removal of 3.4 mention
- Create python-package.yml
- Update python-package.yml
- Update python-package.yml
- Update and rename python-package.yml to python-test.yml
- Update python-test.yml
- Delete .travis.yml
- Update conda recipe.
- Update workflow file.
-
0.3.027 Dec 2019Commits, not release notes
This project publishes no release notes. Between
v0.2.2andv0.3.0there were 27 commits, 25 of them substantive:- Forgot to up the version number in setup.py
- Switched broken pypip.in badges to shields.io
- Converting documentation to a README
- Removing old documentation from match.py and the Sphinx files themselves
- Removing obsolete binstar badge
- Removing 2.7 support?
- Some cleanup with PEP8 and a max line length of 100 characters
- Changing tests into individual tests using a generator instead of one test which does like 65 different tests
- When testing, call eq_() directly and stop printing everything on stderr unless there's a problem or we run verbose lol
- Adding coverage to nosetests and a .gitignore
- Needed to add Requirement already satisfied: coverage in /usr/local/miniconda3/lib/python3.7/site-packages (4.5.3) in .travis.yml
- Updating READMEs to remove little Python 2.7 u's
- Changing things from Match.match() to match.match() :D
- Switching to using a requirements.txt with pip and conda recipes
- Removing bad --use-mirrors from .travis.yml pip command
- Adding unit test for match_lines()
- Adding a unit test for match.match() using a single word and without user-cleaned text
- Adding unit test for match_lines() where each thing to be matched is a single word
- Adding unit test for match() with a single word and user-cleaned text
- Adding a unit test for match() without supplying cleaned text but using a tokenized phrase
…and 5 more.
-
0.2.215 Oct 2015Commits, not release notes
This project publishes no release notes. Between
v0.2.1andv0.2.2there were 3 commits, 2 of them substantive:- How did this never do an edit distance match on the cleaned text? lol
- Make recipe noarch: python
-
0.2.120 May 2015Nothing published for this version
-
0.223 Nov 2014Nothing published for this version