Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
healsparse
Python implementation of sparse HEALPix maps.
HealSparse
is a sparse implementation of
HEALPix in Python, written for the Rubin
Observatory Legacy Survey of Space and Time Dark Energy Science Collaboration
(DESC). HealSparse
is a pure python library that
sits on top of numpy and
healpy and is designed to avoid storing
full sky maps in case of partial coverage, including easy reading of sub-maps.
This reduces the overall memory footprint allowing maps to be rendered at
arcsecond resolution while keeping the familiarity and power of
healpy.
HealSparse
expands on healpy and
straight HEALPix maps by allowing maps of
different data types, including 32- and 64-bit floats; 8-, 16-, 32-, and 64-bit
integers; "wide bit masks" of arbitrary width (allowing hundreds of bits to be
efficiently and conveniently stored); and
numpy record arrays. Arithmetic operations
between maps are supported, including sum, product, min/max, and and/or/xor
bitwise operations for integer maps. In addition, there is general support for
any numpy universal function.
HealSparse
also includes a simple geometric primitive library, to render
circles and convex polygons.
healsparse
requires to have pre-installed the following packages:
The following package is optional but recommended for all features:
Read the full documentation at https://healsparse.readthedocs.io/en/latest/.
FAQs
Sparse healpix maps and geometry library
We found that healsparse demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.