python3-numpy-groupies binary package in Ubuntu Lunar amd64

 This package consists of a couple of optimised tools for doing things
 that can roughly be considered "group-indexing operations". The most
 prominent tool is `aggregate`.
 .
 `aggregate` takes an array of values, and an array giving the group
 number for each of those values. It then returns the sum (or mean, or
 std, or any, ...etc.) of the values in each group. You have probably
 come across this idea before, using `matlab` accumarray, `pandas`
 groupby, or generally MapReduce algorithms and histograms.
 .
 There are different implementations of `aggregate` provided, based on
 plain `numpy`, `numba` and `weave`. Performance is a main concern, and
 so far this implementation comfortably beats similar implementations in
 other packages (check the benchmarks).

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2023-03-14 13:29:23 UTC Published Ubuntu Lunar amd64 release universe python Optional 0.9.20-1
  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Lunar amd64 proposed universe python Optional 0.9.20-1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published
  2023-01-10 00:10:11 UTC Deleted Ubuntu Lunar amd64 proposed universe python Optional 0.9.20-1
  • Removed from disk .
  • Removal requested .
  • Deleted by Steve Langasek

    Depends on numba which is broken with python 3.11 and current numpy; Debian bug #1024031

  • Published
  Deleted Ubuntu Lunar amd64 release universe python Optional 0.9.13-1
  • Removal requested .
  • Deleted by Steve Langasek

    Depends on numba which is broken with python 3.11 and current numpy; Debian bug #1024031

  • Published
  • Copied from ubuntu hirsute-proposed amd64 in Primary Archive for Ubuntu