Skip to content

Releases: Ruhaan838/AnyGrad

v0.0.4

15 Mar 17:38

Choose a tag to compare

Releases 0.0.4

I am trying to make it platform independent.

Bug Solution

In this release, I fixed the problem in matrix multiplication.

Feature addition

  • add anygrad.FloatTensor, anygrad.IntTensor, and anygrad.BoolTensor.
  • add the version information access like this import anygrad; anygrad.__version__
  • add dtypes like int32, int64 and bool
  • add anygrad.cast function to convert the one tensor type to another.
    and many more ...

Full Changelog: 0.0.3...0.0.4

0.0.3

15 Mar 13:13
ab341bd

Choose a tag to compare

Releases 0.0.3

Bug Solution

In this release, I fixed the problem in matrix multiplication.

Feature addition

  • add anygrad.FloatTensor, anygrad.IntTensor, and anygrad.BoolTensor.
  • add the version information access like this import anygrad; anygrad.__version__
  • add dtypes like int32, int64 and bool
  • add anygrad.cast function to convert the one tensor type to another.
    and many more ...

Full Changelog: 0.0.2...0.0.3