Skip to content

Releases: georg-jung/FaceAiSharp

v0.6.25-alpha

27 Oct 13:19

Choose a tag to compare

v0.6.25-alpha Pre-release
Pre-release
  • Breaking: ScrfdDetector does not require MemoryCache anymore and thus the constructor does not take an instance of it as parameter anymore.
  • fixes #69
  • removes the dependency on NumSharp, which seems unmaintained and appears to have some bugs
  • removes the dependency on Microsoft.Extensions.Caching.Memory
  • the new implementation without NumSharp is faster
  • now depends on System.Numerics.Tensors, which may replace SimpleSIMD in future

Full Changelog: v0.5.23...v0.6.25-alpha

v0.5.23: ImageSharp v3

18 Feb 14:34

Choose a tag to compare

Breaking Changes

  • Upgrade ImageSharp 2 to 3 by @Ritorna in #28
    • Note their changed license

New Contributors

Other notable changes

  • Added more unit tests
  • Automated code coverage reporting
  • Deterministic builds

Full Changelog: v0.4.10...v0.5.23