Skip to content

Releases: jennyosato/pykuda2

Bug fixes and dependency update

30 Apr 19:06
720e2d2
Compare
Choose a tag to compare

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

30 Apr 00:22
571830b
Compare
Choose a tag to compare

Fix the stored token that made Kuda class in 0.1.0 raise errors

Initial Release

29 Apr 17:12
3b92e07
Compare
Choose a tag to compare

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.