Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.43 KB

CHANGELOG.rst

File metadata and controls

45 lines (34 loc) · 1.43 KB

Version 1.4

  • Fix colorbrewer2 URLs, thanks @mbforbes!
  • Add .show_as_blocks() method for displaying color maps in an IPython Notebook using ipythonblocks.
  • Add brewer2mpl.wesanderson module with color maps from Wes Anderson Palettes

Version 1.3.2

  • Fixes for Python 3, thanks @astrofrog!

Version 1.3.1

  • Bugfix release for a Python 2.6 incompatible format string.

Version 1.3

  • Add a colorbrewer2 method to BrewerMap objects that launches colorbrewer2.org in the user's browser.
  • Added sequential, diverging, and qualitative modules to provide direct access to BrewerMap objects.

Version 1.2

  • The print_maps_by_type and get_map functions are now insensitive to the case of the map_type parameter.
  • The get_map function is now insensitive to the case of the name parameter.
  • Fixed a bug in get_map that caused color maps not to get reversed when they should have been.
  • Added a test suite.

Version 1.1

  • Removed the number parameter from BrewerMap construction. This attribute is now set from the length of the colors input.
  • Added the BrewerMap class to the list of names imported in the brewer2mpl namespace. This will make it easier for users to make their own color maps by mixing and matching existing ones.