- Complete restructure of `kalepy.plot` submodule, particularly in the API.
- Extensive addition and improvements of documentation, both inline docstrings, and the addition of sphinx docs now available on [kalepy.readthedocs.io](kalepy.readthedocs.io).
- This includes new demo/test notebooks which are automatically incorporated into the `README.md` and sphinx documentation.
- Documentation, testing, and examples are now included for core plotting functionality. More is needed for the base drawing functions (e.g. `draw_contour2d`, `draw_hist1d`, etc)
- `kalepy` paper
- Fixed typos pointed out by JOSS referees.
- Added citation and comparison to `GetDist` package.
- BUG: `weights` was not being passed correctly during resampling (without reflection).
- MAINT: fixed a huge number of deprecation warnings now raised by numpy about operations on jagged arrays.
- Improved functionality of `kale.utils.jshape` and `kale.utils.really1d` functions to accommodate.
- General plotting improvements
- The handling of colors and colormaps: plotting methods will automatically select the next colorcycle color, construct a matching colormap, and synchronize the color of all plot components.
- The handling of quantiles for confidence and contour components: are now handles much more self-consistently and with a simpler API.
- Drawing functions (e.g. `carpet`, `dist1d` and `dist2d`) will load the current, active axes by default.