aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-matplotlib_2.1.2.bb
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2017-10-12 23:36:31 -0700
committerTim Orling <timothy.t.orling@linux.intel.com>2018-01-24 08:06:19 -0800
commitcf56cc754ec4ffc14868ed938e0e161822ef4b27 (patch)
tree5989bf55be591c739e33fd91d82fef7a120fba6e /meta-python/recipes-devtools/python/python3-matplotlib_2.1.2.bb
parent2cd2695ffe796911a65401acb77aec1d01b140f5 (diff)
downloadmeta-openembedded-contrib-timo/python-matplotlib-2.1.2-WIP.tar.gz
python-matplotlib: update to v2.1.2; add python3 supporttimo/python-matplotlib-2.1.2-WIP
* Refactor common metadata to python-matplotlib.inc * Inherit pypi and drop github "archive" SRC_URI * Define FILESEXTRAPATHS so that common patch files are only carried in one location Upstream Release Notes v2.1.2: " The second bug-fix release for the 2.1 series. This release fixes a number of critical bugs: - fix a typo in mlab.cohere which yielded incorrect results - allow nonposx / nonposy to pass through loglog - fix color comparisons when finding handles with legend - fixes a recursive draw bug and a major performance regression in Qt5Agg backend - fix a re-draw bug in WxAgg - fix image scaling with high-bit depth integers - revert the busy-cursor " Upstream Release Notes v2.1.1: " The first and only planned bug-fix release for the 2.1 series. This release include many bug and documentation fixes. Highlights are: - change default logscale behavior to clip - fixed webagg import errors - tweaks to polar ticks - fixed exception when guessing afm family names - update manifest to include all doc files - improve masked array handling in pcolormesh - fix segfault from reading invalid png - fix blocking_input - fix bug resulting in huge multi-page pdf files - make `show` in nbagg take args as other backends do - several fixes to OSX backend - restore positional arg handling on Figure.legend - fix bugs in interactive navigation - fix issues when panning with invalid limits - fix bug with fully masked arrays passed to imshow " Upstream Release Notes v2.1.0: " This is the second minor release in the Matplotlib 2.x series and the first release with major new features since 1.5. This release contains approximately 2 years worth of work by 275 contributors across over 950 pull requests. Highlights from this release include: support for string categorical values export of animations to interactive javascript widgets major overhaul of polar plots reproducible output for ps/eps, pdf, and svg backends performance improvements in drawing lines and images GUIs show a busy cursor while rendering the plot along with many other enhancements and bug fixes " Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib_2.1.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-matplotlib_2.1.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_2.1.2.bb b/meta-python/recipes-devtools/python/python3-matplotlib_2.1.2.bb
new file mode 100644
index 0000000000..fd52622b0a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-matplotlib_2.1.2.bb
@@ -0,0 +1,2 @@
+inherit setuptools3 python3-dir
+require python-matplotlib.inc