Releases: voyanttools/VoyantServer
Releases Β· voyanttools/VoyantServer
2.6.7
Fixes:
- Fixed issue with DreamScape not working: voyanttools/trombone@7bd6a2c and voyanttools/Voyant@bc99aee
- French localization improvements: voyanttools/Voyant@b5fc945
2.6.6
Features:
- New language detector library
- Added TSV export for Summary tool
- Added diagnostics info to Topics tool: Trombone and Voyant
Fixes:
2.6.5
2.6.4
2.6.3
Features:
- Frankenstein added to built-in corpora.
- Topic modelling is now performed on the backend using Java instead of in the client using JS. The Topic tool UI has also been revamped.
2.6.2
Features:
- Improved categories support and greatly expanded default categories
- Term colors used more widely
- Russian localization
- Added BibTex to export options
Fixes:
2.6.1
Features:
- Customizable context path, using server-settings.txt
NB: the relateduri_path
setting has been renamed toquery_parameters
Fixes:
- Updated Jetty libraries which should fix issues running 2.6.0
2.6.0
Features:
- Improved named entity recognition support
- Integration with NSSI
- RezoViz tool rework
- Entity highlighting in the Reader
- New progress panel for long running processes (e.g. NER)
- Customizable limits for resource intensive tools (Correlations and Ngrams)
- Spyral improvements
- Now uses OAuth for accounts voyanttools/trombone@b709f39
- Improved code suggest and new inline documentation
- TSV export for Trends data voyanttools/Voyant@9279c11
Fixes:
- Contexts: full document title now shown voyanttools/Voyant@c844ca8
- Palettes: refactor and fix for specifying palette ID in config dialog voyanttools/Voyant@1e2e505
- Cirrus: fix getting colours for inlineData when loading Cirrus via VoyantToolApp voyanttools/Voyant@2af1daa
- many more...
NB: the ZIP available for download does not have NER enabled. For that you must use Ant to build the jar-nlp
target yourself.
2.5.4
Fixes:
- completely remove log4j (this was causing issues with corpus uploads): voyanttools/trombone@6539fc3
- export all data now works properly for Documents panel: voyanttools/Voyant@49d6b88
2.5.3
Fixes:
- log4j security vulnerabilities: voyanttools/trombone@40ca4d7
- NaN values invalidating JSON responses: voyanttools/trombone@f9ab24d
- handle start parameter, performance improvements for term correlations: voyanttools/trombone@8360bdc