Using pmf instead of categorical output type (Resolves #35)
Allowing only a single file format type in admin.json and removing ability to limit file format for specific rounds in tasks.json Re-introduced as hubUtils can now support it.
Added a GitHub Actions to:
Check JSON syntax
Check JSON Schema is valid (through successful reading of each file using jsonvalidate). Also use octolog package to add informative annotations to GA output. (Resolves #46)
Minor changes:
Some minor tweaks and general tidying of some properties for consistency and flexibility (see commit messages)
Major changes:
pmf
instead ofcategorical
output type (Resolves #35)Allowing only a single file format type inRe-introduced asadmin.json
and removing ability to limit file format for specific rounds intasks.json
hubUtils
can now support it.jsonvalidate
). Also useoctolog
package to add informative annotations to GA output. (Resolves #46)Minor changes: