1
0

14 Commits

Author SHA256 Message Date
0440e78d0b Accepting request 1146673 from devel:languages:python
- Update to 1.0.3:
  * `match_rating_codex` now raises a `ValueError` when passed non-alpha
    characters (#200)
  * fully remove deprecated names
  * fully drop Python 3.7 support
  * switch to using `ahash` for Damerau-Levenshtein for speed gains
  * switched to using Rust implementation for all algorithms
  * removed rarely-used `porter_stem` function, better implementations exist
  * support for Python 3.10+
  * handle spaces correctly in MRA algorithm
  * fix buffer overflow in NYSIIS
  * safer allocations from CJellyfish
  * fix for jaro winkler (cjellyfish#8)
- Stop using greedy globs in %files.
- Switch to autosetup and pyproject macros.
- Sprinkle in cargo_vendor due to including rust code.

OBS-URL: https://build.opensuse.org/request/show/1146673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jellyfish?expand=0&rev=6
2024-02-15 20:00:34 +00:00
398f99f982 - Update to 1.0.3:
* `match_rating_codex` now raises a `ValueError` when passed non-alpha
    characters (#200)
  * fully remove deprecated names
  * fully drop Python 3.7 support
  * switch to using `ahash` for Damerau-Levenshtein for speed gains
  * switched to using Rust implementation for all algorithms
  * removed rarely-used `porter_stem` function, better implementations exist
  * support for Python 3.10+
  * handle spaces correctly in MRA algorithm
  * fix buffer overflow in NYSIIS
  * safer allocations from CJellyfish
  * fix for jaro winkler (cjellyfish#8)
- Stop using greedy globs in %files.
- Switch to autosetup and pyproject macros.
- Sprinkle in cargo_vendor due to including rust code.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jellyfish?expand=0&rev=13
2024-02-15 02:58:42 +00:00
9b7de4681e Accepting request 815338 from devel:languages:python
- Update to 0.8.2:
  * fix jaro_winkler/jaro_winkler_similarity mix-up
  * deprecate jaro_distance in favor of jaro_similarity
    backwards compatible shim left in place, will be removed in 1.0
  * rename jaro_winkler to jaro_winkler_similarity to match other functions
    backwards compatible shim added, but will be removed in 1.0
  * fix soundex bug with W/H cases, #83
  * fix metaphone bug with WH prefix, #108
  * fix C match rating codex bug with duplicate letters, #121
  * fix metaphone bug with leading vowels and 'kn' pair, #123
  * fix Python jaro_winkler bug #124
  * fix Python 3.9 deprecation warning
  * add manylinux wheels

OBS-URL: https://build.opensuse.org/request/show/815338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jellyfish?expand=0&rev=5
2020-06-17 12:54:36 +00:00
2a45d7b48d - Update to 0.8.2:
* fix jaro_winkler/jaro_winkler_similarity mix-up
  * deprecate jaro_distance in favor of jaro_similarity
    backwards compatible shim left in place, will be removed in 1.0
  * rename jaro_winkler to jaro_winkler_similarity to match other functions
    backwards compatible shim added, but will be removed in 1.0
  * fix soundex bug with W/H cases, #83
  * fix metaphone bug with WH prefix, #108
  * fix C match rating codex bug with duplicate letters, #121
  * fix metaphone bug with leading vowels and 'kn' pair, #123
  * fix Python jaro_winkler bug #124
  * fix Python 3.9 deprecation warning
  * add manylinux wheels

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jellyfish?expand=0&rev=11
2020-06-17 05:27:20 +00:00
Ludwig Nussel
7433051593 Accepting request 730189 from devel:languages:python
- Update to 0.7.2:
  * fix CJellyfish damerau_levenshtein w/ unicode, thanks to immerrr
  * fix final H in NYSIIS
  * fix issue w/ trailing W in metaphone

OBS-URL: https://build.opensuse.org/request/show/730189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jellyfish?expand=0&rev=4
2019-09-13 12:59:36 +00:00
Tomáš Chvátal
2da308ede9 - Update to 0.7.2:
* fix CJellyfish damerau_levenshtein w/ unicode, thanks to immerrr
  * fix final H in NYSIIS
  * fix issue w/ trailing W in metaphone

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jellyfish?expand=0&rev=9
2019-09-11 14:39:27 +00:00
312fec9dc7 Accepting request 691021 from devel:languages:python
- Update to 0.7.1:
  * drop Python 2 compatibility & legacy code
  * add bugfix for NYSIIS for words starting with PF
  * restrict install to Python >= 3.4

OBS-URL: https://build.opensuse.org/request/show/691021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jellyfish?expand=0&rev=3
2019-04-04 10:07:47 +00:00
Tomáš Chvátal
82d6ae017e - Update to 0.7.1:
* drop Python 2 compatibility & legacy code
  * add bugfix for NYSIIS for words starting with PF
  * restrict install to Python >= 3.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jellyfish?expand=0&rev=7
2019-04-03 11:12:47 +00:00
25858ebf26 Accepting request 627023 from devel:languages:python
- Version update to 0.6.1:
  * Various unicode fixes

OBS-URL: https://build.opensuse.org/request/show/627023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jellyfish?expand=0&rev=2
2018-08-03 10:37:43 +00:00
Tomáš Chvátal
5f45e447e9 - Version update to 0.6.1:
* Various unicode fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jellyfish?expand=0&rev=5
2018-08-02 08:13:18 +00:00
Tomáš Chvátal
409185c659 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jellyfish?expand=0&rev=4 2018-08-02 08:12:40 +00:00
Tomáš Chvátal
91dcff746e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jellyfish?expand=0&rev=3 2018-08-02 08:07:10 +00:00
f9cead3edb Accepting request 522103 from devel:languages:python
singlespec version of python3-jellyfish

OBS-URL: https://build.opensuse.org/request/show/522103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jellyfish?expand=0&rev=1
2017-09-13 20:29:42 +00:00
Todd R
27621e6d55 Accepting request 486996 from home:alarrosa:branches:devel:languages:python
singlespec version of python3-jellyfish
(which can be deleted after this is accepted)

OBS-URL: https://build.opensuse.org/request/show/486996
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jellyfish?expand=0&rev=1
2017-04-24 16:26:52 +00:00