Go to file
Todd R 5fe8d1ca06 Accepting request 598789 from home:TheBlackCat:branches:devel:languages:python
- Version update to 0.28.2
  + Features added
    * ``abs()`` is faster for Python long objects.
    * The C++11 methods ``front()`` and ``end()`` were added to the declaration of
      ``libcpp.string``.  Patch by Alex Huszagh.  (Github issue #2123)
    * The C++11 methods ``reserve()`` and ``bucket_count()`` are declared for
      ``std::unordered_map``.  Patch by Valentin Valls.  (Github issue #2168)
  + Bugs fixed
    * The copy of a read-only memoryview was considered read-only as well, whereas
      a common reason to copy a read-only view is to make it writable.  The result
      of the copying is now a writable buffer by default.
      (Github issue #2134)
    * The ``switch`` statement generation failed to apply recursively to the body of
      converted if-statements.
    * ``NULL`` was sometimes rejected as exception return value when the returned
      type is a fused pointer type.
      Patch by Callie LeFave.  (Github issue #2177)
    * Fixed compatibility with PyPy 5.11.
      Patch by Matti Picus.  (Github issue #2165)
  + Other changes
    * The NumPy tutorial was rewritten to use memoryviews instead of the older
      buffer declaration syntax.
      Contributed by Gabriel de Marmiesse.  (Github issue #2162)
- Version update to 0.28.2
  + Features added
    * ``abs()`` is faster for Python long objects.
    * The C++11 methods ``front()`` and ``end()`` were added to the declaration of
      ``libcpp.string``.  Patch by Alex Huszagh.  (Github issue #2123)
    * The C++11 methods ``reserve()`` and ``bucket_count()`` are declared for
      ``std::unordered_map``.  Patch by Valentin Valls.  (Github issue #2168)
  + Bugs fixed
    * The copy of a read-only memoryview was considered read-only as well, whereas
      a common reason to copy a read-only view is to make it writable.  The result
      of the copying is now a writable buffer by default.
      (Github issue #2134)
    * The ``switch`` statement generation failed to apply recursively to the body of
      converted if-statements.
    * ``NULL`` was sometimes rejected as exception return value when the returned
      type is a fused pointer type.
      Patch by Callie LeFave.  (Github issue #2177)
    * Fixed compatibility with PyPy 5.11.
      Patch by Matti Picus.  (Github issue #2165)
  + Other changes
    * The NumPy tutorial was rewritten to use memoryviews instead of the older
      buffer declaration syntax.
      Contributed by Gabriel de Marmiesse.  (Github issue #2162)

OBS-URL: https://build.opensuse.org/request/show/598789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=102
2018-04-19 17:43:25 +00:00
.gitattributes - Update to version 0.15: 2011-09-02 09:55:13 +00:00
.gitignore - Update to version 0.15: 2011-09-02 09:55:13 +00:00
Cython-0.28.2.tar.gz Accepting request 598789 from home:TheBlackCat:branches:devel:languages:python 2018-04-19 17:43:25 +00:00
python-Cython-doc.changes Accepting request 598789 from home:TheBlackCat:branches:devel:languages:python 2018-04-19 17:43:25 +00:00
python-Cython-doc.spec Accepting request 598789 from home:TheBlackCat:branches:devel:languages:python 2018-04-19 17:43:25 +00:00
python-Cython-rpmlintrc Accepting request 532565 from home:TheBlackCat:branches:devel:languages:python 2017-10-08 12:52:05 +00:00
python-Cython.changes Accepting request 598789 from home:TheBlackCat:branches:devel:languages:python 2018-04-19 17:43:25 +00:00
python-Cython.spec Accepting request 598789 from home:TheBlackCat:branches:devel:languages:python 2018-04-19 17:43:25 +00:00