Releases: AUTODIAL/AutoEIS
Releases · AUTODIAL/AutoEIS
v0.0.21
What's Changed
- Fix sklearn's
mean_squared_error
deprecation by @ma-sadeghi in #67 - Fix nightly build's occasional failure by @ma-sadeghi in #68
- Parallelize GEP using Julia multiprocessing by @ma-sadeghi in #69
- Release v0.0.21 by @ma-sadeghi in #71
Full Changelog: v0.0.20...v0.0.21
v0.0.19
What's Changed
- Unify requirements files in pyproject.toml by @ma-sadeghi in #61
- Improve documentation for JOSS submission by @ma-sadeghi in #62
- Fix minor bugs and other things! by @ma-sadeghi in #66
Full Changelog: v0.0.18...v0.0.19
v0.0.18
Lots of API changes, major refactors, and performance boosts!
What's Changed
- Feature: Factored scatterplot size out of function by @eddotman in #35
- Update CI workflows to use
pytest
by @ma-sadeghi in #37 - Add documentation and deploy to GitHub Pages by @ma-sadeghi in #39
- Update the formula for CPE element to match EquivalentCircuits.jl by @ma-sadeghi in #43
- Fix incorrect CPE math expression by @ma-sadeghi in #50
- Make
find_ohmic_resistance
more robust by @ma-sadeghi in #52 - Refactor the inner workings of the Bayesian inference step by @ma-sadeghi in #48
- Add IO helpers to load the built-in test dataset by @ma-sadeghi in #57
New Contributors
Full Changelog: v0.0.17...v0.0.18