- Added `animate_map` and `animate_map_generator` functions to asilib. I also added examples to the examples and tutorial sections of the docs. - Added a warning in `equal_area` if the lat/lon values are outside of the skymap range.
0.9.5
- Renamed and deprecated `plot_movie` and `plot_movie_generator` for `animate_fisheye` and `animate_fisheye_generator` functions. This change is necessary for consistency with new functions such as `animate_map` and `animate_map_generator` functions. - Updated the examples. - Combined the download functions to `download_image` and `download_skymap`.
0.9.3
- Renamed the `_make_map` function to `create_cartopy_map()` so users can use this function to create maps from now on. - Updated the information in `CONTRIBUTE.md`.
0.9.2
- Fixed a bug where the `color_bounds` in `plot_movie_generator()` were static after the first image. - Renamed and deprecated `plot_image` for `plot_fisheye`.
0.9.0
- Rotated the 2- and 3-D `skymap` arrays and fixed a bug in `keogram.py` where the skymap latitudes were a few pixels off.
0.8.0
- Swapped the order of most functions to `asi_array_code, location_code, time`. This is a major API change that is not backwards-compatible. - Many edits the the docstrings. - Renamed the example scripts and added example scripts for `plot_map`. - Finished a first complete draft of tutorial.ipynb.