2018-01-30 11:28:51 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-matplotlib: updated to 2.1.2
2.1.2:
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
|
2018-01-14 11:38:17 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-matplotlib: follow redirect
|
2017-12-22 13:21:54 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-matplotlib: updated to 2.1.1
2.1.1:
Bug fixes.
|
2017-11-24 23:15:59 by Thomas Klausner | Files touched by this commit (17) |
Log message:
*: depend on py-cairo now it supports all python versions
|
2017-11-15 15:19:43 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
For Python 2.7: depend on py-backports.functools_lru_cache instead of py-functools32
|
2017-10-13 11:50:35 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-matplotlib: update to 2.1.0
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.
|
2017-06-05 09:28:48 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Added DEPENDS for Python 2.7
|
2017-05-30 09:20:22 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Minor clean-up
|
2017-05-29 22:59:21 by Adam Ciarcinski | Files touched by this commit (11) |
Log message:
Critical bug fixes in 2.0.2:
- fixed Qt4 support
- fixed LogFormatter
- fixed hatched artists in legends
- fixed segfault with large images
|
2017-05-18 14:30:12 by Ryosuke Moro | Files touched by this commit (3) | |
Log message:
update URL
|