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

python313-patsy-1.0.1-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python313-patsy Distribution: openSUSE Tumbleweed
Version: 1.0.1 Vendor: openSUSE
Release: 1.1 Build date: Tue Dec 17 04:22:37 2024
Group: Unspecified Build host: reproducible
Size: 2008569 Source RPM: python-patsy-1.0.1-1.1.src.rpm
Packager: http://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 Dec 17 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 1.0.1:
    * Add explicit support for Python 3.13.
    * Drop support for Python 2.7, and remove dependency on the six module.
    * Fix compatibility with numpy >= 2.
  - Remove multibuild, no longer in a loop with pandas.
  - Drop patch python-patsy-no-python2.patch, included upstream.
  - Switch to pyproject macros.
* Wed Nov 06 2024 pgajdos@suse.com
  - drop python 2 support
  - added patches
    fix https://github.com/pydata/patsy/pull/209
    + python-patsy-no-python2.patch
* Tue Sep 10 2024 Markéta Machová <mmachova@suse.com>
  - Skip tests failing with numpy 2
* Wed Mar 27 2024 Christian Keil <keil@dfn-cert.de>
  - Add Python 3.11 build.
* 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

Files

/usr/lib/python3.13/site-packages/patsy
/usr/lib/python3.13/site-packages/patsy-1.0.1.dist-info
/usr/lib/python3.13/site-packages/patsy-1.0.1.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/patsy-1.0.1.dist-info/LICENSE.txt
/usr/lib/python3.13/site-packages/patsy-1.0.1.dist-info/METADATA
/usr/lib/python3.13/site-packages/patsy-1.0.1.dist-info/RECORD
/usr/lib/python3.13/site-packages/patsy-1.0.1.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/patsy-1.0.1.dist-info/WHEEL
/usr/lib/python3.13/site-packages/patsy-1.0.1.dist-info/top_level.txt
/usr/lib/python3.13/site-packages/patsy/__init__.py
/usr/lib/python3.13/site-packages/patsy/__pycache__
/usr/lib/python3.13/site-packages/patsy/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/build.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/build.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/builtins.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/builtins.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/categorical.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/categorical.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/compat.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/compat.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/compat_ordereddict.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/compat_ordereddict.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/constraint.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/constraint.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/contrasts.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/contrasts.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/desc.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/desc.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/design_info.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/design_info.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/eval.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/eval.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/highlevel.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/highlevel.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/infix_parser.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/infix_parser.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/mgcv_cubic_splines.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/mgcv_cubic_splines.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/missing.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/missing.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/origin.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/origin.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/parse_formula.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/parse_formula.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/redundancy.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/redundancy.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/splines.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/splines.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/state.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/state.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/test_build.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/test_build.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/test_highlevel.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/test_highlevel.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/test_regressions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/test_regressions.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/test_splines_bs_data.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/test_splines_bs_data.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/test_splines_crs_data.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/test_splines_crs_data.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/test_state.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/test_state.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/tokens.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/tokens.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/user_util.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/user_util.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/util.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/util.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/version.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/patsy/__pycache__/version.cpython-313.pyc
/usr/lib/python3.13/site-packages/patsy/build.py
/usr/lib/python3.13/site-packages/patsy/builtins.py
/usr/lib/python3.13/site-packages/patsy/categorical.py
/usr/lib/python3.13/site-packages/patsy/compat.py
/usr/lib/python3.13/site-packages/patsy/compat_ordereddict.py
/usr/lib/python3.13/site-packages/patsy/constraint.py
/usr/lib/python3.13/site-packages/patsy/contrasts.py
/usr/lib/python3.13/site-packages/patsy/desc.py
/usr/lib/python3.13/site-packages/patsy/design_info.py
/usr/lib/python3.13/site-packages/patsy/eval.py
/usr/lib/python3.13/site-packages/patsy/highlevel.py
/usr/lib/python3.13/site-packages/patsy/infix_parser.py
/usr/lib/python3.13/site-packages/patsy/mgcv_cubic_splines.py
/usr/lib/python3.13/site-packages/patsy/missing.py
/usr/lib/python3.13/site-packages/patsy/origin.py
/usr/lib/python3.13/site-packages/patsy/parse_formula.py
/usr/lib/python3.13/site-packages/patsy/redundancy.py
/usr/lib/python3.13/site-packages/patsy/splines.py
/usr/lib/python3.13/site-packages/patsy/state.py
/usr/lib/python3.13/site-packages/patsy/test_build.py
/usr/lib/python3.13/site-packages/patsy/test_highlevel.py
/usr/lib/python3.13/site-packages/patsy/test_regressions.py
/usr/lib/python3.13/site-packages/patsy/test_splines_bs_data.py
/usr/lib/python3.13/site-packages/patsy/test_splines_crs_data.py
/usr/lib/python3.13/site-packages/patsy/test_state.py
/usr/lib/python3.13/site-packages/patsy/tokens.py
/usr/lib/python3.13/site-packages/patsy/user_util.py
/usr/lib/python3.13/site-packages/patsy/util.py
/usr/lib/python3.13/site-packages/patsy/version.py
/usr/share/doc/packages/python313-patsy
/usr/share/doc/packages/python313-patsy/README.md
/usr/share/licenses/python313-patsy
/usr/share/licenses/python313-patsy/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Jan 11 00:49:50 2025