Skip to content

Releases: LuCEresearchlab/python-react-tagging-standalone

v3.0.0

22 May 08:07
45a2608
Compare
Choose a tag to compare

Added highlighting of UI for tagging view to improve keyboard usage.
Changed clustering algorithm to improve clustering quality.
Optimized clustering procedure to improve clustering performance.

deployment changes:

  • it's now easier to configure the deployment urls.
  • fixed issue with NGINX not serving correct files.

v2.2.1

10 May 13:07
a8a18a1
Compare
Choose a tag to compare

Removed unused dependencies from frontend.
Improved ease of deployment of the application.
Changed initial cluster name to use indexing starting from 1.
UI changes to improve the experience with bigger clusters.
UI changes to better the experience with smaller monitor screens.
Fixed broken development container.

v2.2.0

07 May 18:45
b47afa0
Compare
Choose a tag to compare

Fixes to deployment
Added proper server for frontend

v2.1.2

07 May 07:26
6e0645b
Compare
Choose a tag to compare

Added cluster name in tagging view.
Updated UI to better handle bigger clusters.
Reduced wasted space.
Changed keybinding for info about misconception to "?" to resemble button icon .
Fixed issue with keybinding behavior to allow special characters.

v2.1.1

05 May 10:51
36f3c00
Compare
Choose a tag to compare

Added support for keyboard commands
Added support for partial highlighting clear by making use of currently selected misconception.

Fixed some bugs:

  • Fixed problem with caching that would crash the tagging-service when trying to free memory due to presence of .gitignore in caching folder.
  • Adding a new misconception from the AutoComplete component will now correctly free the component if the misconception is moved to the history.

v2.1.0

28 Apr 19:33
99e5cbf
Compare
Choose a tag to compare

Changed data model for cluster to add ability of adding a name to a cluster
Fixed time estimate

Breaks compatibility with previous versions due to data structure change in dataset

v2.0.3

25 Apr 20:24
0fbb419
Compare
Choose a tag to compare

Fixed potential issue with multiple uploading of same dataset
Improved time estimate for clustering
Improved README.md

v2.0.2

25 Apr 20:07
5587663
Compare
Choose a tag to compare

Added back time left when a dataset is computing clusters
Fixed issue with tagging-service model

v2.0.1

25 Apr 19:08
5ae875e
Compare
Choose a tag to compare

Added basic authentication to the web-app for better usability
Added favicon

Requires rebuild, and push of database

v2.0.0

25 Apr 10:30
9ebdaaa
Compare
Choose a tag to compare

Added initial clustering support for tagging
Can now create custom clusters per user