Skip to content

v2.0.0 - HTML improvements

Latest
Compare
Choose a tag to compare
@regorxxx regorxxx released this 15 Aug 12:41
· 49 commits to main since this release

[2.0.0] - 2023-08-15

Added

Changed

  • GRAPH: changed distance logic to be invariant to inversion (A->BC = BC -> A) and equivalent tag values (A->B1B2B3 = A-> B1B2) addition; both were lowering the total distance 'for free' in some cases.
  • GRAPH: minor performance improvement using non-oriented links.
  • Descriptors: updated descriptors with multiple additions.
  • Descriptors: all style/genres on the graph use now ASCII only values, so it should be easier to match any value to them if required.
  • Descriptors: improved debug checks for the genre/style graph.
  • Descriptors: changed style cluster distance.
  • Descriptors: updated and improved descriptors documentation (present on .js files).
  • HTML: tries to load the user descriptors file from data folder first, then from helpers folder if not found. Will give a warning on console on the latter.
  • Reworked files structure.

Removed

Fixed