Alpha release v0.3.1-alpha
Pre-release
Pre-release
toonarmycaptain
released this
06 Feb 20:27
·
1308 commits
to master
since this release
Added
- Improved test coverage.
- Add
load_chart_data
,load_json_from_file
. - Add
.bettercodehub.yml
- prevent failed PR checks because of test code.
Changed
- Refactor
save_as_dialogue
to prevent TypeError. - Refactor
load_class_data
usingload_from_json_file
.
Fixed
- Fix bug where avatar for student with score of 0 not added to chart.
- Fix bug in
save_as_dialogue
that failed withTypeError
when called withoutfiletypes
parameter or with defaultfiletypes=None
. - Fix circleci not storing test metadata.