v0.0.28
What's Changed
- Augment Bayesian inference results with fitness metrics by @ma-sadeghi in #102
- New utils function:
eval_posterior_predictive: computes posterior predictive for a given circuit - New core function:
compute_fitness_metrics: computes common fitness metrics and ranks circuits accordingly - New visualization function:
print_inference_results: pretty-prints inference results - Major refactor:
preprocess_impedance_data - Documentation: Added missing docstrings throughout the package
Full Changelog: v0.0.27...v0.0.28