Download Latest Version v1.0.2 source code.tar.gz (22.1 MB)
Email in envelope

Get an email when there's a new version of openTSNE

Home / v0.7.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-02-15 1.1 kB
v0.7.0 source code.tar.gz 2023-02-15 22.6 MB
v0.7.0 source code.zip 2023-02-15 22.7 MB
Totals: 3 Items   45.3 MB 0

Changes

  • By default, we now add jitter to non-random initialization schemes. This has almost no effect on the resulting visualizations, but helps avoid potential problems when points are initialized at identical positions (#225)
  • By default, the learning rate is now calculated as N/exaggeration. This speeds up convergence of the resulting embedding. Note that the learning rate during the EE phase will differ from the learning rate during the standard phase. Additionally, we set momentum=0.8 in both phases. Before, it was 0.5 during EE and 0.8 during the standard phase. This, again, speeds up convergence. (#220)
  • Add PrecomputedAffinities to wrap square affinity matrices (#217)

Build changes

  • Build universal2 macos wheels enabling ARM support (#226)

Bug Fixes

  • Fix BH collapse for smaller data sets (#235)
  • Fix updates in optimizer not being stored correctly between optimization calls (#229)
  • Fix inplace=True optimization changing the initializations themselves in some rare use-cases (#225)

As usual, a special thanks to @dkobak for helping with practically all of these bugs/changes.

Source: README.md, updated 2023-02-15