2025-01-14 17:50:57 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-patsy: updated to 1.0.1 v1.0.1 * Removed an inadvertent hard dependency on pytest. v1.0.0 * Add support for Python 3.13. * Drop support for Python 2.7 (and remove dependency on the `six` module). * Fix compatibility with `numpy >= 2`. * Update development status to 'mature'. |
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-17 22:52:51 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-patsy: correct TEST_DEPENDS Add test status. |
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message: *: clean-up after python38 removal |
2024-01-04 23:07:20 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-patsy: updated to 0.5.6 v0.5.6 * Avoid using deprecated `is_categorical_dtype` from `pandas` at all in pandas \ >=0.25. * Avoid using deprecated `numpy.row_stack` in favor of `numpy.vstack`. v0.5.5 * Handle deprecation of `_is_categorical_dtype` in `pandas`. * Replace `numpy.issubsctype` usage with `numpy.issubdtype` for compatibility \ with `numpy` 2.0. |
2023-12-01 19:53:08 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: py-patsy: updated to 0.5.4 v0.5.4 This is a minor release that adds support for Python 3.12. No other changes were \ made. |
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message: *: remove more references to Python 3.7 |
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | ![]() |
Log message: *: restrict py-numpy users to 3.9+ in preparation for update |
2022-11-22 14:10:10 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-patsy: updated to 0.5.3 v0.5.3 ------ * Officially add support for Python 3.10 and 3.11, and extend test coverage to include these releases. * Fix handling of future interpreter features that no longer have a mandatory release version, as for the `annotations` feature |
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message: *: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS |