Lots of API changes, major refactors, and performance boosts!
What's Changed
* Feature: Factored scatterplot size out of function by eddotman in https://github.com/AUTODIAL/AutoEIS/pull/35
* Update CI workflows to use `pytest` by ma-sadeghi in https://github.com/AUTODIAL/AutoEIS/pull/37
* Add documentation and deploy to GitHub Pages by ma-sadeghi in https://github.com/AUTODIAL/AutoEIS/pull/39
* Update the formula for CPE element to match EquivalentCircuits.jl by ma-sadeghi in https://github.com/AUTODIAL/AutoEIS/pull/43
* Fix incorrect CPE math expression by ma-sadeghi in https://github.com/AUTODIAL/AutoEIS/pull/50
* Make `find_ohmic_resistance` more robust by ma-sadeghi in https://github.com/AUTODIAL/AutoEIS/pull/52
* Refactor the inner workings of the Bayesian inference step by ma-sadeghi in https://github.com/AUTODIAL/AutoEIS/pull/48
* Add IO helpers to load the built-in test dataset by ma-sadeghi in https://github.com/AUTODIAL/AutoEIS/pull/57
New Contributors
* eddotman made their first contribution in https://github.com/AUTODIAL/AutoEIS/pull/35
**Full Changelog**: https://github.com/AUTODIAL/AutoEIS/compare/v0.0.17...v0.0.18