Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6840887

Browse files
authored
Merge pull request #18251 from QuLogic/merge-v3.3.x
Merge v3.3.x into master
2 parents 9cd1152 + 52948e9 commit 6840887

File tree

14 files changed

+1675
-1316
lines changed

14 files changed

+1675
-1316
lines changed

doc/_static/zenodo_cache/3898017.svg

Lines changed: 35 additions & 0 deletions
Loading

doc/_static/zenodo_cache/3948793.svg

Lines changed: 35 additions & 0 deletions
Loading

doc/_static/zenodo_cache/3984190.svg

Lines changed: 35 additions & 0 deletions
Loading

doc/api/api_changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ added to Matplotlib, see :ref:`whats-new`
3838
next_api_changes/development/*
3939
next_api_changes/removals/*
4040

41+
.. include:: prev_api_changes/api_changes_3.3.1.rst
4142
.. include:: prev_api_changes/api_changes_3.3.0.rst

doc/api/next_api_changes/deprecations/17983-JMK.rst renamed to doc/api/prev_api_changes/api_changes_3.3.1.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
API Changes for 3.3.1
2+
=====================
3+
4+
Deprecations
5+
------------
6+
17
Reverted deprecation of ``num2epoch`` and ``epoch2num``
2-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39

410
These two functions were deprecated in 3.3.0, and did not return
511
an accurate Matplotlib datenum relative to the new Matplotlib epoch

doc/citing.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,15 @@ By version
3939
.. START OF AUTOGENERATED
4040
4141
42+
v3.3.1
43+
.. image:: _static/zenodo_cache/3984190.svg
44+
:target: https://doi.org/10.5281/zenodo.3984190
45+
v3.3.0
46+
.. image:: _static/zenodo_cache/3948793.svg
47+
:target: https://doi.org/10.5281/zenodo.3948793
4248
v3.2.2
43-
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3898017.svg
44-
:target: https://doi.org/10.5281/zenodo.3898017
49+
.. image:: _static/zenodo_cache/3898017.svg
50+
:target: https://doi.org/10.5281/zenodo.3898017
4551
v3.2.1
4652
.. image:: _static/zenodo_cache/3714460.svg
4753
:target: https://doi.org/10.5281/zenodo.3714460

doc/devel/MEP/MEP14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ number of other projects:
8181
.. _pango: https://www.pango.org/
8282
.. _harfbuzz: https://www.freedesktop.org/wiki/Software/HarfBuzz/
8383
.. _QtTextLayout: https://doc.qt.io/archives/qt-4.8/qtextlayout.html
84-
.. _Microsoft DirectWrite: https://msdn.microsoft.com/en-us/library/windows/desktop/dd371554(v=vs.85).aspx
84+
.. _Microsoft DirectWrite: https://docs.microsoft.com/en-ca/windows/win32/directwrite/introducing-directwrite
8585
.. _Apple Core Text: https://developer.apple.com/library/content/documentation/StringsTextFonts/Conceptual/CoreText_Programming/Overview/Overview.html
8686

8787
Of the above options, it should be noted that harfbuzz_ is designed

doc/devel/gitwash/git_links.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.. _github help: https://help.github.com
1515
.. _msysgit: https://git-scm.com/download/win
1616
.. _git-osx-installer: https://git-scm.com/download/mac
17-
.. _subversion: http://subversion.tigris.org/
17+
.. _subversion: https://subversion.apache.org/
1818
.. _git cheat sheet: https://help.github.com/git-cheat-sheets/
1919
.. _pro git book: https://git-scm.com/book/en/v2
2020
.. _git svn crash course: https://git-scm.com/course/svn.html

doc/resources/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Applications
2727

2828
* `Ten Simple Rules for Better Figures
29-
<http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1003833>`_
29+
<https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1003833>`_
3030
by Nicolas P. Rougier, Michael Droettboom and Philip E. Bourne
3131

3232
* `Learning Scientific Programming with Python chapter 7

doc/thirdpartypackages/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ border, and logo.
284284

285285
figpager
286286
========
287-
`figpager <https://pypi.org/project/figpager/>`_ provides
288-
customizable figure elements such as text, lines and images
289-
and subplot layout control for single or multi page output.
287+
`figpager <https://pypi.org/project/figpager/>`_ provides customizable figure
288+
elements such as text, lines and images and subplot layout control for single
289+
or multi page output.
290290

291291
.. image:: /_static/figpager.png
292292

0 commit comments

Comments
 (0)