packages feed

matplotlib 0.7.3 → 0.7.4

raw patch · 2 files changed

+4/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

matplotlib.cabal view
@@ -1,5 +1,5 @@ name:                matplotlib-version:             0.7.3+version:             0.7.4 synopsis:            Bindings to Matplotlib; a Python plotting library description:     Matplotlib is probably the most full featured plotting library out there.
test/Spec.hs view
@@ -116,7 +116,7 @@                                       , toneDownTests "Unreliable across machines" $ tests "Golden tests" testPlotGolden]  tests name f = testGroup name   [basicTests f,-                                 toneDownTests "Can fail with old matplotlib" $ fragileTests f,+                                 toneDownTests "Can fail with old matplotlib or data" $ fragileTests f,                                  ignoreTest $ failingTests f]  toneDownTests reason tests = wrapTest (liftM (\x -> x { resultOutcome = Success@@ -191,7 +191,6 @@   , f "quiver-fancy" mquiverFancy   , f "polar" mpolar   , f "bivariateNormal" mbivariateNormal-  , f "images" mimages   , f "pcolorlog" mpcolorlog   , f "pie" mpie   , f "stacked" mstacked@@ -207,6 +206,8 @@   , f "violinplot" mviolinplot     -- TODO Needs a fairly recent matplotlib; too old for circleci   , f "griddata" mgriddata+    -- TODO Needs access to a data file+  , f "images" mimages   ]  failingTests f = testGroup "Failing tests"