[Python-modules-commits] [python-mplexporter] annotated tag debian/0.0.1+20140921-1 created (now 0cb6a3f)

Wolfgang Borgert debacle at moszumanska.debian.org
Sun Oct 5 12:27:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a change to annotated tag debian/0.0.1+20140921-1
in repository python-mplexporter.

        at  0cb6a3f   (tag)
   tagging  c48b131ff40af7c1cd08fee6f9ee885c1f234aa1 (commit)
 tagged by  W. Martin Borgert
        on  Sun Oct 5 14:26:43 2014 +0200

- Log -----------------------------------------------------------------
python-mplexporter Debian release 0.0.1+20140921-1

A. Flaxman (2):
      merge PR #23 from origin/fix-solid-linestyle, resolve conflict
      Merge branch 'fix-solid-linestyle'

Abraham D. Flaxman (1):
      ENH: include tickformat data from ticker.FixedFormatter

Andrew Seier (1):
      multialignment is used when '\n' (newlines) exist in text

Dan Allan (1):
      Merge pull request #25 from aflaxman/axis_fixed_formatter

Jake Vanderplas (64):
      Initial commit
      Commit initial Renderer/Exporter framework
      add basic vincent renderer
      add TODO notes
      add ExampleRenderer to renderers
      add fig and ax properties
      add basic vega renderer
      add vega examples
      fix vega x/y labels
      changes to work with mpld3_rewrite
      Merge pull request #1 from theengineear/plotly
      rearrange examples/tests/notebooks
      update vega renderer
      add text handling
      add savefig command to correctly place text
      Merge pull request #2 from theengineear/master
      add path rendering
      add collection exports
      add draw_image
      add zorder to element styles
      add mplobj to renderers
      add axis properties to exporter
      fix data coordinate processing
      PEP8 + Rearrange names in exporter
      add some documentation
      update patch fill properties
      pass grid styles
      BUG: fix plot with no gridlines
      pass through artist texts
      fix log scale issues
      fix date domains
      Merge pull request #4 from theengineear/master
      export legend
      BUG: correctly pass along zorder in markers
      call all renderer.draw_* with explicit keywords
      properties->props in renderers
      comment-out broken legend rendering
      only import plotly if needed
      Merge branch 'master' of github.com:mpld3/mplexporter
      add legend; switch to data/axes/figure/display coordinates
      connect grid styles to axis props
      add xlabel, ylabel, title explicitly
      add text_type argument to draw_text
      make imports relative
      Merge pull request #7 from theengineear/plotly
      Merge pull request #8 from theengineear/add_scale
      Merge pull request #9 from theengineear/add_fontsize
      fix pandas dataframe date conversion
      Merge pull request #11 from theengineear/master
      Increase test coverage
      Merge pull request #12 from theengineear/master
      Merge pull request #15 from theengineear/marked_line_2
      Merge pull request #17 from theengineear/legend_as_context
      Merge pull request #19 from jmeppley/legenddots2
      Merge pull request #20 from theengineear/import_warn
      remove stray print statement
      some py3k fixes
      mpl 1.4 compat: handle collection transforms correctly
      BUG: correctly handle color='none'
      BUG: pass collections through legend
      BUG: fix linestyle for solid lines
      Merge pull request #24 from quaquel/master
      Merge pull request #26 from mpld3/text-multialignment
      Merge pull request #30 from rainwoodman/patch-1

Jan Kwakkel (1):
      passing on the frame_on and axison attributes

John Eppley (8):
      recursive drawing of legend
      recursive drawing of legend
      Limiting legend drawing to _legend_box and legendPatch to vaoid duplicating objects
      Pull out recursive legend item search into a utility function
      PEP8 and better error handling
      more PEP8
      test for legend
      Simplify legend marker test

W. Martin Borgert (5):
      start debian package
      add IPython notebooks
      upload to unstable
      add Python 3 support
      fix repetition in debian/control

Yu Feng (3):
      Create a canvas there is no canvas for the figure.
      Add a test case for the empty canvas patch
      import FigureCanvasAgg at the top.

theengineear (54):
      Added plotly subpackage to renderers package for PlotlyRenderer obj.
      Added test_plotly module to tests package to use with PlotlyRenderer.
      Started IPython notebook.
      Separated out Exporter(PlotlyRenderer).run(fig) from fig_to_plotly(fig).
      Merge branch 'reformat-ren' into ipynb
      Functional IPython notebook in notebooks directory.
      Added option for iplot or plot in plotly_renderer for IPython notebooks.
      Just added Apple's .DS_Store to .gitignore file.
      Reformatted PlotlyRenderer in plotly_renderer to be a bit cleaner.
      Changed renderer to include colors on lines (whoops) + examples.
      Added test_plotly.py which contains functions for nose tests.
      Changed axis numbering in PlotlyRenderer and added 'fixer-function'.
      Merge branch 'nose' into renderer
      Initial testing for plotly. Dictionary comparisons for PlotlyRenderer.
      Changed test_plolty.py to test dictionaries from PlotlyRenderer.
      Subplot in PlotlyRenderer is more functional. Two utils functions added.
      Better test function and nicer looking example for subplots.
      Added subplot example to plotly ipython notebook.
      Merge remote-tracking branch 'mpld3/master'
      Commit after adding mplobj keyword args to PloltyRenderer.
      Merge branch 'renderer'
      Merge branch 'ipynb'
      Updated IPython notebook for plotly.
      Added plotly_utils.clean_dict(). Removes None. 'None', 'none', and {}.
      Added user_friendly dictionary repair functions to plotly_utils.
      Added positioning for annotations.
      Workaround for annotation transforms and axis label size.
      Added docstrings to plotly_renderer and plotly_utils modules.
      Merge branch 'master' into plotly
      PlotlyRenderer updated for 'text_type' annotation options.
      Cleared out some commented-out code that was unnecessary.
      Added 'scale' to axis properties, 'props', dictionary.
      Added 'fontsize' to axis properties.
      Changed format for acquiring props['fontsize'] for x/y axis objects.
      Removed plotly subpackage from mplexporter package.
      Removed import for plotly package from renderer.__init__.py.
      Removed mplexporter.renderers.plotly submodule from setup.py.
      Added ['style']['markersize'] to utils.get_marker_style.
      Change `draw_line` and `draw_markers` to 'draw_marked_line`.
      Removed `lines` and `markers` variables from draw_line in exporter.
      Changed: dsharray - dasharray.
      Added `label` to all renderer's `draw_marker` and `draw_line` calls.
      Added a `draw_legend` context manager.
      Changed logic for legends.
      Added a `pass` keyword in methods that are to be reimplemented in base.
      Added ['style']['markersize'] to utils.get_marker_style.
      Change `draw_line` and `draw_markers` to 'draw_marked_line`.
      Removed `lines` and `markers` variables from draw_line in exporter.
      Changed: dsharray - dasharray.
      Added `label` to all renderer's `draw_marker` and `draw_line` calls.
      Added a `draw_legend` context manager.
      Changed logic for legends.
      Added a `pass` keyword in methods that are to be reimplemented in base.
      Added an import warnings statement to utils.py.

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mplexporter.git



More information about the Python-modules-commits mailing list