Asreview

Latest version: v1.6.3

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

Scan your dependencies

Page 19 of 19

0.3.1

- Add support for excel (.xlsx) files.
- Add support for PubMed XML files.
- Add wider support for ris/csv files.

0.3.0

- Introduce hooks for hyperopt optimization
-- Hyperopt is a package for hyperparameter optimization, and these hooks make it much easier to do the optimization of said hyperparameters.
-- The hyperopt package is optional.

- Model specific action are removed from the review package and moved in the model package.
- Models are now classes, instead of a generator function.

- Add HDF5 as a storage container for logging.
-- It works parallel to the still available JSON logger. It has an advantage in both speed and disk requirements (~x2.4).

- The JSON logger is updated, and it's version updated to 2.0, making it incompatible with log files created with an earlier version of ASReview. Automatically detected if this is the case.

- Add hooks for final_labels
-- This is a slightly obscure feature, where you can have for example two levels of inclusion:
--- After reading the abstract -> model trained on this
--- After reading full text
-- This is a simulation only feature that can be enabled by putting abstract_only=True in the [global_settings] section of a config file.

- Update the command line interface
-- Oracle only change.
-- This makes the command line interface much more useful, asking more questions and giving more options what to do next.
-- It uses the PyInquirer package, which unfortunately means that we cannot test oracle mode anymore with pytest (needs a TTY).

- The analysis part of the simulation project was ported over, since it can be generally useful.

- Documentation was updated.

0.2.1

- Add support for Tensorflow 2.0.

0.2.0

0.1.1

- Add Zenodo
- Fix broken links

0.1.0

- Various (API) changes.
- Entry points and module renamed into `asreview`

Page 19 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.