Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-patsy-0.5.6-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-patsy Distribution: openSUSE:Factory:zSystems
Version: 0.5.6 Vendor: openSUSE
Release: 1.1 Build date: Wed Jan 10 23:26:56 2024
Group: Unspecified Build host: s390zl23
Size: 2147679 Source RPM: python-patsy-0.5.6-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/pydata/patsy
Summary: A Python package for statistical models and design matrices
A Python package for describing statistical models and for
building design matrices.
It is closely inspired by and compatible with the 'formula'
mini-language used in `R <http://www.r-project.org/>`_ and
`S <https://secure.wikimedia.org/wikipedia/en/wiki/S_programming_language>`_.

Provides

Requires

License

BSD-2-Clause

Changelog

* Tue Jan 09 2024 Dirk Müller <dmueller@suse.com>
  - update to 0.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.
    * Handle deprecation of _is_categorical_dtype in pandas.
    * Replace numpy.issubsctype usage with numpy.issubdtype for
      compatibility with numpy 2.0.
    * Add support for Python 3.12, and fix broken unit tests in
      this version.
* Thu Feb 09 2023 Arun Persaud <arun@gmx.de>
  - specfile:
    * update copyright year
  - update to version 0.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 (See
      `#187 <https://github.com/pydata/patsy/pull/187>`__ for details.)
* Mon Nov 08 2021 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 0.5.2:
    * Fix some deprecation warnings associated with importing from the
      collections module (rather than collections.abc) in Python 3.7+.
  - README renamed to use Markdown.
  - Drop patch python-patsy-remove-nose.patch, merged upstream.
  - Remove unneeded nose BuildRequires.
* Fri Feb 12 2021 Dirk Müller <dmueller@suse.com>
  - skip python36 build
* Wed Sep 09 2020 pgajdos@suse.com
  - provide pullrequest url to previous change
* Tue Sep 08 2020 pgajdos@suse.com
  - run tests
  - added patches
    fix https://github.com/pydata/patsy/pull/162
    + python-patsy-remove-nose.patch
  - added sources
    + _multibuild
* Thu Nov 01 2018 Arun Persaud <arun@gmx.de>
  - specfile:
    * removed devel from noarch
  - update to version 0.5.1:
    * The Python 3.6.7 and 3.7.1 point releases changed the standard
      tokenizer module in a way that broke patsy. Updated patsy to work
      with these point releases. (See `#131
      <https://github.com/pydata/patsy/pull/131>`__ for details.)
* Thu Jan 11 2018 arun@gmx.de
  - specfile:
    * update copyirght year
  - update to version 0.5.0:
    * Dropped support for Python 2.6 and 3.3.
    * Update to keep up with "pandas" API changes
    * More consistent handling of degenerate linear constraints in
    * Fix a crash in "DesignMatrix.__repr__" when "shape[0] == 0"
* Sun May 08 2016 arun@gmx.de
  - specfile:
    * updated source url to files.pythonhosted.org
* Sat Nov 14 2015 arun@gmx.de
  - update to version 0.4.1:
    * On Python 2, accept "unicode" strings containing only ASCII
      characters as valid formula descriptions in the high-level formula
      API (:func:`dmatrix` and friends). This is intended as a
      convenience for people using Python 2 with "from __future__
      import unicode_literals". (See :ref:`py2-versus-py3`.)
    * Accept "long" as a valid integer type in the new
      :class:`DesignInfo` classes. In particular this fixes errors that
      arise on 64-bit Windows builds (where "ndarray.shape" contains
      "long" objects), like "ValueError: For numerical factors,
      num_columns must be an int."
    * Fix deprecation warnings encountered with numpy 1.10

Files

/usr/lib/python3.11/site-packages/patsy
/usr/lib/python3.11/site-packages/patsy-0.5.6-py3.11.egg-info
/usr/lib/python3.11/site-packages/patsy-0.5.6-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/patsy-0.5.6-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/patsy-0.5.6-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/patsy-0.5.6-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/patsy-0.5.6-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/patsy/__init__.py
/usr/lib/python3.11/site-packages/patsy/__pycache__
/usr/lib/python3.11/site-packages/patsy/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/build.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/build.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/builtins.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/builtins.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/categorical.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/categorical.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/compat.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/compat.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/compat_ordereddict.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/compat_ordereddict.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/constraint.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/constraint.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/contrasts.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/contrasts.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/desc.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/desc.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/design_info.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/design_info.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/eval.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/eval.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/highlevel.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/highlevel.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/infix_parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/infix_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/mgcv_cubic_splines.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/mgcv_cubic_splines.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/missing.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/missing.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/origin.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/origin.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/parse_formula.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/parse_formula.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/redundancy.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/redundancy.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/splines.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/splines.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/state.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/state.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/test_build.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/test_build.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/test_highlevel.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/test_highlevel.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/test_regressions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/test_regressions.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/test_splines_bs_data.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/test_splines_bs_data.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/test_splines_crs_data.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/test_splines_crs_data.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/test_state.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/test_state.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/tokens.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/tokens.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/user_util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/user_util.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/patsy/__pycache__/version.cpython-311.pyc
/usr/lib/python3.11/site-packages/patsy/build.py
/usr/lib/python3.11/site-packages/patsy/builtins.py
/usr/lib/python3.11/site-packages/patsy/categorical.py
/usr/lib/python3.11/site-packages/patsy/compat.py
/usr/lib/python3.11/site-packages/patsy/compat_ordereddict.py
/usr/lib/python3.11/site-packages/patsy/constraint.py
/usr/lib/python3.11/site-packages/patsy/contrasts.py
/usr/lib/python3.11/site-packages/patsy/desc.py
/usr/lib/python3.11/site-packages/patsy/design_info.py
/usr/lib/python3.11/site-packages/patsy/eval.py
/usr/lib/python3.11/site-packages/patsy/highlevel.py
/usr/lib/python3.11/site-packages/patsy/infix_parser.py
/usr/lib/python3.11/site-packages/patsy/mgcv_cubic_splines.py
/usr/lib/python3.11/site-packages/patsy/missing.py
/usr/lib/python3.11/site-packages/patsy/origin.py
/usr/lib/python3.11/site-packages/patsy/parse_formula.py
/usr/lib/python3.11/site-packages/patsy/redundancy.py
/usr/lib/python3.11/site-packages/patsy/splines.py
/usr/lib/python3.11/site-packages/patsy/state.py
/usr/lib/python3.11/site-packages/patsy/test_build.py
/usr/lib/python3.11/site-packages/patsy/test_highlevel.py
/usr/lib/python3.11/site-packages/patsy/test_regressions.py
/usr/lib/python3.11/site-packages/patsy/test_splines_bs_data.py
/usr/lib/python3.11/site-packages/patsy/test_splines_crs_data.py
/usr/lib/python3.11/site-packages/patsy/test_state.py
/usr/lib/python3.11/site-packages/patsy/tokens.py
/usr/lib/python3.11/site-packages/patsy/user_util.py
/usr/lib/python3.11/site-packages/patsy/util.py
/usr/lib/python3.11/site-packages/patsy/version.py
/usr/share/doc/packages/python311-patsy
/usr/share/doc/packages/python311-patsy/README.md
/usr/share/licenses/python311-patsy
/usr/share/licenses/python311-patsy/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 2 23:22:08 2024