- Updated readme with something more enticing
- Updated requirements for newer versions
- Moved changelog from README.md to changelog.md
- Added tests
- Removed era.cdf2dt()
- Added dt input to exp.arr_1d()
- Added exception handling to functions in ext
- Added lower input in pre.read_csv()
- Added sci.get_norm() and renamed sci.regress to sci.get_regression()
- Many under-the-hood cleanup and bug fixes in vis
- Removed mpl.use('agg') in vis
- Changed defaults in vis
- Added suptitle in vis
- Improved xarray compatibility in vis.plot_map()
- Added vis.plot() to plot multiple lines in a shortcut method
- Separated histogram functionality in plot_bar() to plot_hist()
- Added vis.plot_cbar() to plot just a color bar
- Renamed vis.set_color_bar() to vis.set_cbar()
- Added vis.get_region_latlim()
- Improved set_inherited algorithm
- Set tight_layout as default in savefig()
- Cleaned up sketches folder