Asreview-makita

Latest version: v0.9

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

Scan your dependencies

Page 1 of 2

0.9

What's Changed
* Add option to run multimodels template with array of query strategies by BjarneJesse in https://github.com/asreview/asreview-makita/pull/53
* add option to run multimodels template with array of balancing strategies by BjarneJesse in https://github.com/asreview/asreview-makita/pull/56
* Refactor of template files by jteijema in https://github.com/asreview/asreview-makita/pull/55
* update readme to include the recommended python version by watjurk in https://github.com/asreview/asreview-makita/pull/58
* Update README.md by jteijema in https://github.com/asreview/asreview-makita/pull/59

New Contributors
* BjarneJesse made their first contribution in https://github.com/asreview/asreview-makita/pull/53
* watjurk made their first contribution in https://github.com/asreview/asreview-makita/pull/58

**Full Changelog**: https://github.com/asreview/asreview-makita/compare/v0.8...v0.9

0.9rc1

What's Changed
* Add option to run multimodels template with array of query strategies by BjarneJesse in https://github.com/asreview/asreview-makita/pull/53
* add option to run multimodels template with array of balancing strategies by BjarneJesse in https://github.com/asreview/asreview-makita/pull/56
* Refactor of template files by jteijema in https://github.com/asreview/asreview-makita/pull/55
* Adds a base class for templates and moves duplicate code to the base class in https://github.com/asreview/asreview-makita/pull/55
* passes wordcloud flag to docs renderer in https://github.com/asreview/asreview-makita/pull/55
* adds allow overwrite flag in https://github.com/asreview/asreview-makita/pull/55
* adds a catch for using the wrong template with the wrong template class in https://github.com/asreview/asreview-makita/pull/55
* cleans up name passing (name is now only in the template class, or the actual template, no more random strings) in https://github.com/asreview/asreview-makita/pull/55
* cleans up valid template checker in https://github.com/asreview/asreview-makita/pull/55
* cleans up the console output in https://github.com/asreview/asreview-makita/pull/55
* format the documents using ruff in https://github.com/asreview/asreview-makita/pull/55
* add an extra line to the filehandler writer, that way we can remove all the double empty lines in all templates in https://github.com/asreview/asreview-makita/pull/55
* update the workflow in https://github.com/asreview/asreview-makita/pull/55
* add a config DEFAULT object in https://github.com/asreview/asreview-makita/pull/55
* add prohibited arguments to templates in https://github.com/asreview/asreview-makita/pull/55
* refactor platform detection code in https://github.com/asreview/asreview-makita/pull/55
* refactor fp_template code in https://github.com/asreview/asreview-makita/pull/55
* n_runs only adds a _{{ run }} to the filename if n_runs is more than 1 in https://github.com/asreview/asreview-makita/pull/55

New Contributors
* BjarneJesse made their first contribution in https://github.com/asreview/asreview-makita/pull/53

**Full Changelog**: https://github.com/asreview/asreview-makita/compare/v0.8...v0.9rc1

0.8

What's Changed
* Refactor subcommand parser with argparse module by J535D165 in https://github.com/asreview/asreview-makita/pull/42
* Fix `no legend` error message, and duplicate labels by jteijema in https://github.com/asreview/asreview-makita/pull/45
* Add all simulation options to Makita by jteijema in https://github.com/asreview/asreview-makita/pull/48
* Add python -m to asreview commands by jteijema in https://github.com/asreview/asreview-makita/pull/52
* Rename multiple models to Multimodel by jteijema in https://github.com/asreview/asreview-makita/pull/51


**Full Changelog**: https://github.com/asreview/asreview-makita/compare/v0.7.1...v0.8.0

0.7.1

What's Changed
* Fix bug in get_plots by jteijema in https://github.com/asreview/asreview-makita/pull/40


**Full Changelog**: https://github.com/asreview/asreview-makita/compare/v0.7...v0.7.1

0.7

What's Changed
* Add platform support to Makita by J535D165 in https://github.com/asreview/asreview-makita/pull/37
* Add more informative help massages by J535D165 in https://github.com/asreview/asreview-makita/pull/38
* Add TD tables info to Makita readme file by FioByr in https://github.com/asreview/asreview-makita/pull/39
* Add filehandler and implement overwrite protection by jteijema in https://github.com/asreview/asreview-makita/pull/28
* Add the command to use Makita via Docker in README.md by zoneout215 in https://github.com/asreview/asreview-makita/pull/27
* Add support for loading all scripts by J535D165 in https://github.com/asreview/asreview-makita/pull/33
* Add script to generated TD tables by FioByr in https://github.com/asreview/asreview-makita/pull/21
* Add generated scripts only once, and other small updates by jteijema in https://github.com/asreview/asreview-makita/pull/35
* Add script to calculate and save different TD and ATD values (scri… by FioByr in https://github.com/asreview/asreview-makita/pull/22
* Update table generation scripts by jteijema in https://github.com/asreview/asreview-makita/pull/13
* Replace setup.py by pyproject.toml by J535D165 in https://github.com/asreview/asreview-makita/pull/34
* Fix priors without replacements in template_arfi.py by abelsiqueira in https://github.com/asreview/asreview-makita/pull/26
* Fix impossible model selection by jteijema in https://github.com/asreview/asreview-makita/pull/20
* Fix issue with broken comments by jteijema in https://github.com/asreview/asreview-makita/pull/30
* Update ci-workflow by jteijema in https://github.com/asreview/asreview-makita/pull/31
* Fix various smaller issues by jteijema in https://github.com/asreview/asreview-makita/pull/32

New Contributors
* abelsiqueira made their first contribution in https://github.com/asreview/asreview-makita/pull/26
* zoneout215 made their first contribution in https://github.com/asreview/asreview-makita/pull/27
* FioByr made their first contribution in https://github.com/asreview/asreview-makita/pull/21

**Full Changelog**: https://github.com/asreview/asreview-makita/compare/v0.6.3...v0.7

0.6.3

What's Changed
* Fix bug with seed values in basic template and some minor other improvements by jteijema in https://github.com/asreview/asreview-makita/pull/17


**Full Changelog**: https://github.com/asreview/asreview-makita/compare/v0.6.2...v0.6.3

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.