Recent Releases of asreview-makita

asreview-makita - v1.0b0

What's Changed

  • Update template_prior.py with some error messages by @jteijema in https://github.com/asreview/asreview-makita/pull/71
  • Add new DOI badge to page by @jteijema in https://github.com/asreview/asreview-makita/pull/72
  • Introduce project folder argument by @jteijema in https://github.com/asreview/asreview-makita/pull/68
  • Add examples workflow by @jteijema in https://github.com/asreview/asreview-makita/pull/70
  • add the makita website to the repository by @jteijema in https://github.com/asreview/asreview-makita/pull/74
  • Add --quiet tag to metrics by @jteijema in https://github.com/asreview/asreview-makita/pull/83
  • Asreview 2.0 by @jteijema in https://github.com/asreview/asreview-makita/pull/75

Full Changelog: https://github.com/asreview/asreview-makita/compare/v0.10.1...v1.0b0

- Python
Published by jteijema 12 months ago

asreview-makita - v0.11

What's Changed

  • Update template_prior.py with error messages by @jteijema in https://github.com/asreview/asreview-makita/pull/71
  • Add --quiet tag to metrics by @jteijema in https://github.com/asreview/asreview-makita/pull/83

Full Changelog: https://github.com/asreview/asreview-makita/compare/v0.10.1...v0.11

- Python
Published by jteijema about 1 year ago

asreview-makita - v0.10.1

What's Changed

  • Rename dataset and output folder in Prior template by @Rensvandeschoot in https://github.com/asreview/asreview-makita/pull/67
  • Add option hide_optimal and correct index for legenda color by @EmilyWes in https://github.com/asreview/asreview-makita/pull/66

Full Changelog: https://github.com/asreview/asreview-makita/compare/V0.10...v0.10.1

- Python
Published by jteijema over 1 year ago

asreview-makita - V0.10

What's Changed

  • Add template to use and compare prior records from file by @jteijema in https://github.com/asreview/asreview-makita/pull/62
  • Update the examples and example instructions by @jteijema in https://github.com/asreview/asreview-makita/pull/63

Full Changelog: https://github.com/asreview/asreview-makita/compare/v0.9.2...V0.10

- Python
Published by J535D165 over 1 year ago

asreview-makita - v0.9.2

What's Changed

  • Update pyproject.toml to bump asreview version by @jteijema in https://github.com/asreview/asreview-makita/pull/61

Full Changelog: https://github.com/asreview/asreview-makita/compare/v0.9.1...v0.9.2

- Python
Published by J535D165 over 1 year ago

asreview-makita - Release version 0.9.1

What's Changed

  • Update README.md by @VeenDuco in https://github.com/asreview/asreview-makita/pull/60

New Contributors

  • @VeenDuco made their first contribution in https://github.com/asreview/asreview-makita/pull/60

Small but important fix, versioning file didn't get pushed to install dir.

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

- Python
Published by jteijema over 1 year ago

asreview-makita - Release version 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

- Python
Published by jteijema almost 2 years ago

asreview-makita - v0.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
    • nruns only adds a _{{ run }} to the filename if nruns 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

- Python
Published by jteijema almost 2 years ago

asreview-makita - v0.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

- Python
Published by jteijema about 2 years ago

asreview-makita - Release version 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

- Python
Published by J535D165 over 2 years ago

asreview-makita - Release version 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

- Python
Published by J535D165 over 2 years ago

asreview-makita - Release v0.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

- Python
Published by github-actions[bot] almost 3 years ago

asreview-makita - Release v0.6.2

- Python
Published by github-actions[bot] about 3 years ago

asreview-makita - Release v0.6.1

What's Changed

  • Fix broken default name td script and raise error if no dataset by @JTeijema in https://github.com/asreview/asreview-makita/pull/10

Full Changelog: https://github.com/asreview/asreview-makita/compare/v0.6...v0.6.1

- Python
Published by github-actions[bot] about 3 years ago

asreview-makita - Release v0.6

What's Changed

  • Update multiple models template and add legends to plots by @JTeijema in https://github.com/asreview/asreview-makita/pull/7
  • Change metrics location to metrics folder by @JTeijema in https://github.com/asreview/asreview-makita/pull/8
  • Add script to average the tds for each record over all project files by @JTeijema in https://github.com/asreview/asreview-makita/pull/9

Full Changelog: https://github.com/asreview/asreview-makita/compare/v0.5...v0.6

- Python
Published by github-actions[bot] about 3 years ago

asreview-makita - Release v0.5.1

- Python
Published by github-actions[bot] over 3 years ago

asreview-makita - Release v0.5

- Python
Published by github-actions[bot] over 3 years ago