- Slightly changed the algorithm of `gxscalc.mtp()`. - Add estimated MT point in the figure of `gxscalc.mtp()`. - Add `with_frames` keyword argument into `gxscalc.mtp()` and `gxscalc.distance`. - `gxscalc.mtp()` and `gxscalc.distance` accept direct DataFrame inputs.
0.0.5
- `gxscalc.mtp()` has been changed to return (None, None) when no cross points are detected.
0.0.4
- Fix legend of `return_figure=True` for `gxscalc.mtp()`.
0.0.3
- Add keyword argument `return_figure` into `gxscalc.mtp()`.
0.0.2
- Remove numpy from requirements. - Add `gxscalc.distance()`.