Releases: jennyosato/pykuda2
Releases · jennyosato/pykuda2
Bug fixes and dependency update
Changed the type hint on money values. from int
to Union[int,float]
, Decimal
would have been preferred but for simplicity we're going with Union[int,float]
but care is important when making calculations.
Bug fixes and dependency update
Fix the stored token that made Kuda
class in 0.1.0 raise errors
Initial Release
This is the first official release of pykuda2. it supports both synchronous and asynchronous wrappers over the Kuda API. It's API is quite stable but susceptible to changes in future releases. These changes aren't going to be breaking changes now that its out in the wild.