v0.4
What's Changed
Feature changes
- Refine which fields are mandatory and default values of those by @dandavies99 in #247
- Improve behaviour of formsets when invalid or missing fields are submitted by @dandavies99 in #250
- Tidy the parsing workflow, make use of column mappings and add a diagram showing the overall parsing workflow by @dandavies99 in #253
- Allow .txt/.csv Maccor files to be parsed by @dandavies99 in #254
Bug fixes
- Prevent saving invalid files by not re-parsing the data file when editing ExperimentDataFile objects by @AdrianDAlessandro in #245
- Move save() out of clean method for ExperimentDataFile by @AdrianDAlessandro in #248
Development changes
- Add config for debugging the django app locally in VS code config by @dandavies99 in #252
-
- Update dummy data to match new database schema for local development by @dandavies99 in #244
Full Changelog: v0.3.0-alpha...v0.4