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

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


Branch: CURRENT, Version: 0.5.6, Package name: py311-patsy-0.5.6, 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: 388.683 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2022-11-22 14:10:10 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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
   2021-12-30 14:05:42 by Adam Ciarcinski | Files touched by this commit (125)
Log message:
Forget about Python 3.6
   2021-11-14 21:40:44 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-patsy: updated to 0.5.2

v0.5.2
* Fix some deprecation warnings associated with importing from the `collections`
  module (rather than `collections.abc`) in Python 3.7+.