Skip to content

Merge v0.99.x into v1.0.x #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
1,010 commits merged into from
Feb 20, 2011
Merged

Merge v0.99.x into v1.0.x #8

1,010 commits merged into from
Feb 20, 2011

Conversation

jkseppan
Copy link
Member

This is another recursive maintenance branch merge as suggested by Darren in response to pull request #5.

jdh2358 and others added 30 commits June 10, 2010 01:59
svn path=/trunk/matplotlib/; revision=8404
When matplotlib is compiled without -DNDEBUG, we get this error on one of the example:

$ python stix_fonts_demo.py
python2.6: CXX/cxx_extensions.cxx:1320: virtual Py::PythonExtensionBase::~PythonExtensionBase(): Assertion `ob_refcnt == 0' failed.
Aborted

svn path=/trunk/matplotlib/; revision=8405
svn path=/trunk/matplotlib/; revision=8406
svn path=/trunk/matplotlib/; revision=8407
svn path=/trunk/matplotlib/; revision=8408
svn path=/trunk/matplotlib/; revision=8411
svn path=/trunk/matplotlib/; revision=8412
…h by C. Gohlke.

svn path=/trunk/matplotlib/; revision=8413
…covered by Jason Grout in the mailing list thread "Plots shifted up or to the left a pixel or so"

svn path=/trunk/matplotlib/; revision=8414
…l-snapping.

svn path=/trunk/matplotlib/; revision=8415
src/path_cleanup.cpp in revision 6897.

svn path=/trunk/matplotlib/; revision=8416
…stead.

svn path=/trunk/matplotlib/; revision=8417
… to Erik Tollerud

svn path=/trunk/matplotlib/; revision=8418
svn path=/trunk/matplotlib/; revision=8419
… mode.

By default, the behavior of show() is unchanged--it does not block, and
it forces interactive mode on.  show(block=True) is intended to make
it behave the same as in the other common backends, blocking until
all figures have been closed.

svn path=/trunk/matplotlib/; revision=8420
svn path=/trunk/matplotlib/; revision=8421
svn path=/trunk/matplotlib/; revision=8422
It closes all windows; in the case of Tk, this calls the root.destroy()
function, which should prevent the PyEval_RestoreThread error on Win.  See
http://mail.python.org/pipermail/python-bugs-list/2002-November/014207.html

This changeset also refactors the close() functionality into
three Gcf methods, fixing a bug (or inconsistency) in which calling
close with a figure number failed to call mpl_disconnect.


svn path=/trunk/matplotlib/; revision=8424
svn path=/trunk/matplotlib/; revision=8425
svn path=/trunk/matplotlib/; revision=8426
svn path=/trunk/matplotlib/; revision=8427
…talion)

svn path=/trunk/matplotlib/; revision=8428
svn path=/trunk/matplotlib/; revision=8429
svn path=/trunk/matplotlib/; revision=8430
svn path=/trunk/matplotlib/; revision=8431
…nd Win

svn path=/trunk/matplotlib/; revision=8432
Reported by Huziy Oleksandr.


svn path=/trunk/matplotlib/; revision=8433
Also convert some imports to absolute.

svn path=/trunk/matplotlib/; revision=8434
…next time

svn path=/trunk/matplotlib/; revision=8435
efiring and others added 24 commits January 4, 2011 20:52
svn path=/branches/v1_0_maint/; revision=8884
…64-bit Pythons, and deprecated for Python 3.

svn path=/branches/v1_0_maint/; revision=8886
…yout

svn path=/branches/v1_0_maint/; revision=8889
…d to the development branch.

This fixes a math domain error when using log scales.

svn path=/branches/v1_0_maint/; revision=8891
…rams

svn path=/branches/v1_0_maint/; revision=8892
svn path=/branches/v1_0_maint/; revision=8893
svn path=/branches/v1_0_maint/; revision=8895
svn path=/branches/v1_0_maint/; revision=8897
svn path=/branches/v1_0_maint/; revision=8899
…ould get one release too many.

svn path=/branches/v1_0_maint/; revision=8902
svn path=/branches/v1_0_maint/; revision=8906
svn path=/branches/v1_0_maint/; revision=8907
svn path=/branches/v1_0_maint/; revision=8908
…880692.

svn path=/branches/v1_0_maint/; revision=8911
svn path=/branches/v1_0_maint/; revision=8913
svn path=/branches/v1_0_maint/; revision=8917
…847.

To avoid misplaced boundaries and artifacts with alpha < 1, we do not
stroke the pcolor and contourf patch boundaries by default; but without
that stroking, antialiasing produces boundary artifacts that tend to
be visually disturbing.  Therefore we sacrifice antialiasing for these
patches.

svn path=/branches/v1_0_maint/; revision=8920
svn path=/branches/v1_0_maint/; revision=8926
…rmap (values between -1 and 0 were being made positive due to an int cast).

Thanks to Eoghan Harrington for discovering and supplying the patch!

svn path=/branches/v1_0_maint/; revision=8931
…ere not initialized properly.

Thanks to LittleBigBrain for reporting and Friedrich Romstedt for making the original patch.

svn path=/branches/v1_0_maint/; revision=8933
svn path=/branches/v1_0_maint/; revision=8939
svn path=/branches/v1_0_maint/; revision=8953
svn path=/branches/v1_0_maint/; revision=8955
This marks all commits in v0.91.x, v0.98.x, and v0.99.x as merged
into v1.0.x.
@richbwood richbwood mentioned this pull request Dec 19, 2012
magnunor pushed a commit to magnunor/matplotlib that referenced this pull request Dec 5, 2013
… The digital micrograph

reader has been almost fully rewritten and it should now be able to read
a higher number of dm3 files.
dorafc pushed a commit to dorafc/matplotlib that referenced this pull request Aug 26, 2014
Updates to web page, including minor corrections to grammar, punctuation...
swfiua pushed a commit to swfiua/matplotlib that referenced this pull request Mar 17, 2017
latest currie and related madness
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.