* Fix for type conflict in division in plots_1D.hist() when dens=False and scale is a float
0.4.0.2
* Added clim, clabel, and cbar_invert to the splotch.sector() function
0.4.0.1
* Modified splotch.scatter() to now take clim as an argument, in line with other functions (e.g. hist2d) * clim functions as a two-value list-like object which parses a minimum and maximum value to colors. Normalize's vmin and vmax, respectively * If both clim and vmin/vmax are given, clim takes priority
0.4.0.0
* Updated function names for improved clarity and consistency with matplotlib * Added cumulative distributions to plots_1d.hist()
0.3.10.3
* Fixed issue when passing only one linestyle to plots_2d.sigma_cont()
0.3.10.2
* Made adjustments to label handling in curve() * The 'label' parameter accepts arguments of type: bool, str, or list-like iterables and will automatically generate the most appropriate legend for each * Added permute parameter which gives every combination of subs * Removed automatic setting of 'rasterized' parameter in dict_splicer()