Skip to main content

Utility functions for numpy, written in cython

Project description

A small package with fast numpy routines written in cython

Functions in this package

All functions here are specialized for double arrays only

Short-cut functions

These functions are similar to numpy functions but are faster by exiting out of a loop when one element satisfies the given condition

  • any_less_than

  • any_less_or_equal_than

  • any_greater_than

  • any_greater_or_equal_than

  • any_equal_to

  • array_is_sorted

  • allequal

minmax1d

Calculate min. and max. value in one go

searchsorted1

like search sorted, but for 1d double arrays. It is faster than the more generic numpy version

searchsorted2

like search sorted but allows to search across any column of a 2d array

nearestidx

Return the index of the item in an array which is nearest to a given value. The array does not need to be sorted (this is a simple linear search)

nearestitem

For any value of an array, search the nearest item in another array and put its value in the output result

weightedavg

Weighted averageof a time-series

trapz

trapz integration specialized for contiguous / double arrays. Quite faster than generic numpy/scipy

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

numpyx-0.6.0-cp39-cp39-win_amd64.whl (100.9 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

numpyx-0.6.0-cp39-cp39-win32.whl (83.4 kB view hashes)

Uploaded CPython 3.9 Windows x86

numpyx-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl (100.3 kB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

numpyx-0.6.0-cp38-cp38-win_amd64.whl (100.7 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

numpyx-0.6.0-cp38-cp38-win32.whl (83.3 kB view hashes)

Uploaded CPython 3.8 Windows x86

numpyx-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl (98.3 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page