This release is identical to 0.7.4 and only exists because of a naming conflict that prevented uploading Python 3.9 support to Anaconda cloud. It also entails infrastructure changes as Travis CI has been deprecated in favor of Github Actions
0.7.4
**This version drops support for Python 3.6 and adds support for Python 3.9** - patch to address 85 - New `pymer4.utils.result_to_table` function for nicely formatting a fitted model's `.coefs` attribute - docstring also includes some instructions on how to use this in conjunction with the [gspread-pandas](https://github.com/aiguofer/gspread-pandas) library for "exporting" model results to a google sheet
0.7.3
Another patch release that fixes https://github.com/ejolly/pymer4/issues/83 and https://github.com/ejolly/pymer4/pull/81
0.7.2
This is primarily a patch release to deal with dependency breaking changes
0.7.1
A few bug fixes, but this release mostly facilitates `conda` based installs! For more see the [changelog](http://eshinjolly.com/pymer4/new.html)
0.6.0
This version entails all changes requested by reviewers at JOSS. It also only unofficially supports Python 2, and fully supports Python 3. Installation instructions and options have been expanded and clarified. For a full list of changes please see the project README.