Next | Query returned 16 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:08:41 by Thomas Klausner | Files touched by this commit (21)
Log message:
i*: clean up after python38 removal
   2024-09-14 10:12:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-inflect: updated to 7.4.0

v7.4.0

Features
- Handle a single apostrophe more gracefully.
   2024-08-21 11:04:14 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-inflect: updated to 7.3.1

v7.3.1

Bugfixes

- Set minimum version of more-itertools to 8.5

v7.3.0

Features

- Restricted typing_extensions to Python 3.8.
   2024-05-15 14:44:07 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-inflect: updated to 7.2.1

v7.2.1

Bugfixes

- Refactored number_to_words toward reduced complexity.

v7.2.0

Features

- Replace pydantic with typeguard

v7.1.0

Features

- Now handle 'pair of x' in pl_sb_uninflected_complete
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-10-04 23:17:43 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-inflect: updated to 7.0.0

v7.0.0

Features
- Refine type hint for ``singular_noun`` to indicate a literal return type for \ 
``False``.

Deprecations and Removals
- Removed methods renamed in 0.2.0.

v6.2.0

Features
- Project now supports Pydantic 2 while retaining support for Pydantic 1.

Bugfixes
- Added validation of user-defined words and amended the type declarations to \ 
match, allowing for null values but not empty strings.
   2023-05-15 22:52:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-inflect: updated to 6.0.4

v6.0.4
* Internal cleanup.

v6.0.3
* A/an support now more correctly honors leading
  capitalized words and abbreviations.
* Improve support for ordinals for floats.
   2022-11-14 16:08:31 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-inflect: add missing tool dependency
   2022-11-06 19:08:15 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-inflect: updated to 6.0.2

v6.0.2
======
* Require pydantic 1.9.1 to avoid ``ValueError``.

v6.0.1
======
* Minor tweaks and packaging refresh.

v6.0.0
======
* ``compare`` methods now validate their inputs
  and will raise a more meaningful exception if an
  empty string or None is passed. This expectation is now
  documented.

* Many public methods now perform validation on arguments.
  An empty string is no longer allowed for words or text.
  Callers are expected to pass non-empty text or trap
  the validation errors that are raised. The exceptions
  raised are ``pydantic.error_wrappers.ValidationError``,
  which are currently a subclass of ``ValueError``, but since
  that
  `may change \ 
<https://pydantic-docs.helpmanual.io/usage/validation_decorator/#validation-exception>`_,
  tests check for a generic ``Exception``.

Next | Query returned 16 messages, browsing 1 to 10 | Previous