Skip to content

Releases: asreview/asreview-makita

Release v0.9

02 May 11:09
0307b56
Compare
Choose a tag to compare

What's Changed

  • Add option to run multimodels template with array of query strategies by @BjarneJesse in #53
  • add option to run multimodels template with array of balancing strategies by @BjarneJesse in #56
  • Refactor of template files by @jteijema in #55
  • update readme to include the recommended python version by @watjurk in #58
  • Update README.md by @jteijema in #59

New Contributors

Full Changelog: v0.8...v0.9

v0.9rc1

18 Apr 13:14
1fcda57
Compare
Choose a tag to compare
v0.9rc1 Pre-release
Pre-release

What's Changed

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

New Contributors

Full Changelog: v0.8...v0.9rc1

v0.8

10 Jan 13:49
35f5814
Compare
Choose a tag to compare

What's Changed

  • Refactor subcommand parser with argparse module by @J535D165 in #42
  • Fix no legend error message, and duplicate labels by @jteijema in #45
  • Add all simulation options to Makita by @jteijema in #48
  • Add python -m to asreview commands by @jteijema in #52
  • Rename multiple models to Multimodel by @jteijema in #51

Full Changelog: v0.7.1...v0.8.0

Release version 0.7.1

18 Jun 11:20
8272698
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7...v0.7.1

Release version 0.7

13 Jun 07:14
5108928
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.7

Release v0.6.3

17 Apr 20:08
9b8a307
Compare
Choose a tag to compare

What's Changed

  • Fix bug with seed values in basic template and some minor other improvements by @jteijema in #17

Full Changelog: v0.6.2...v0.6.3

Release v0.6.2

19 Jan 11:18
2b0e626
Compare
Choose a tag to compare
Create CITATION.cff

Release v0.6.1

01 Dec 16:07
5fd40ed
Compare
Choose a tag to compare

What's Changed

  • Fix broken default name td script and raise error if no dataset by @jteijema in #10

Full Changelog: v0.6...v0.6.1

Release v0.6

01 Dec 15:56
4e2f0c8
Compare
Choose a tag to compare

What's Changed

  • Update multiple models template and add legends to plots by @jteijema in #7
  • Change metrics location to metrics folder by @jteijema in #8
  • Add script to average the tds for each record over all project files by @jteijema in #9

Full Changelog: v0.5...v0.6

Release v0.5.1

30 Aug 13:12
Compare
Choose a tag to compare
Update GitHub Action with updated secrets