Skip to main content

The numpy backend for datar

Project description

datar-numpy

The numpy backend for datar.

Note that only base APIs are implemented.

Installation

pip install -U datar-numpy
# or
pip install -U datar[numpy]

Usage

from datar.base import ceiling

# without it
ceiling(1.2)  # NotImplementedByCurrentBackendError

# with it
ceiling(1.2)  # 2

Project details


Download files

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

Source Distribution

datar_numpy-0.3.4.tar.gz (12.8 kB view hashes)

Uploaded Source

Built Distribution

datar_numpy-0.3.4-py3-none-any.whl (17.3 kB view hashes)

Uploaded Python 3

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