Skip to content

Releases: erdogant/clustimage

v1.5.0

03 Jun 09:09
Compare
Choose a tag to compare
  • Adding original url paths in the results
  • bug fix in scatter that occurred in some cases when having low sample sizes
  • Code cleaning

v1.4.10

30 May 15:20
Compare
Choose a tag to compare
  • fix in case clean_tempdir=True is used

v1.4.9

30 May 14:59
Compare
Choose a tag to compare
  • catch error when files are deleted from temp directory and trying to make a plot

v1.4.8

30 May 10:24
Compare
Choose a tag to compare
  • added functionality to remove temp directory using the function cl.clean_files(clean_tempdir=True)

v1.4.7

30 May 09:15
Compare
Choose a tag to compare
  • Tempdirectory is set to system temp + "clustimage' to avoid the creation of many temp directories and better managing.

v1.4.6

09 May 21:32
Compare
Choose a tag to compare
  • Add warning in case of large dim is used.

v1.4.5

07 May 19:59
Compare
Choose a tag to compare
  • Minor update of showing embedding text correctly in print statements and plots

v1.4.4

07 May 19:48
Compare
Choose a tag to compare
  • added functionality to import images from URL locations
  • Example can be found here

v1.4.3

25 Mar 12:12
Compare
Choose a tag to compare
  • Fix for scatterplot
  • More input arguments for scatterplot to make even more pretty plots. Examples can be found here.

v1.4.2

14 Mar 19:39
56a0f4d
Compare
Choose a tag to compare
  • Fix for input argument in scatterd
  • Added input argument density to scatter(density=True) function