Skip to content

Releases: voxel51/fiftyone-brain

v0.9.1

19 Sep 20:38
Compare
Choose a tag to compare
bump

v0.9.0

24 Aug 17:18
32e9d59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.9.0

v0.8.2

26 Apr 13:27
Compare
Choose a tag to compare
fix merge

v0.8.0

01 Feb 15:27
Compare
Choose a tag to compare
Merge branch 'develop' into release

v0.7.3

13 Jan 03:42
Compare
Choose a tag to compare

FiftyOne Brain v0.7.3

Released January 12, 2022

Changelog

#98, #95, #94, #93

v0.7.2

24 Nov 19:11
Compare
Choose a tag to compare

FiftyOne Brain v0.7.2

Released November 24, 2021

Changelog

v0.7.1

25 Aug 17:03
Compare
Choose a tag to compare

FiftyOne Brain v0.7.1

Released August 24, 2021

Changelog

v0.7.0

24 Aug 13:51
Compare
Choose a tag to compare

FiftyOne Brain v0.7.0

Released August 24, 2021

Changelog

  • Added new duplicate and unique sample/object detection methods, which are exposed on the SimilarityResults object and are therefore available whenever a user has run compute_similarity() on their data (#83)
  • Added Apple Silicon wheels (#85)
  • Edit release (#88)

v0.6.2

27 Jul 17:40
Compare
Choose a tag to compare

FiftyOne Brain v0.6.2

Released July 27, 2021

Changelog

  • Improved implementation of similarity view creation (72a60b8)
  • Removed the optional config parameter from compute_visualization(), which was intended to provide a way to preconfigure a visualization method rather than providing **kwargs to the method itself (#81)