Metadata-Version: 2.4
Name: pb2
Version: 0.6.11
Summary: PB2
Author-email: louis <pybooster2@gmail.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.1
Requires-Dist: numpy>=2.0
Requires-Dist: Cython>=3.0
Requires-Dist: setuptools>70.0
Dynamic: license-file

Release Note
--
### version 0.6.11 (15Jan2026)
- added math functions inside cuda kernel.

  math.fabs
  math.ceil
  math.floor
  math.trunc
  math.sqrt
  math.pow
  math.log
  math.log10
  math.exp
  math.sin
  math.cos
  math.tan
  math.atan2

### version 0.6.10 (14Jan2026)
- Multidimensional array support
- Added ability to call kernel device functions

### version 0.6.9 (28Dec2025)
- Add data type : numpy.single, numpy.double

### version 0.6.8 (24Dec2025)
- Improved memory management efficiency

### version 0.6.7 (22Dec2025)
- Improved error message output

### version 0.6.6 (21Dec2025)
- Improved structure-related functions
- Improved error message output

### version 0.6.3 (17Dec2025)
- Improved casting of integer data types related to division operations.
- Improved to enable wraparound

### version 0.6.2 (16Dec2025)
- bug fix about some cuda building error: fatal 980.

### version 0.6.1 (16Dec2025)
- bug fix about licensing.

