Asreview

Latest version: v1.6.2

Safety actively analyzes 629639 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 19

1.3.4

Fix source distribution error index.html not found

1.3.3

Fix tomli dependency

**Full Changelog**: https://github.com/asreview/asreview/compare/v1.3.2...v1.3.3

1.3.2

- Fix entry point in Dockerfile (1576)

**Full Changelog**: https://github.com/asreview/asreview/compare/v1.3.1...v1.3.2

1.3.1

- Hotfix backend not found when port != 5000 (1570)

**Full Changelog**: https://github.com/asreview/asreview/compare/v1.3...v1.3.1

1.3

What's Changed
* Add basic authentication layer to ASReview (1046) by J535D165 in https://github.com/asreview/asreview/pull/1054
* Setup code formatting and linting by J535D165 in https://github.com/asreview/asreview/pull/1404
* Updated development dependencies by jspaaks in https://github.com/asreview/asreview/pull/1413
* Fix deprecated flask ENV variable by J535D165 in https://github.com/asreview/asreview/pull/1432
* Fix project not found should raise 404 by J535D165 in https://github.com/asreview/asreview/pull/1430
* Isolate read_data function from webapp to prevent circular imports by J535D165 in https://github.com/asreview/asreview/pull/1428
* Replace internal server error handling by flask errorhandler by J535D165 in https://github.com/asreview/asreview/pull/1431
* Deprecated LSTM helpers in asreview.__init__.py by J535D165 in https://github.com/asreview/asreview/pull/1433
* Add command line tool for user and project management in authenticated server by cskaandorp in https://github.com/asreview/asreview/pull/1419
* Add progress bar for sbert feature extraction by Robdboer in https://github.com/asreview/asreview/pull/1439
* Raise error from read_data if project doesn't exist by J535D165 in https://github.com/asreview/asreview/pull/1429
* Allow SBERT to load other transformer models by rohitgarud in https://github.com/asreview/asreview/pull/1440
* Remove simulate intro to align with good CLI practices by J535D165 in https://github.com/asreview/asreview/pull/1427
* Change workdir in Dockerfile by zoneout215 in https://github.com/asreview/asreview/pull/1441
* Enhance compile assets and support Windows by J535D165 in https://github.com/asreview/asreview/pull/1456
* Improve documentation on high quality data by J535D165 in https://github.com/asreview/asreview/pull/1444
* Bump minimum Python version to 3.8 by J535D165 in https://github.com/asreview/asreview/pull/1457
* Add asreview project lock file to prevent artifacts when testing by J535D165 in https://github.com/asreview/asreview/pull/1458
* Introduce permanent project id and deprecate title-based project id by terrymyc in https://github.com/asreview/asreview/pull/1425
* Remove issue with circular import by J535D165 in https://github.com/asreview/asreview/pull/1464
* Remove dill as dependency by J535D165 in https://github.com/asreview/asreview/pull/1462
* Update versions used in GitHub Actions by J535D165 in https://github.com/asreview/asreview/pull/1466
* Replace custom training lock by filelock by J535D165 in https://github.com/asreview/asreview/pull/1463
* Refactor test suite by cskaandorp in https://github.com/asreview/asreview/pull/1461
* Fix missing Exception in oauth requests by J535D165 in https://github.com/asreview/asreview/pull/1467
* Fix ASData index data type by PeterLombaers in https://github.com/asreview/asreview/pull/1471
* Allow relative path to flask configfile by PeterLombaers in https://github.com/asreview/asreview/pull/1474
* Replace deprecated pkg_resources by importlib.metadata by J535D165 in https://github.com/asreview/asreview/pull/1465
* Make tests and setup.py Windows OS compatible by cskaandorp in https://github.com/asreview/asreview/pull/1472
* Update about.rst - minimum python version should be 3.8 by yifeimichelle in https://github.com/asreview/asreview/pull/1476
* CORS issue, OAuth by cskaandorp in https://github.com/asreview/asreview/pull/1475
* Bump semver from 7.3.7 to 7.5.2 in /asreview/webapp by dependabot in https://github.com/asreview/asreview/pull/1477
* Update installation.rst by yifeimichelle in https://github.com/asreview/asreview/pull/1479
* Don't run the Docker deployment workflow except for tags + trim .dockerignore to prevent dirty version in Docker by abelsiqueira in https://github.com/asreview/asreview/pull/1485
* Fix broken tensorflow based models due to deprecated Keras component by jteijema in https://github.com/asreview/asreview/pull/1495
* Bump tough-cookie from 4.0.0 to 4.1.3 in /asreview/webapp by dependabot in https://github.com/asreview/asreview/pull/1491
* Potential fixes for cloud related URL and port issues by cskaandorp in https://github.com/asreview/asreview/pull/1478
* Update pythonpackage.yml and create release manually by J535D165 in https://github.com/asreview/asreview/pull/1497
* Change flask_configfile to TOML by cskaandorp in https://github.com/asreview/asreview/pull/1499
* Bump word-wrap from 1.2.3 to 1.2.4 in /asreview/webapp by dependabot in https://github.com/asreview/asreview/pull/1498
* removed JSON related text in DEVELOPMENT.md by cskaandorp in https://github.com/asreview/asreview/pull/1501
* Fix incorrect import of tomli by J535D165 in https://github.com/asreview/asreview/pull/1500
* Integrate SYNERGY dataset into ASReview LAB by J535D165 in https://github.com/asreview/asreview/pull/1496
* Fix E721 lint errors by J535D165 in https://github.com/asreview/asreview/pull/1509
* Replace .zenodo.json file by CITATION.cff file by J535D165 in https://github.com/asreview/asreview/pull/1510
* Format front-end code by terrymyc in https://github.com/asreview/asreview/pull/1511
* oauth/auth-cookie fixes by cskaandorp in https://github.com/asreview/asreview/pull/1517
* Snackbar Notification by cskaandorp in https://github.com/asreview/asreview/pull/1514
* Remove deploy buttons by J535D165 in https://github.com/asreview/asreview/pull/1515
* Fix BaseReview.review bug by PeterLombaers in https://github.com/asreview/asreview/pull/1529
* Bump Sphinx version to fix extension by J535D165 in https://github.com/asreview/asreview/pull/1530
* Bump cypress/request and cypress in /asreview/webapp by dependabot in https://github.com/asreview/asreview/pull/1531
* Docker recipe for authenticated/verified app by cskaandorp in https://github.com/asreview/asreview/pull/1518
* Remove fixed Werkzeug version by J535D165 in https://github.com/asreview/asreview/pull/1537
* Upgrade Node.js to version 20 by J535D165 in https://github.com/asreview/asreview/pull/1538
* Fix broken readthedocs workflow by J535D165 in https://github.com/asreview/asreview/pull/1539
* Remove legacy project file extensions from config by J535D165 in https://github.com/asreview/asreview/pull/1543
* Bump babel/traverse from 7.17.10 to 7.23.2 in /asreview/webapp by dependabot in https://github.com/asreview/asreview/pull/1544
* Simplify CORS setup for developers by J535D165 in https://github.com/asreview/asreview/pull/1541
* Indented code block doesn't display after numbering by jteijema in https://github.com/asreview/asreview/pull/1548
* Update ModelForm.js links by jteijema in https://github.com/asreview/asreview/pull/1551
* Update versioneer to be compat with Python 3.12 by J535D165 in https://github.com/asreview/asreview/pull/1552
* Correct hyperlink to synergy data in project set-up by Rensvandeschoot in https://github.com/asreview/asreview/pull/1554
* Correct hyperlink in project set-up to docs on creating extensions by Rensvandeschoot in https://github.com/asreview/asreview/pull/1555
* Update Python matrix for ci-core.yml by J535D165 in https://github.com/asreview/asreview/pull/1553
* Update troubleshooting docs with minimal python version by Rensvandeschoot in https://github.com/asreview/asreview/pull/1557
* Version fixes, psycopg2 and Docker test by cskaandorp in https://github.com/asreview/asreview/pull/1558
* Fix SYNERGY visible in Oracle mode setup by J535D165 in https://github.com/asreview/asreview/pull/1556
* Add underline for label in Explore mode by J535D165 in https://github.com/asreview/asreview/pull/1561
* Move simple Docker to root of project by J535D165 in https://github.com/asreview/asreview/pull/1564
* Add PowerShell development setup instruction by VeenDuco in https://github.com/asreview/asreview/pull/1563

New Contributors
* Robdboer made their first contribution in https://github.com/asreview/asreview/pull/1439
* zoneout215 made their first contribution in https://github.com/asreview/asreview/pull/1441
* yifeimichelle made their first contribution in https://github.com/asreview/asreview/pull/1476

**Full Changelog**: https://github.com/asreview/asreview/compare/v1.2...v1.3

1.3rc6

None

Page 3 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.