Skip to content

Commit

Permalink
REL : version 1.4.3
Browse files Browse the repository at this point in the history
Release 1.4.3

This is the last planned bug-fix release in the 1.4 series.

Many bugs are fixed including:

 - fixing drawing of edge-only markers in AGG
 - fix run-away memory usage when using %inline or saving with
   a tight bounding box with QuadMesh artists
 - improvements to wx and tk gui backends

Additionally the webagg and nbagg backends were brought closer to
feature parity with the desktop backends with the addition of keyboard
and scroll events thanks to Steven Silvester.
  • Loading branch information
tacaswell committed Feb 16, 2015
1 parent 4bbce2b commit 21f46ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
import distutils.version
from itertools import chain

__version__ = str('1.4.x')
__version__ = str('1.4.3')
__version__numpy__ = str('1.6') # minimum required numpy version

try:
Expand Down

0 comments on commit 21f46ff

Please sign in to comment.