Changelog
New
- Implement extensible algorithm selection in frontend of ASReview LAB. Makes it possible to select more algorithms as well as custom algorithms. (610)
- Simulation: Add options to stop simulating when all inclusions are found. Usage `--n_query min`. (697) (605)
- Add extensive help dialog to the ASReview LAB frontend (663)
- Add option to edit project information (584)
- Redesign Settings Dialog (646)
- Add one-click-deploy buttons for running ASReview LAB on cloud providers EXPERIMENTAL(664)
API
- Refactor REST API error handler (680)
- Add doi to config column definitions (631)
Changes
- Deprecate the use of Python 3.6 (711)
- Deprecate display of publish_time in frontend (655)
- Bump minimal flask version to 2 (673)
- Bump minimal tensorflow version to 2 (672)
- Replace argument lr by learning_rate for LSTM base(635)
- Update NPM lockfile to version 2 (647)
Fix
- Fix creating project with non-alphanum name and non-alphabetic language (720) (710)
- Fix unit tests due to breaking gensim release (728)
Documentation
- Document attributes of ASReviewData in API reference (731)
- Add documentation on community extensions (719) (658)
- Remove COVID19 plugin from documentation
- Extend documentation on asreview-visualization API (717)
- Add discussions to contribution (587)
- Add link to citable documentation to documentation
- Add documentation on wordcloud extension (609)
Testing
- Remove out_data test folder (733)
- Add automated tests for project files of various versions (566)