Revisions of python-numba

buildservice-autocommit accepted request 1160819 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 85)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 84)
- update to 0.59.1:
  * Fixed caching of kernels that use target-specific overloads
  * Fixed a performance regression introduced in Numba 0.59 which
    made ``np.searchsorted`` considerably slower.
  * This patch fixes two issues with ``np.searchsorted``. First,
    a regression is fixed in the support of ``np.datetime64``.
    Second, adopt ``NAT``-aware  comparisons to fix mishandling
    of ``NAT`` value.
  * Allow use of Python 3.12 PEP-695 type parameter syntax
buildservice-autocommit accepted request 1156604 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 83)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1156402 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 82)
- Stop testing python39: dropped since ipython 8.19
buildservice-autocommit accepted request 1149089 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 81)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1148783 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 80)
- Simplify test flavor logic
- Prepare for python39 flavor drop: Exclude build in empty test
  flavors
- Don't test on 32bit-platforms
buildservice-autocommit accepted request 1143960 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 79)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 77)
- update to 0.59.0
  * Python 3.12 support
  * minimum supported version to 3.9
  * Add support for ufunc attributes and reduce
  * Add a config variable to enable / disable the llvmlite memory
    manager
  * see https://numba.readthedocs.io/en/stable/release/0.59.0-notes.html#highlights
  * fix regressions with 0.57.0
    + Support is added for the dict(iterable) constructor.
- Clean up leftover Python 3.8 gubbins, look forward to Python 3.11 support.
  This release focuses on performance improvements, but also adds
  some new features and contains numerous bug fixes and stability
  * Intel kindly sponsored research and development into producing
    a new reference count pruning pass. This pass operates at the
    LLVM level and can prune a number of common reference counting
    patterns. This will improve performance for two primary
    - There will be less pressure on the atomic locks used to do
    - Removal of reference counting operations permits more
      inlining and the optimisation passes can in general do more
  * Intel also sponsored work to improve the performance of the
    numba.typed.List container, particularly in the case of
  * Superword-level parallelism vectorization is now switched on
    and the optimisation pipeline has been lightly analysed and
    tuned so as to be able to vectorize more and more often
  * The inspect_cfg method on the JIT dispatcher object has been
    significantly enhanced and now includes highlighted output and
  * The BSD operating system is now unofficially supported (Stuart
  * Numerous features/functionality improvements to NumPy support,
    - the ndarray allocators, empty, ones and zeros, accepting a
  * Cudasim support for mapped array, memcopies and memset has
buildservice-autocommit accepted request 1127835 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 76)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) accepted request 1127715 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 75)
- Update to 0.58.1
  * Added towncrier
  * The minimum supported NumPy version is 1.22.
  * Add support for NumPy 1.26
  * Remove NVVM 3.4 and CTK 11.0 / 11.1 support
  * Removal of Windows 32-bit Support
  * The minimum llvmlite version is now 0.41.0.
  * Added RVSDG-frontend
- Drop merged patches:
  * numba-pr9105-np1.25.patch
  * multiprocessing-context.patch
buildservice-autocommit accepted request 1112351 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 74)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1112284 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 73)
- Add multiprocessing-context.patch fixing tests for Python 3.11.5
buildservice-autocommit accepted request 1105200 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 72)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1105150 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 71)
- Add numba-pr9105-np1.25.patch, raise (reintroduced) numpy pin
  * gh#numba/numba#9105
  * Adapted gh#numba/numba#9138
buildservice-autocommit accepted request 1103793 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 70)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 69)
- update to 0.57.1:
  * fix regressions with 0.57.0 
- remove upper bound on numpy - upstream does not have it either
buildservice-autocommit accepted request 1089198 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 68)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 67)
- Update to 0.57.0:
  * Support for Python 3.11 (minimum is moved to 3.8)
  * Support for NumPy 1.24 (minimum is moved to 1.21)
  * Python language support enhancements:
    + Exception classes now support arguments that are not compile time
      constant.
    + The built-in functions hasattr and getattr are supported for compile
      time constant attributes.
    + The built-in functions str and repr are now implemented similarly to
      their Python implementations. Custom __str__ and __repr__ functions
      can be associated with types and work as expected.
    + Numba’s unicode functionality in str.startswith now supports kwargs
      start and end.
    + min and max now support boolean types.
    + Support is added for the dict(iterable) constructor. 
- Dropped patches:
  * numba-pr8620-np1.24.patch
  * update-tbb-backend-calls-2021.6.patch
- Rebased existing patch.
buildservice-autocommit accepted request 1078560 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 66)
baserev update by copy to link target
Displaying revisions 1 - 20 of 85
openSUSE Build Service is sponsored by