sort by:
Revision Author Date Message Commit Date
2b9a252 Merge pull request #517 from Fietel/updated_docs Fixed typos and minor rephrasing in the examples and user guide 12 November 2020, 04:04:40 UTC
f36a51a Fixed typo in document_embedding docs 09 November 2020, 16:18:36 UTC
9083bf6 Fixed typos and minor rephrasing in the examples and user guide 09 November 2020, 16:04:40 UTC
9912773 Merge pull request #499 from stwind/fashion-mnist-use-case Add 3D interactive exploration use case 02 October 2020, 01:11:50 UTC
2d1fc2f Add 3D interactive exploration use case 01 October 2020, 01:11:48 UTC
43d2ddd Merge pull request #486 from kstathou/orion-use-case Add Orion Search as a use case. 28 August 2020, 16:26:48 UTC
2954241 Add Orion Search as a use case. 27 August 2020, 09:06:12 UTC
88ecc00 Initial plot compatibility with other UMAP implementations per #476 14 August 2020, 22:43:27 UTC
7df0421 Merge remote-tracking branch 'origin/master' 14 August 2020, 20:12:09 UTC
174cb5e Merge pull request #479 from christophfink/patch-1 Error 404 on penguin dataset 14 August 2020, 18:37:16 UTC
78a234a Error 404 on penguin dataset The penguin data set is now available as an R file only, changed the URL to point to a previous commit’s file. 14 August 2020, 07:51:00 UTC
318fef2 Remove tests for code that has been removed. 24 July 2020, 03:41:32 UTC
4ac190d Merge pull request #468 from adiell/change_fetch_mldata_to_fetch_openml Change fetch_mldata to fetch_openml as the former is depracated in re… 23 July 2020, 14:51:47 UTC
50bcdd9 Change fetch_mldata to fetch_openml as the former is depracated in recent sklearn versions 23 July 2020, 06:48:01 UTC
c31c37e Change fetch_mldata to fetch_openml as the former is depracated in recent sklearn versions 23 July 2020, 06:09:40 UTC
f6fafb6 Merge pull request #465 from ekerazha/patch-1 Re-fix penguin images 17 July 2020, 21:45:04 UTC
bd61f0a Re-fix penguin images They keep moving images 16 July 2020, 14:58:54 UTC
33d923f Merge pull request #463 from sg-s/master Fixed a number of typos in docs/FAQ 07 July 2020, 20:51:45 UTC
55620f7 fixed a number of typos in docs/FAQ 07 July 2020, 18:34:11 UTC
464a35b Merge branch 'master' of https://github.com/lmcinnes/umap 07 July 2020, 18:31:58 UTC
662801d Version bump 02 July 2020, 15:59:32 UTC
2c09fde Remove tbb requirements 30 June 2020, 15:16:52 UTC
963ae16 Fis tests for new stricter scipy lil_matrix format 26 June 2020, 20:12:25 UTC
d9c7e2c Fix #452 and #453 in one go. 26 June 2020, 16:40:21 UTC
94f26f1 Merge pull request #447 from gibsramen/replace_docs_iris_penguin Replace Iris references with Penguins in docs 16 June 2020, 00:32:35 UTC
645cc5b Replace Iris references with Penguins in docs 15 June 2020, 23:56:08 UTC
7fd4172 Merge pull request #445 from ekerazha/master Fix penguin images 15 June 2020, 14:56:17 UTC
8d2895e Fix penguin images 15 June 2020, 14:00:11 UTC
4621115 Adjust images 08 June 2020, 20:53:20 UTC
f44e936 Try adding penguin images from the Penguin data repository 08 June 2020, 20:42:31 UTC
ded951c Remove Iris dataset from documentation; replace with Penguins 08 June 2020, 19:28:52 UTC
dfc59e7 Version bump 05 June 2020, 01:08:27 UTC
fca9805 Get rid of numba targets 05 June 2020, 01:08:01 UTC
60d6b7b Ensure we handle no keyword arg callables with no kwds passed. 04 June 2020, 00:52:42 UTC
a5ad9b7 Merge remote-tracking branch 'origin/master' 25 May 2020, 21:22:51 UTC
e37751e Ensure metric checks allow for sparse custom metrics 25 May 2020, 21:22:28 UTC
02945fb Merge pull request #437 from festeh/fix_dict_iteration fix sparse_named_distances iteration 22 May 2020, 20:16:14 UTC
c4b7ef6 fix formatting 22 May 2020, 19:06:58 UTC
c4058a6 fix dict iteration 22 May 2020, 19:00:18 UTC
b2b6b30 Fix too stringent test 21 May 2020, 18:16:32 UTC
e403720 Merge remote-tracking branch 'origin/master' 21 May 2020, 18:15:25 UTC
b5a6e9e Version bump 21 May 2020, 18:15:07 UTC
a5e9624 Merge pull request #433 from radinplaid/master umap.plot.interactive text search now searches labels and hover_data … 20 May 2020, 15:52:54 UTC
ce4cf37 umap.plot.interactive text search now searches labels and hover_data by default, not x, y and the whole bokeh DataSource 19 May 2020, 10:09:14 UTC
357bc12 Merge pull request #427 from radinplaid/master Add text search widget to umap.plot.interactive to highlight matching points 15 May 2020, 14:51:38 UTC
51dd80e Reformmatted with black code formatter, as per https://github.com/lmcinnes/umap/blob/master/CONTRIBUTING.md 15 May 2020, 09:53:41 UTC
e2e4808 Set alpha in umap.plot.interactive even when interactive_text_search is false 15 May 2020, 09:44:10 UTC
004e378 One parameter for text search alpha instead of two 15 May 2020, 09:36:54 UTC
db8e3a8 Bugfix 14 May 2020, 19:37:51 UTC
51fc370 Preliminary text search for umap.plot.interactive 14 May 2020, 19:20:11 UTC
2a706c8 Merge pull request #425 from Rocketknight1/master Added handling for sparse precomputed distance matrices 12 May 2020, 20:45:40 UTC
f084b09 Added handling for sparse precomputed distance matrices 12 May 2020, 17:36:52 UTC
3ee8b54 Added handling for sparse precomputed distance matrices 11 May 2020, 13:34:10 UTC
5496bea Another pass at fixing Dmitry's problem. 08 May 2020, 01:43:07 UTC
2137749 Add a warning in case we have memory issues in a corner case. 07 May 2020, 18:13:55 UTC
3e5e71b Fix latest #401 issue by forcing centroids to dense. 07 May 2020, 18:11:53 UTC
47abe2f Tweak tbb requirements 30 April 2020, 22:22:21 UTC
1197625 Merge remote-tracking branch 'origin/master' 29 April 2020, 16:25:28 UTC
0954917 Next patch release 29 April 2020, 16:25:21 UTC
2e35c6c Merge pull request #1 from lmcinnes/master updates 23 April 2020, 14:07:33 UTC
fdd1096 Merge pull request #413 from sg-s/master fixed a number of typos and misspellings in the docs 23 April 2020, 01:45:07 UTC
fdd51ed fixed a number of typos and misspellings in the docs 22 April 2020, 16:59:56 UTC
7a07db2 Merge pull request #412 from gibsramen/fix_nerve_docs Fix Nerve theorem link in documentation 22 April 2020, 00:07:51 UTC
e488215 Fix Nerve theorem link in documentation 21 April 2020, 18:36:49 UTC
fbd2f95 Merge remote-tracking branch 'origin/master' 21 April 2020, 18:13:28 UTC
612a66e Fix for #409 21 April 2020, 18:13:03 UTC
5c6dada Merge pull request #407 from sg-s/master fixed mnist.loader import statement 17 April 2020, 17:37:19 UTC
7de4ccd fixed mnist.loader import statement 16 April 2020, 17:52:42 UTC
2b9e6eb Update requirements for scipy and numpy per #400 12 April 2020, 17:28:07 UTC
fe67cea Merge pull request #394 from leriomaggio/umap-tests UMAP and UMAP Plot Tests Refactoring 10 April 2020, 20:54:39 UTC
5809c18 Fix for #398 10 April 2020, 19:19:44 UTC
791085d Merge pull request #396 from leriomaggio/patch-init-local-dev Patch init import to allow for local dev 08 April 2020, 21:26:56 UTC
c8d7de9 black-ed 08 April 2020, 02:42:10 UTC
4689c7d First patch - re-blacked 08 April 2020, 01:19:18 UTC
124baeb First patch 07 April 2020, 22:35:56 UTC
f1ecb76 Proposed fix for #395 07 April 2020, 22:34:07 UTC
55e8ca7 included other.xml in gitignore - related to scientific view and others non-stylistic configs 07 April 2020, 21:37:59 UTC
b5405dc Merge remote-tracking branch 'upstream/master' into patch-init-local-dev 07 April 2020, 21:20:38 UTC
0f4d025 aligned pytest configuration in all continuous-integration environments 07 April 2020, 18:59:07 UTC
a1509e3 trustworthiness confidence too high for sparse test data 07 April 2020, 18:58:37 UTC
91adcb5 fixed sklearn tsne trustworthiness to comply with sklearn>=0.20;<0.22 APIs 07 April 2020, 18:45:08 UTC
2c7ecdc re-enabled warnings and disabled show-capture 07 April 2020, 18:12:13 UTC
48613c1 pytest setup with basetemp in TEST_DIR and no capture 07 April 2020, 18:11:52 UTC
dc95aa4 changed pytest execution setting in Travis CI 07 April 2020, 17:53:39 UTC
17d8ada changed coverage command using coverage instead of pytest-cov 07 April 2020, 17:35:31 UTC
f49b503 black reformatting 07 April 2020, 17:29:17 UTC
6bfab2b switched to pytest backend also in appveyor and Travis 07 April 2020, 17:15:12 UTC
bef3a33 trustworthiness on iris modified dtype put on 0.8 07 April 2020, 17:07:52 UTC
e6fe164 Added verbosity and disabled warnings in pytest configuration - to comply to previous nosetest-based pipeline 07 April 2020, 16:55:10 UTC
782e6e9 Changed Azure-Pipelines with pytest to actually run tests - stupid me I did not do it before 07 April 2020, 16:48:42 UTC
3152138 Lessen trustworthiness UMAP on Iris - failing on some platforms 07 April 2020, 16:48:07 UTC
7b52b36 PEP8 reformatting wrap line at 88 07 April 2020, 16:26:08 UTC
d529f18 rephrase docstring on fixtures 07 April 2020, 16:11:02 UTC
b955607 restored colorcet dependency; dropped seaborn dependency 07 April 2020, 15:59:02 UTC
2b2d202 Added pandas in dependency of umap.plot 07 April 2020, 15:49:46 UTC
03a72cc Module DOCSTRING 07 April 2020, 15:41:45 UTC
652e31a Ready for release! 07 April 2020, 02:56:07 UTC
b082b33 additional tests for umap plot on correctly setup environment 06 April 2020, 23:39:47 UTC
b592938 Finally fix annoying make_heap bug. 06 April 2020, 23:38:18 UTC
a94fe2e Change test setup to hopefully work better 06 April 2020, 16:51:33 UTC
back to top