./math/py-bottleneck, Collection of fast NumPy array functions written in C

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.8, Package name: py311-bottleneck-1.3.8, Maintainer: pkgsrc-users

Bottleneck is a collection of fast NumPy array functions written in C.


Required to run:
[devel/py-setuptools] [math/py-numpy]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 100.832 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-26 19:21:26 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-bottleneck: updated to 1.3.8

Bottleneck 1.3.8

Enhancements

Python 3.12 wheel available
Update CI config
   2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158)
Log message:
*: remove more references to Python 3.7
   2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | Package updated
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
   2023-03-15 14:04:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bottleneck: updated to 1.3.7

Bottleneck 1.3.7

Enhancements
- Python 3.11 wheel available
   2023-01-24 20:30:19 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bottleneck: updated to 1.3.6

Bottleneck 1.3.6

Bug Fixes
- Fix ValueError: cannot convert float NaN to integer with new numpy version

Cleanup
- Python 3.6 wheel won't be built anymore because of the deprecation in the \ 
associated
  Python Github action
   2022-09-12 10:15:36 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-bottleneck: updated to 1.3.5

Bottleneck 1.3.5
================

Bug Fixes
- Fix numpy deprecation of non-tuple indices

Enhancements
- Switch build to manylinux_2_24_x86_64 using cibuildwheel
   2022-04-27 12:36:38 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-bottleneck: updated to 1.3.4

Bottleneck 1.3.4
================
Bug Fixes
~~~~~~~~~
- Fix Memory leak with big-endian data

Bottleneck 1.3.3
================
Bug Fixes
~~~~~~~~~
- Fix Python 3.10 build

Enhancements
~~~~~~~~~~~~
- Provide pre-compiled wheels for most x86_64 architectures
   2022-04-15 13:27:41 by Nia Alarie | Files touched by this commit (5)
Log message:
math: Mark some packages incompatible with Python 3.7 due to numpy