pwwang / datar-numpy

The numpy backend for datar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 99.4%Language:Shell 0.4%Language:Dockerfile 0.3%