14
0

- update to 2.2.0:

* Python 2 is no longer actively supported
  * Fix code generated for division.
  * C#: An `among` without functions is now generated as `static` and groupings
    are now generated as constant.
  * Constant numeric subexpressions and constant numeric tests are now
    evaluated at Snowball compile time.
  * german2: Fix handling of `qu` to match algorithm description.
  * arabic: Handle exception cases in the among they're exceptions to.
  * greek: Remove unused slice setting, handle exception cases in the among
    they're exceptions to
  * hindi: Eliminate the need for variable `p`.
  * irish: Minor optimisation in setting `pV` and `p1`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=21
This commit is contained in:
2021-12-06 10:06:14 +00:00
committed by Git OBS Bridge
parent 5f4633bb2b
commit 31b65d42f8
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Dec 6 10:02:33 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.2.0:
* Python 2 is no longer actively supported
* Fix code generated for division.
* C#: An `among` without functions is now generated as `static` and groupings
are now generated as constant.
* Constant numeric subexpressions and constant numeric tests are now
evaluated at Snowball compile time.
* german2: Fix handling of `qu` to match algorithm description.
* arabic: Handle exception cases in the among they're exceptions to.
* greek: Remove unused slice setting, handle exception cases in the among
they're exceptions to
* hindi: Eliminate the need for variable `p`.
* irish: Minor optimisation in setting `pV` and `p1`.
-------------------------------------------------------------------
Sat Jan 23 01:13:06 UTC 2021 - Dirk Müller <dmueller@suse.com>