All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Change how lag indices used to hopefully prevent zero-division errors.
- Update setup.py to use setuptools.
- Return np.array from anilagindices, instead of list of np.array.
- Refactor kriging.krige for readability.
- Replace zip(list(...)) with NumPy operations.
- Update some import statements for Python3.