Skip to content

Release version 0.9rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jteijema jteijema released this 18 Apr 13:14
· 12 commits to main since this release
1fcda57

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