Fixed epa aeration import added bounds for finding the Pe for advection dispersion
0.0.20
- Resolve `pc.fric()` failing due to its list handler - Resolve `pc.density_water()` returning a 1 x 1 NumPy array rather than a plain scalar - Rewrite `floc.py` to include entrance tank calculations - Optimize `play.py`'s imports and improve documentation
0.0.19
* Add new inputs to the class constructor * Simplify array creation
0.0.18
- `ut.round_sf()` now rounds Pint quantities with units to specified significant - Fix minor bug with `matplotlib` backend
0.0.17
Updates in the release: - Introduced caching ayer and associated test cases - Extended metric drill series - pc.nu() renamed to pc.viscosity_kinematic() - ut.list_handler() reintroduced as wrapper to physchem.py functions - Unit definition in units.py fixed