windows_ai 0.2.0 copy "windows_ai: ^0.2.0" to clipboard
windows_ai: ^0.2.0 copied to clipboard

Provides access to WinRT APIs from the Windows.AI namespace using FFI.

0.2.0 #

Note: This release has breaking changes.

  • REFACTOR: refactor enum projections (#338). (8b2830c6)
  • REFACTOR: refactor the projection of PassArray style array parameters (#326). (ca45f924)
  • REFACTOR: refactor parameter projections (#325). (6774c4f8)
  • BREAKING FEAT: wrap struct fields (#322). (a2094b38)

0.1.0 #

Note: This release has breaking changes.

  • FEAT: provide better error messages on WindowsExceptions (#291). (c06493cf)
  • BREAKING FIX: getters that return collection objects are now nullable (#297). (6e0c8148)
  • BREAKING FIX: parameters of type Uri and WinRT object are now nullable (#294). (16b1a292)
  • BREAKING FIX: some Vector type arguments are now nullable (#286). (36eef7ae)
  • BREAKING FEAT: methods with out parameters now return a Record (#299). (35ebf6f1)

0.0.2+2 #

  • Update a dependency to the latest release.

0.0.2+1 #

  • FIX: pass the appropriate doubleType to IVectorView (#264). (4fd3a0b6)

0.0.2 #

  • FEAT(windows_ai): add MachineLearning APIs (#255). (c1c1ecaa)

0.0.1+1 #

0.0.1 #

  • Initial version.