Skip to content

Commit

Permalink
Merge branch 'v2.0.1-doc' into v2.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed May 10, 2017
2 parents e273f7e + 0392c8d commit 2b6a7f7
Show file tree
Hide file tree
Showing 7 changed files with 71 additions and 36 deletions.
1 change: 1 addition & 0 deletions doc/_templates/citing.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ <h1>Citing Matplotlib</h1>

<h2>DOIs</h2>
<dl>
<dt>v2.0.1</dt> <dd><a href="https://doi.org/10.5281/zenodo.570311"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.570311.svg" alt="DOI"></a></dd>
<dt>v2.0.0</dt><dd><a href="https://doi.org/10.5281/zenodo.248351"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.248351.svg" alt="DOI"></a></dd>
<dt>v1.5.3</dt><dd><a href="http://dx.doi.org/10.5281/zenodo.61948"><img src="https://zenodo.org/badge/doi/10.5281/zenodo.61948.svg" alt="10.5281/zenodo.61948"></a></dd>
<dt>v1.5.2</dt><dd><a href="http://dx.doi.org/10.5281/zenodo.56926"><img src="https://zenodo.org/badge/doi/10.5281/zenodo.56926.svg" alt="10.5281/zenodo.56926"></a></dd>
Expand Down
39 changes: 39 additions & 0 deletions doc/api/api_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,45 @@ required that third-party backends extend
these changes easier.


`afm.get_fontconfig_fonts` returns a list of paths and does not check for existence
-----------------------------------------------------------------------------------

`afm.get_fontconfig_fonts` used to return a set of paths encoded as a
``{key: 1, ...}`` dict, and checked for the existence of the paths. It now
returns a list and dropped the existence check, as the same check is performed
by the caller (`afm.findSystemFonts`) as well.


`bar` now returns rectangles of negative height or width if the corresponding input is negative
-----------------------------------------------------------------------------------------------

`plt.bar` used to normalize the coordinates of the rectangles that it created,
to keep their height and width positives, even if the corresponding input was
negative. This normalization has been removed to permit a simpler computation
of the correct `sticky_edges` to use.


Do not clip line width when scaling dashes
------------------------------------------

The algorithm to scale dashes was changed to no longer clip the
scaling factor: the dash patterns now continue to shrink at thin line widths.
If the line width is smaller than the effective pixel size, this may result in
dashed lines turning into solid gray-ish lines. This also required slightly
tweaking the default patterns for '--', ':', and '.-' so that with the default
line width the final patterns would not change.

There is no way to restore the old behavior.


Deprecate 'Vega' color maps
---------------------------

The "Vega" colormaps are deprecated in Matplotlib 2.0.1 and will be
removed in Matplotlib 2.2. Use the "tab" colormaps instead: "tab10",
"tab20", "tab20b", "tab20c".


API Changes in 2.0.0
====================

Expand Down
7 changes: 0 additions & 7 deletions doc/api/api_changes/2016-12-09-AL_afm.rst

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions doc/api/api_changes/2017-02-06_TAC.rst

This file was deleted.

36 changes: 31 additions & 5 deletions doc/users/github_stats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
GitHub Stats
============

GitHub stats for 2015/10/29 - 2017/05/01 (tag: v1.5.0)
GitHub stats for 2015/10/29 - 2017/05/09 (tag: v1.5.0)

These lists are automatically generated, and may be incomplete or contain duplicates.

We closed 1111 issues and merged 997 pull requests.
We closed 1130 issues and merged 1003 pull requests.

The following 291 authors contributed 3991 commits.
The following 292 authors contributed 4014 commits.

* 4over7
* Aashil Patel
Expand Down Expand Up @@ -92,6 +92,7 @@ The following 291 authors contributed 3991 commits.
* Erin Pintozzi
* Eugene Yurtsev
* Fabian-Robert Stöter
* FedeMiorelli
* Federico Ariza
* Felix Yan
* fibersnet
Expand Down Expand Up @@ -305,8 +306,14 @@ The following 291 authors contributed 3991 commits.

GitHub issues and pull requests:

Pull Requests (997):
Pull Requests (1003):

* :ghpull:`8594`: Missing return in _num_to_string()
* :ghpull:`8584`: Add pandas to python 3.6 build
* :ghpull:`8583`: Fix pandas datetime test on pandas 0.20
* :ghpull:`8566`: adding keyword plotting
* :ghpull:`8567`: Minor pytest parametrization
* :ghpull:`8554`: added basic_units download link to units examples
* :ghpull:`8545`: Add tutorials
* :ghpull:`8176`: Custom error message for draw_path. issues : #8131 (bad error message from pyplot.plot)
* :ghpull:`8185`: Implement blocking Qt event loop.
Expand Down Expand Up @@ -1305,8 +1312,27 @@ Pull Requests (997):
* :ghpull:`5357`: Fixed typo
* :ghpull:`4920`: ENH: Add TransformedPatchPath for clipping.

Issues (1111):
Issues (1130):

* :ghissue:`8599`: Pie Chart from CSV File
* :ghissue:`8586`: update errorbar in Matplotlib 2.0.0
* :ghissue:`8463`: wrong hatch color in legend
* :ghissue:`8558`: Rendering really large image
* :ghissue:`8312`: Matplotlib attempts to import PyQt4 when PyQt5 is not available
* :ghissue:`3528`: PS backend is not tested
* :ghissue:`4389`: Windows installer does not run -> restarts itself continually
* :ghissue:`8592`: Qt4 backend (PySide) seemingly tries to use Qt5
* :ghissue:`8579`: Python 2.7 travis build failing
* :ghissue:`8349`: [feature request] Accepting ``slice`` arguments in ``ax.set_xlim()`` (Python 3)
* :ghissue:`4379`: for the root example page, please provide more description
* :ghissue:`8571`: plt.subplots return is inconsistent
* :ghissue:`8570`: release 2.0.1 has qt4-incompatible code in backend_qt5.py
* :ghissue:`8569`: Superimposed markers when scatterpoints=1
* :ghissue:`8565`: Unexpected mixing of qt4backend and qt5backend
* :ghissue:`8563`: mpl2.0.1 seems to have broken Qt4Agg
* :ghissue:`8562`: 'QPixmap' object has no attribute 'setDevicePixelRatio'
* :ghissue:`8560`: Calling close() on a figure doesn't seem to close it
* :ghissue:`8174`: Update list of dependencies to build docs
* :ghissue:`8557`: Log scale on pcolor plot with only one tick
* :ghissue:`7412`: Documentation guidelines improvements 2
* :ghissue:`8541`: Generate a ``tutorials`` sphinx gallery
Expand Down
6 changes: 0 additions & 6 deletions doc/users/whats_new/deprecations.rst

This file was deleted.

0 comments on commit 2b6a7f7

Please sign in to comment.