v0.3.1
v0.3.1
This release makes a few fixes relative to 0.3.0, primarily around file uploads and internal database storage.
It also adds the ability for data blocks to pass errors and warnings to the front-end, which can be useful for helping describe incompatibilities in data, analysis or plotting dynamically.
What's Changed
- Pin prettier version in Webapp to same version that is specified in pre-commit by @jdbocarsly in #589
- Downgrade pre-commit prettier by @ml-evs in #593
- CSS cleanup by @jdbocarsly in #588
- Fix issue where plot data was always stored in db by @ml-evs in #599
- Add ability for block errors and warnings to be passed through API to UI by @ml-evs in #590
- Fix issue where previously uploaded file cannot be replaced by @ml-evs in #594
Full Changelog: v0.3.0...v0.3.1