Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1109

ANN: matplotlib 1.3.1

Path csiph.com!usenet.pasdenom.info!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <mdroe@stsci.edu>
X-Original-To python-announce-list@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; '64-bit': 0.07; 'context': 0.07; 'fixes': 0.07; 'source.': 0.07; 'subject:ANN': 0.07; '------------': 0.09; 'arrays': 0.09; 'enhancements': 0.09; 'imported': 0.09; 'matplotlib': 0.09; 'release,': 0.09; 'release.': 0.09; 'works.': 0.09; 'bug': 0.12; 'changes': 0.15; '(when': 0.16; 'backend.': 0.16; 'conformance': 0.16; 'displaying': 0.16; 'non-ascii': 0.16; 'non-english': 0.16; 'numpy': 0.16; 'pep8': 0.16; 'skip:` 40': 0.16; 'to:addr:lists.sourceforge.net': 0.16; 'to:addr:python-announce- list': 0.16; 'backend': 0.19; 'drawing': 0.19; 'figures': 0.19; 'mike': 0.22; 'tests': 0.22; 'creating': 0.23; 'header:User- Agent:1': 0.23; 'copied': 0.24; 'skip:` 20': 0.24; 'versions': 0.24; 'environment': 0.24; 'source': 0.25; '(see': 0.26; 'handling': 0.26; 'downloaded': 0.26; 'installed': 0.27; 'to:2**1': 0.27; 'testing': 0.29; 'locations': 0.30; 'newer': 0.30; 'primarily': 0.30; "i'm": 0.30; 'lines': 0.31; 'enhancing': 0.31; 'globally': 0.31; 'another': 0.32; 'announce': 0.33; 'display': 0.35; 'hundreds': 0.35; 'version': 0.36; 'installing': 0.36; 'module.': 0.36; 'tight': 0.36; 'url:downloads': 0.36; 'url:org': 0.36; 'should': 0.36; 'unit': 0.37; 'manager': 0.38; 'recent': 0.39; 'received:74.125': 0.39; 'pdf': 0.39; 'to:addr:python.org': 0.39; 'release': 0.40; 'improved': 0.60; 'lower': 0.61; 'new': 0.61; 'first': 0.61; 'between': 0.67; 'transparent': 0.68; 'below:': 0.68; 'internet': 0.71; 'received:130': 0.73; 'bounding': 0.84; 'correcting': 0.84; 'fonts': 0.84; 'improved.': 0.84; 'pdfs': 0.84; 'warnings.': 0.84; 'received:192.168.1.122': 0.91
Date Thu, 10 Oct 2013 14:19:20 -0400
From Michael Droettboom <mdroe@stsci.edu>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130923 Thunderbird/17.0.9
MIME-Version 1.0
To <python-announce-list@python.org>, matplotlib-users <matplotlib-users@lists.sourceforge.net>
Subject ANN: matplotlib 1.3.1
X-Originating-IP [216.164.54.240]
X-Mailman-Approved-At Sat, 12 Oct 2013 16:05:05 +0200
Content-Type text/plain; charset="UTF-8"; format=flowed
Content-Transfer-Encoding 7bit
X-Content-Filtered-By Mailman/MimeDel 2.1.15
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.15
Precedence list
Reply-To python-list@python.org
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Newsgroups comp.lang.python.announce
Message-ID <mailman.1037.1381586706.18130.python-announce-list@python.org> (permalink)
Lines 84
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1381586706 news.xs4all.nl 15908 [2001:888:2000:d::a6]:41457
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python.announce:1109

Show key headers only | View raw


I'm pleased to announce the release of matplotlib version 1.3.1.  This is a bugfix release.

It may be downloaded from here, or installed through the package manager of your choice (when available):

http://matplotlib.org/downloads

The changelog is copied below:

New in 1.3.1
------------

1.3.1 is a bugfix release, primarily dealing with improved setup and
handling of dependencies, and correcting and enhancing the
documentation.

The following changes were made in 1.3.1 since 1.3.0.

Enhancements
````````````

- Added a context manager for creating multi-page pdfs (see
    `matplotlib.backends.backend_pdf.PdfPages`).

- The WebAgg backend should no have lower latency over heterogeneous
    Internet connections.

Bug fixes
`````````

- Histogram plots now contain the endline.

- Fixes to the Molleweide projection.

- Handling recent fonts from Microsoft and Macintosh-style fonts with
    non-ascii metadata is improved.

- Hatching of fill between plots now works correctly in the PDF
    backend.

- Tight bounding box support now works in the PGF backend.

- Transparent figures now display correctly in the Qt4Agg backend.

- Drawing lines from one subplot to another now works.

- Unit handling on masked arrays has been improved.

Setup and dependencies
``````````````````````

- Now works with any version of pyparsing 1.5.6 or later, without displaying
    hundreds of warnings.

- Now works with 64-bit versions of Ghostscript on MS-Windows.

- When installing from source into an environment without Numpy, Numpy
    will first be downloaded and built and then used to build
    matplotlib.

- Externally installed backends are now always imported using a
    fully-qualified path to the module.

- Works with newer version of wxPython.

- Can now build with a PyCXX installed globally on the system from source.

- Better detection of Gtk3 dependencies.

Testing
```````

- Tests should now work in non-English locales.

- PEP8 conformance tests now report on locations of issues.

Mike

-- 
                    _
|\/|o _|_  _. _ | | \.__  __|__|_|_  _  _ ._ _
|  ||(_| |(_|(/_| |_/|(_)(/_|_ |_|_)(_)(_)| | |

http://www.droettboom.com

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

ANN: matplotlib 1.3.1 Michael Droettboom <mdroe@stsci.edu> - 2013-10-10 14:19 -0400

csiph-web