-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
svn path=/trunk/matplotlib/; revision=8423
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
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.
Closed
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is another recursive maintenance branch merge as suggested by Darren in response to pull request #5.