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

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


Branch: CURRENT, Version: 1.0.1, Package name: py312-patsy-1.0.1, 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: 386.729 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2024-01-04 23:07:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update