python-raccoon 3.0.0-2 source package in Ubuntu

Changelog

python-raccoon (3.0.0-2) unstable; urgency=medium

  [ Sébastien Delafond ]
  * Remove unneeded build-dependency on python3-blist
  * Switch to debhelper-compat 12
  * Bump-up Standards-Version

 -- Sebastien Delafond <email address hidden>  Wed, 16 Nov 2022 07:46:42 +0100

Upload details

Uploaded by:
Sebastien Delafond
Uploaded to:
Sid
Original maintainer:
Sebastien Delafond
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-raccoon_3.0.0-2.dsc 1.6 KiB e51f07813c68d26a2005548fca89161164516abf6815f2ecf56ced2511870ad2
python-raccoon_3.0.0.orig.tar.xz 29.4 KiB a42d24f480aedf4833f53f9182e87719769280d3494529ba22a7fd3c687eae82
python-raccoon_3.0.0-2.debian.tar.xz 2.0 KiB 7c4b438083ac806ed5c31c41a1f740a60572be9f776fac2c29756bd2bbd3f797

Available diffs

No changes file available.

Binary packages built by this source

python3-raccoon: Python DataFrame with fast insert and appends (Python 3)

 Lightweight DataFrame and Series implementation inspired by the
 phenomenal Pandas package for the one use case where Pandas is known
 to be sub-optimal: DataFrames that grow in size by rows frequently in
 the code. Additionally Raccoon DataFrames can be parametrized to be
 sorted so that additions to the DataFrame keep the index in sorted
 order to speed inserts and retrievals.