- Update documentation adding `pipx` as a method of installation. - Remove `pytz` dependency to use standard library. Python 3.9 is now required.
3.2.1
- Add `pytz` dependency.
3.2.0
- Deadlines now have "UTC" time zone. - Corrected type in the changelog and updated README file.
3.1.0
- Net API function `getDataset(variable)` returning a numpy array with the full dataset as [time, x, y, z] for 3D variables or [time, x, y] for 2D variable.
3.0.0
- Upload code to PyPI. - Generate `arinfopy` binary executable.