NOTICE: This package has been removed from pkgsrc

./devel/py-bcolz, Columnar and compressed data containers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.2.1nb1, Package name: py39-bcolz-1.2.1nb1, Maintainer: kamelderouiche

bcolz provides columnar and compressed data containers. Column storage
allows for efficiently querying tables with a large number of
columns. It also allows for cheap addition and removal of column. In
addition, bcolz objects are compressed by default for reducing
memory/disk I/O needs. The compression process is carried out
internally by Blosc, a high-performance compressor that is optimized
for binary data.


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

Required to build:
[pkgtools/cwrappers] [devel/py-setuptools_scm]

Master sites:

Filesize: 1424.772 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-06-29 10:42:02 by Nia Alarie | Files touched by this commit (28)
Log message:
py-numpy: "Python version >= 3.7 required."
   2020-10-12 23:52:05 by Jason Bacon | Files touched by this commit (87)
Log message:
math/blas, math/lapack: Install interchangeable BLAS system

Install the new interchangeable BLAS system created by Thomas Orgis,
currently supporting Netlib BLAS/LAPACK, OpenBLAS, cblas, lapacke, and
Apple's Accelerate.framework.  This system allows the user to select any
BLAS implementation without modifying packages or using package options, by
setting PKGSRC_BLAS_TYPES in mk.conf. See mk/blas.buildlink3.mk for details.

This commit should not alter behavior of existing packages as the system
defaults to Netlib BLAS/LAPACK, which until now has been the only supported
implementation.

Details:

Add new mk/blas.buildlink3.mk for inclusion in dependent packages
Install compatible Netlib math/blas and math/lapack packages
Update math/blas and math/lapack MAINTAINER approved by adam@
OpenBLAS, cblas, and lapacke will follow in separate commits
Update direct dependents to use mk/blas.buildlink3.mk
Perform recursive revbump
   2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473)
Log message:
Omit mentions of python 34 and 35, after those were removed.

- Includes some whitespace changes, to be handled in a separate commit.
   2018-04-17 17:19:51 by Min Sik Kim | Files touched by this commit (1)
Log message:
devel/py-bcolz: No longer supports Python 3.4
   2018-04-14 10:43:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bcolz: updated to 1.2.1

Changes from 1.2.0 to 1.2.1:
C-Blosc internal sources updated to 1.14.3. This basically means that internal \ 
Zstd sources are bumped to 1.3.4, which may lead to noticeable improved speeds \ 
(specially for low compression ratios).
np.datetime64 and other scalar objects that have __getitem__() are now supported \ 
in _eval_blocks().
Vendored cpuinfo.py updated to 4.0.0 (ARM aarch64 is recognized now).
Allow setup.py to work even if not on Intel or ARM or PPC archs are found.
   2018-04-07 22:17:28 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bcolz: updated to 1.2.0

1.2.0:
This is a minor release that essentially updates internal C-Blosc sources to \ 
1.14.2. This is important for forward compatibility reasons. Because of this an \ 
update is highly recommended.
Also, support for Python 2.6 and 3.4 has been dropped.