Skip to content

pwwang/datar-numpy

Repository files navigation

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

About

The numpy backend for datar.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages