This release fixes a few problems and updates code to work with newer dependency versions.
- The example validation routine used by DataSet.produce_example_set(), is not multithreaded and uses 8 workers. More than this didn't result in faster processing as data had to be read from disk and multiple calls had to be made to accweb.
- Updated code that used "inplace" parameters for calls to pandas DataFrames, and old_names is statsmodels.AutoReg models as they are now deprecated and threw many warnings
- Removed version lock on matplotlib. Version 3.2.1 produced some buggy behavior, but we are well past that version.
- Setup build tools to work on Windows
- Added additional docstrings
- Updated ExampleValidator interface to allow for the specification of a mya deployment at construction. Makes testing simpler.
- Updated CSV saving routines to always use '\n' as a line terminator. Saving on windows would produce blank lines otherwise.
- Other minor fixes
Note: Sphinx has a bug that autosummary does not handle inherited parameters well. They have a fix staged for the last month or two, but have not released it. I will need to update the documentation when this happens.