summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-matplotlib_3.3.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-matplotlib: upgrade 3.3.2 -> 3.3.4Zang Ruochen2021-02-051-51/+0
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib: Disable LTO on mips/clangKhem Raj2020-12-151-0/+2
| | | | | | It needs lld with lto and lld does not yet support gnu_hash for mips Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib: Disable LTO for clang/riscvKhem Raj2020-11-291-0/+3
| | | | | | | | | | LTO fails to link on RV32/RV64 | Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension ( ignoring target-abi) | riscv64-yoe-linux-ld.lld: error: lto.tmp: cannot link object files with different floating-point ABI Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib: Upgrade 3.3.1 -> 3.3.2Leon Anavi2020-09-161-0/+46
Upgrade to release 3.3.2: - fix Axis scale on twinned Axes - fix auto-close of Figures in nbagg - fix automatic title placement if Axes is off the Figure - fix autoranging of log scales with barstacked histogram - fix extra redraws when using Button or TextBox widgets - fix imshow with LogNorm and large vmin/vmax ranges - fix plotting Pandas DataFrame with string MultiIndex - fix scatter with marker='' - fix scatter3d color/linewidth re-projection - fix state of mode buttons in TkAgg backends - include license files in built distribution - reduce Visual C++ runtime requirements on Windows Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>