- updated schema and config parsing to allow for underscores or hypens used in parameter names
5.0.7
- fixed issue 164 where col validation function wrapper was misclassifying str cols as not strings.
5.0.6
- fixed issue with capitalisation of data in the header of source (csv) data not allowing the casting of timestamps correctly by using new pandas parser from arrow-pd-parser
5.0.5
- enum set removed from response dict for enum test to stop logs from being filled with potentially long enum sets
5.0.4
- temporary storage is now removed at the beginning of a run as leftover files would remain after a failed run and potentially cause errors
5.0.3
- Added automatic pypi release GH workflow - Fixed typo in test that wasn't running - Fixed typo on package version number