Fixes to diffusivity for partially ionized species. Using load_ion with an invalid key will now raise an error instead of returning None.
0.7.0
Added get_concentration as a method for Solutions.
0.6.0
- Added a diffusivity method for ions.
0.5.3
- Fixed a bug in which taps had an extra value for dCp.
0.5.2
- Fixed a problem in which pKa adjustment for temperature was not being performed.
0.5.1
Install using: `pip install -U ionize` - Added debye length to solutions. Call using Solution.debye(). - Added temperature setting to solutions. Call using Solution.set_T(). - Corrected a problem in which the nucleic acid mobility was inaccurate.