Hyperreal

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2025-10-23
06:56
Add some basic HTML tables for visualisation to the twenty newsgroup dataset Leaf check-in: 8e096e7e22 user: sam_hames tags: refactor-all
2025-10-22
05:15
Reduce default number of features shown for clusters check-in: fba4307d47 user: sam_hames tags: refactor-all
00:32
Further refinements to the table layout, visual hierarchy and colour scheme check-in: c4b2f7e1d6 user: sam_hames tags: refactor-all
00:31
Bugfix: not recalculating the number of features after update check-in: 9a8ab38228 user: sam_hames tags: refactor-all
2025-10-21
23:55
Update table styles to be more compact with display: grid check-in: 181c3c3057 user: sam_hames tags: refactor-all
23:54
Smarter initialisation for splitting clusters check-in: b9c45945b2 user: sam_hames tags: refactor-all
03:30
Use correct anchor link when generating cluster navigation to next/previous check-in: b71fa8585e user: sam_hames tags: refactor-all
03:22
Expose delete clusters through web ui, rank facets by hits check-in: a26dda1d12 user: sam_hames tags: refactor-all
2025-10-20
23:12
Cluster navigation expands navigated cluster to show all terms, bugfix with select boxes covered by bars check-in: 108f643f36 user: sam_hames tags: refactor-all
23:06
Change visualisation to superimposed bar chart check-in: 9a53eb8401 user: sam_hames tags: refactor-all
07:01
Further refinement to feature table layouts check-in: d41ec5249f user: sam_hames tags: refactor-all
07:00
Final clustering parameters for twenty newsgroups check-in: eb9921d65e user: sam_hames tags: refactor-all
2025-10-19
23:56
Remove rowspanning field cells, de-emphasise repeating values instead check-in: 1ac2d23d4a user: sam_hames tags: refactor-all
2025-10-15
22:55
Add cluster navigation/step by step check-in: aa7737f3f2 user: sam_hames tags: refactor-all
2025-10-14
03:55
More compact layout for intensity heatmap check-in: e62606e46d user: sam_hames tags: refactor-all
2025-10-09
11:37
Further improvements to table display and rendering - now use a variable magnitude to keep counts compact check-in: a89a10dc29 user: sam_hames tags: refactor-all
2025-10-08
06:48
Expand clickable area for select boxes via additional label elements in adjacent cells check-in: f6a691fbc7 user: sam_hames tags: refactor-all
06:18
Make the layout take up less vertical space/have more space for column content check-in: 43a38414e0 user: sam_hames tags: refactor-all
02:52
Nicer heatmap and tighter table layout check-in: 328021a686 user: sam_hames tags: refactor-all
01:54
Reorganise clusters into simple tables with minimal highlighting check-in: 8df8b418b4 user: sam_hames tags: refactor-all
2025-10-04
01:10
Add testing for different sampling rates in clustering algorithm check-in: 912f8fd967 user: sam_hames tags: refactor-all
2025-10-03
05:43
Move search bar to the main navigation check-in: 3cd44796cf user: sam_hames tags: refactor-all
05:27
Further tweak styling/CSS check-in: ffb0b8bdf8 user: sam_hames tags: refactor-all
05:03
Reorganise the layout to create a more compact layout + hopefully more comprehensible content order check-in: 795272f04f user: sam_hames tags: refactor-all
2025-10-02
07:17
Reorganise so the query is more prominent, the searches are central, and columns can be broken up vertically with scrollable sub elements check-in: f1a65e0829 user: sam_hames tags: refactor-all
2025-09-30
03:38
Use a simpler sampling_rate parameter for clustering check-in: dddb12206a user: sam_hames tags: refactor-all
02:52
Dispatch clustering work as soon as it's ready rather than waiting for all batches to be ready check-in: bbb0206245 user: sam_hames tags: refactor-all
2025-09-28
06:59
Refactor clustering algorithm to work with permanent background workers - only open the mmap once per worker rather than once per cluster check-in: 7828cc5174 user: sam_hames tags: refactor-all
2025-09-27
00:31
Simplify clustering algorithm: instead of group clustering just do a random sample of clusters for each feature, but also keep track of previous best clusters to retest on future iterations. check-in: e86275906b user: sam_hames tags: refactor-all
2025-09-25
23:48
Choose a reasonable default selected cluster for navigation check-in: 552728ac3f user: sam_hames tags: refactor-all
2025-09-24
05:12
Deduplicate and create new query clause from selected - features are automatically moved to the new location rather than being repeated check-in: 89f8815a7d user: sam_hames tags: refactor-all
05:12
Nest dir= attributes in HTML so punctuation is rendered correctly in concordance view, while still maintaining start truncation for text. check-in: 32ac36ebc4 user: sam_hames tags: refactor-all
02:30
Basic search bar and selectable fields when serving a web index check-in: f24803b77a user: sam_hames tags: refactor-all
02:03
Very simple cluster navigation selector for working through systematically check-in: 3dbf9a7959 user: sam_hames tags: refactor-all
01:59
Start new query with selected check-in: db844d72c3 user: sam_hames tags: refactor-all
01:45
Start new query with selected check-in: ecbbe3e2e2 user: sam_hames tags: refactor-all
2025-09-23
03:57
Simplify intersection test in feature clustering check-in: 9dc3f77ff4 user: sam_hames tags: refactor-all
01:59
Reorganise notebooks to be flatter check-in: ab284517db user: sam_hames tags: refactor-all
2025-09-22
12:17
Make sure columns remain the same size check-in: 83e11e3ea6 user: sam_hames tags: refactor-all
00:46
Tidy up styling and concordance views, add posters to default facets check-in: c3726e5678 user: sam_hames tags: refactor-all
2025-09-17
12:31
Don't use full saturation for heatmaps: max out at 80% to preserve text contrast check-in: 52eea16a47 user: sam_hames tags: refactor-all
12:30
Style boolean operators as italic for contrast check-in: 10493b4d8a user: sam_hames tags: refactor-all
12:29
Use a more conventionally structured display of the boolean query check-in: 6f12b9a258 user: sam_hames tags: refactor-all
00:08
Keep current query when expanding clusters check-in: bd39dc9461 user: sam_hames tags: refactor-all
2025-09-16
03:49
Clean up the context managers to be jointly declared and avoid a layer of nesting in _measure_feature_contribution_to_cluster check-in: 69e1f82ca6 user: sam_hames tags: refactor-all
03:49
Correct bug in the test cases check-in: 920f166bdb user: sam_hames tags: refactor-all
01:03
Make table layouts more consistent check-in: 31b072c368 user: sam_hames tags: refactor-all
01:03
Use correct random_state attribute for reproducibility check-in: 94ac252004 user: sam_hames tags: refactor-all
2025-09-15
23:51
Add basic view of the currently selected query check-in: a57b371adb user: sam_hames tags: refactor-all
23:07
Add headings for columns check-in: a5ea562cfc user: sam_hames tags: refactor-all