./math/py-patsy, Python package for describing statistical models

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 1.0.2, Package name: py313-patsy-1.0.2, Maintainer: jihbed.research

A Python package for describing statistical models and for
Patsy is a Python library for describing statistical models
(especially linear models, or models that have a linear component)
and building design matrices. Patsy brings the convenience of R
formulas to Python.


Required to run:
[devel/py-setuptools] [math/py-numpy] [lang/py-six] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 390.568 KB

Version history: (Expand)


CVS history: (Expand)


   2025-10-22 12:51:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-patsy: updated to 1.0.2

1.0.2
* Fixed compatibility with Pandas 3's new `StringDtype`.
   2025-10-09 09:58:14 by Thomas Klausner | Files touched by this commit (442)
Log message:
*: remove reference to (removed) Python 3.9
   2025-07-03 21:18:12 by Thomas Klausner | Files touched by this commit (92)
Log message:
*: py-numpy needs Python >= 3.11 now
   2025-04-15 18:31:40 by Adam Ciarcinski | Files touched by this commit (58) | Package updated
Log message:
Fix PLIST after py-setuptools update; bump depends and revision
   2025-01-14 17:50:57 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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