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

python39-nptyping-2.4.1-1.5 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python39-nptyping Distribution: openSUSE:Factory:zSystems
Version: 2.4.1 Vendor: openSUSE
Release: 1.5 Build date: Fri Jun 16 10:19:12 2023
Group: Unspecified Build host: s390zl26
Size: 162752 Source RPM: python-nptyping-2.4.1-1.5.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/ramonhagenaars/nptyping
Summary: Type hints for NumPy
Type hints for NumPy.

Provides

Requires

License

MIT

Changelog

* Fri Dec 09 2022 Daniel Garcia <daniel.garcia@suse.com>
  - Update to 2.4.1:
    * Fixed compatibility with mypy==0.991.
  - 2.4.0 (2022-11-14)
    * Added hint for pandas DataFrame.
    * Fixed bug for checking against a Structure where a different number of
      fields did not fail the check.
    * Changed nptyping.Int pointing to the more generic numpy.integer rather than
      numpy.int32.
    * Added support for Python 3.11 with the exception of pandas.DataFrame.
  - 2.3.1 (2022-08-30)
    * Fixed mypy error of inheriting final dtype as of numpy==1.23.1.
    * Allowed for quotes in shape expressions to appease PyCharm.
  - 2.3.0 (2022-08-28)
    * Added support for subarrays with shape expressions inside structure
      expressions.
    * Added support for wildcards in structure expressions.
* Thu Aug 25 2022 Ben Greiner <code@bnavigator.de>
  - Update to 2.2.0
    * Added support for expressing "at least N dimensions".
  - Release 2.1.3
    * Fixed typing issue with Pyright/Pylance that caused the
      message: "Literal" is not a class
    * Fixed wrong error message when an invalid Structure was
      provided to NDArray.
  - Release 2.1.2
    * Fixed bug that caused MyPy to fail with the message: Value of
      type variable "_DType_co" of "ndarray" cannot be
      "floating[Any]"
  - Release 2.1.1
    * Fixed bug that numpy ndarrays were incorrectly instance checked
      against RecArray.
  - Release 2.1.0
    * Added Structure and "structure expressions" to support
      structured arrays.
    * Added RecArray.
  - add skip-pyright-tests.patch
  - Expand use_system_packages.patch
    * Don't build the wheel a second time in tests, the
      `invoke wheel` command fails otherwise.
* Thu May 05 2022 Matej Cepl <mcepl@suse.com>
  - Initial packaging effort for nptyping 2.0.1.
  - Add use_system_packages.patch to allow use of system packages
    in venv (gh#ramonhagenaars/nptyping#72).
  - Add skip_on_other_archs.patch skipping
    test_instance_check_performance on some architectures
    (gh#ramonhagenaars/nptyping#73).

Files

/usr/lib/python3.9/site-packages/nptyping
/usr/lib/python3.9/site-packages/nptyping-2.4.1.dist-info
/usr/lib/python3.9/site-packages/nptyping-2.4.1.dist-info/INSTALLER
/usr/lib/python3.9/site-packages/nptyping-2.4.1.dist-info/LICENSE
/usr/lib/python3.9/site-packages/nptyping-2.4.1.dist-info/METADATA
/usr/lib/python3.9/site-packages/nptyping-2.4.1.dist-info/RECORD
/usr/lib/python3.9/site-packages/nptyping-2.4.1.dist-info/REQUESTED
/usr/lib/python3.9/site-packages/nptyping-2.4.1.dist-info/WHEEL
/usr/lib/python3.9/site-packages/nptyping-2.4.1.dist-info/top_level.txt
/usr/lib/python3.9/site-packages/nptyping/__init__.py
/usr/lib/python3.9/site-packages/nptyping/__pycache__
/usr/lib/python3.9/site-packages/nptyping/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/assert_isinstance.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/assert_isinstance.cpython-39.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/base_meta_classes.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/base_meta_classes.cpython-39.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/error.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/error.cpython-39.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/ndarray.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/ndarray.cpython-39.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/nptyping_type.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/nptyping_type.cpython-39.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/package_info.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/package_info.cpython-39.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/recarray.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/recarray.cpython-39.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/shape.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/shape.cpython-39.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/shape_expression.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/shape_expression.cpython-39.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/structure.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/structure.cpython-39.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/structure_expression.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/structure_expression.cpython-39.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/typing_.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nptyping/__pycache__/typing_.cpython-39.pyc
/usr/lib/python3.9/site-packages/nptyping/assert_isinstance.py
/usr/lib/python3.9/site-packages/nptyping/base_meta_classes.py
/usr/lib/python3.9/site-packages/nptyping/error.py
/usr/lib/python3.9/site-packages/nptyping/ndarray.py
/usr/lib/python3.9/site-packages/nptyping/ndarray.pyi
/usr/lib/python3.9/site-packages/nptyping/nptyping_type.py
/usr/lib/python3.9/site-packages/nptyping/package_info.py
/usr/lib/python3.9/site-packages/nptyping/pandas_
/usr/lib/python3.9/site-packages/nptyping/pandas_/__init__.py
/usr/lib/python3.9/site-packages/nptyping/pandas_/__pycache__
/usr/lib/python3.9/site-packages/nptyping/pandas_/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nptyping/pandas_/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/nptyping/pandas_/__pycache__/dataframe.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nptyping/pandas_/__pycache__/dataframe.cpython-39.pyc
/usr/lib/python3.9/site-packages/nptyping/pandas_/__pycache__/typing_.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nptyping/pandas_/__pycache__/typing_.cpython-39.pyc
/usr/lib/python3.9/site-packages/nptyping/pandas_/dataframe.py
/usr/lib/python3.9/site-packages/nptyping/pandas_/typing_.py
/usr/lib/python3.9/site-packages/nptyping/py.typed
/usr/lib/python3.9/site-packages/nptyping/recarray.py
/usr/lib/python3.9/site-packages/nptyping/recarray.pyi
/usr/lib/python3.9/site-packages/nptyping/shape.py
/usr/lib/python3.9/site-packages/nptyping/shape.pyi
/usr/lib/python3.9/site-packages/nptyping/shape_expression.py
/usr/lib/python3.9/site-packages/nptyping/structure.py
/usr/lib/python3.9/site-packages/nptyping/structure.pyi
/usr/lib/python3.9/site-packages/nptyping/structure_expression.py
/usr/lib/python3.9/site-packages/nptyping/typing_.py
/usr/lib/python3.9/site-packages/nptyping/typing_.pyi
/usr/share/doc/packages/python39-nptyping
/usr/share/doc/packages/python39-nptyping/README.md
/usr/share/licenses/python39-nptyping
/usr/share/licenses/python39-nptyping/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024