Skip to content

Commit

Permalink
bump version to v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmurbach committed Nov 1, 2019
1 parent 66b389c commit aa37038
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ This project started at the [2018 Electrochemical Society (ECS) Hack Week in Sea

Using a [scikit-learn-like API](https://arxiv.org/abs/1309.0238), we hope to make visualizing, fitting, and analyzing impedance spectra more intuitive and reproducible.

<i>impedance.py is currently in a beta phase and new features are rapidly being added.</i>
<i>impedance.py is currently under development and new features are rapidly being added.</i>
If you have a feature request or find a bug, please feel free to [file an issue](https://github.com/ECSHackWeek/impedance.py/issues) or, better yet, make the code improvements and [submit a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/)! The goal is to build an open-source tool that the entire impedance community can improve and use!

impedance.py currently provides:
- [preprocessing functions](https://impedancepy.readthedocs.io/en/latest/preprocessing.html) for easily loading in impedance data from a wide variety of file types
- a simple API for fitting, predicting, and plotting impedance
- validation methods for checking measurement validity
- [validation methods](https://impedancepy.readthedocs.io/en/latest/validation.html) for checking measurement validity
- equivalent circuit fitting with customizable models
- convenient Nyquist plots including confidence interval estimation for fit circuits

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = ''

# The short X.Y version
version = '0.4'
version = '0.5'
# The full version, including alpha/beta/rc tags
release = '0.4-beta'
release = '0.5'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="impedance",
version="0.4.0",
version="0.5.0",
author="impedance.py developers",
author_email="[email protected]",
description="A Python package for working with impedance data",
Expand Down

0 comments on commit aa37038

Please sign in to comment.