[Python-modules-commits] [python-mpld3] branch master created (now 0d5b4b9)

Wolfgang Borgert debacle at moszumanska.debian.org
Mon Sep 22 21:31:06 UTC 2014


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

debacle pushed a change to branch master
in repository python-mpld3.

        at  0d5b4b9   Update index.rst

This branch includes the following new commits:

       new  3deba62   Initial commit
       new  d25c7ab   initial commit
       new  ee8f88c   add timeout for display
       new  cbfb4e0   add line plots
       new  e34eba6   fix axis placement issue
       new  cb587ac   factor code into classes
       new  943fe6c   update example notebook
       new  0e3b036   make chart_id explicit
       new  b7ff906   create 'namespace' for code
       new  4454b15   add warnings for unimplemented features
       new  11ae2b9   more sane id scheme
       new  2ee73e6   pull out more styles
       new  3f1199d   add zoom and pan
       new  06d2dc4   add grid lines
       new  81f6ed1   add setup.py script
       new  022bf4b   link to examples in README
       new  9b100d0   make grid style adjustable
       new  77cebde   add linestyles
       new  91cff33   update readme
       new  de5e625   readme formatting
       new  dc40a08   add notebook link to README
       new  fc27b2a   fix cross-talk for multiple plots
       new  6cdf946   make width and height variables
       new  8cea159   add blog post to README
       new  eca27b5   cleanup: move utils to _utils.py
       new  adb832a   add some TODO comments in the code
       new  74139fe   Update setup.py for setuptools with distribute fallback, add reqs and info to install deps
       new  d466915   Added a few markers other than circle from d3.svg.symol
       new  0071dcb   Merge pull request #2 from wrobstory/PR_deps
       new  bc91612   merged in latest changes
       new  ea968d5   allow local D3; make texts pan & zoom
       new  e85d604   adjust line dash styles
       new  058e6f1   add test plots
       new  a47496f   add handling of patches
       new  7332b43   DOC: document high-level functions
       new  d497d8e   more docs and cleanup
       new  22c8052   remove requirements.txt: causing problems and pip sucks for installing most of them
       new  bed45a7   Two small changes so users can type less
       new  bf6653f   Reverting debugging comment
       new  dca9626   clean up object layer automatically generate unique element ids
       new  382593f   more cleanup: allow fig html alone
       new  7ef5af6   Update create_example.py
       new  8c46521   Merge pull request #10 from renaud/master
       new  4d3a95b   add d3 download to create_example.py
       new  9aec69e   update test plots
       new  40f485d   test module
       new  b20d2f5   merged with master at github
       new  a86547d   Removed TODO
       new  f3a60fd   rework test_plots
       new  c66f8aa   make import possible without IPython
       new  054b903   Merge branch 'pr/7'
       new  607a9b2   add show_d3() function
       new  c5e248a   removed multipe marke mapings to same shape and added warning for unmapped marker shapes
       new  5ef869d   shortened lines to compy with PEP8
       new  02a120c   formatting tweak
       new  08356c7   Merged latest changes from jakevdp/mpld3
       new  09294a7   add argparse to process_testplots.py
       new  3f9bb70   add PolyCollections
       new  8d1b0da   add test plot test_fill.py
       new  6805f23   Cleaning up long lines and unneded code
       new  c6f225a   mergeing changes from jakevdp/mpld3
       new  5153ab5   update patches test plot
       new  fc2ddca   Merge pull request #4 from jmeppley/master
       new  fd7a8e8   PEP8
       new  eb96394   use d3.time.scale() when x is time
       new  0085efc   fix for javascript date format
       new  c2cf9bf   Support for y axis date and a test plot.
       new  566dfd4   fixes after rebase
       new  74791ba   PEP8
       new  0bf3733   BUG: make patch collections pan & zoom
       new  daec0bf   Added logscale and an example.
       new  22450dd   Merge pull request #11 from jkfurtney/time_scale
       new  2d6e0a8   Add basic support for imshow.
       new  03d1f95   add colorbar to test image
       new  8221ec0   Merge branch 'pr/1'
       new  6df4de1   add some TODO notes on paths
       new  5ad6955   Automatically display plots in the IPython Notebook.
       new  e61afdb   implement custom dashes
       new  2a789a0   Merge pull request #13 from ellisonbg/backend
       new  89d53b2   add author list
       new  449f7ba   hack to support LineCollection
       new  0b4c866   added class interface for LineCollections
       new  6e44ac5   code clean up
       new  8a83d0a   Adding enable_notebook and disable_notebook.
       new  60650c5   Merge pull request #15 from ellisonbg/notebook
       new  c8c975b   Merge pull request #3 from jkfurtney/line-collections
       new  9e28e77   tweak test plots
       new  b48be16   implement static patches
       new  ad79cc4   implement line transforms
       new  9e9639b   ENH: make color_to_hex work for python 2.6 str.format
       new  d17d16f   Merge branch 'master' into py26_str_format
       new  2b32e2b   fix transform on line collections
       new  b4903f2   use actual SVG paths for patches
       new  4c23d6d   BUG: adjust patch vector-effect
       new  5f640c5   remove requirements.txt from README
       new  d78c891   Merge branch 'master' into py26_str_format
       new  e5ccab2   make nosetests pass with Python 2.6
       new  83ef235   Merge pull request #18 from aflaxman/py26_str_format
       new  cae8072   update authors
       new  59159c8   TST: add test for plot with nans
       new  f559935   BUG: make plot work when data contains nans
       new  0602639   add comment about nans
       new  3961e07   fix zooming issues when multiple plots present
       new  122f9a5   ENH: slightly cooler way to handle nan->NaN
       new  efdb44f   remove explicit references to zoom()
       new  1eabad1   update test plots
       new  53658d7   code cleanup & refactoring
       new  122b233   more cleanup
       new  797685c   add text colors
       new  c683796   cleanup and refactoring
       new  6a1c712   add beginning of pathcollections
       new  35abdda   make axes bg a CSS style
       new  dc7706f   BUG: remove stray print command
       new  c5b9821   clean up path collection
       new  aca4413   add reset function
       new  b20f64d   add QuadMesh for colorbars
       new  c335242   add linestyles to collections
       new  0217eb0   update examples
       new  be16a2a   switch figure template to jinja2
       new  db0e286   convert D3Axes to Jinja
       new  8b2f99b   move grid to Jinja
       new  d0bda4f   switch D3Line2D to Jinja
       new  e0d3771   convert D3Text to Jinja
       new  059075c   BUG: fix text rotation
       new  de41eb5   BUG: use non-simplified paths (PR #24 via @jwass)
       new  d4793a6   BUG: fix D3 URL
       new  97247bb   implement LineCollection via Collection Base class
       new  1c845ee   convert D3Image to Jinja
       new  dfbc347   convert PathCollection to Jinja
       new  0d26025   ENH: enable extent, alpha, clim on images
       new  fc21dc1   store element count
       new  2cbb03e   BUG: fix text rotation; add text artists
       new  2f5af2b   DOC: module level and function level doc strings
       new  7f3bc1c   ENH: add web server for show_d3()
       new  001480c   update create_example
       new  ed79664   Add text items to children list last so that they show up on top of collections
       new  3a86425   Merge pull request #26 from jmeppley/labels
       new  ec1d86e   Rewrite JS to be more modular
       new  bf6d372   refactor html() and style()
       new  bc87996   ENH: tie zooming via sharex/sharey
       new  c5c476f   Py3K compat
       new  16d5296   BUG: fix case with gridon=True but no gridlines
       new  c556234   ENH: implement image interpolation
       new  7dd5bbb   BUG: Until ordering is handled properly, put images in back.
       new  8e605e4   Merge pull request #29 from danielballan/reorder
       new  c5265b5   add html output options
       new  61289ed   update example notebook
       new  a31c604   Respect (some) tick locations
       new  2b29a32   Respect (some) tick labels
       new  99077cf   respect zoomable/non-zoomable axes (e.g. colorbars)
       new  6f1324c   respect zoomable/non-zoomable axes
       new  f897bac   dedent templates
       new  b4afdd0   remove text rotation when not needed
       new  737e585   BUG: fix image extents
       new  c9a4bf1   fix broken mpld3 server
       new  f4018a6   make object initialization more uniform
       new  685361d   ENH: respect zorder (by @jmeppley, PR#30)
       new  af66fbc   add PointLabelTooltip plugin
       new  d30a523   add d3_url argument to enable_notebook
       new  fa83393   rearrange some internals
       new  1e42b42   TST: add test for plot with tooltips plugin
       new  7b52d39   BUG: must choose which points from plot get tooltips
       new  3aa6a13   Merge pull request #35 from aflaxman/plot_w_tooltips
       new  28b5ad9   add a draw() command & legend support
       new  8d85c91   update test plots
       new  b640525   add console.log statement so that notebook failure is explicit
       new  d8efe77   BUG: fix undefined variable
       new  c7fe2fb   FIX: use require.js where applicable
       new  189aac4   add test for custom plugin
       new  9815091   update example notebook
       new  bde88ed   BUG-FIX: the labels variable was wrongly overwritten when adding several PointLabelTooltip to a figure. Add extra test to detect the bug.
       new  7349ee8   Merge pull request #39 from francisco-dlp/BUG-FIX_PointLabelTooltip_labels
       new  1cf9b35   ENH: Add line ToolTips
       new  172dba0   TST: test plotting with marker color equal to 'none'
       new  296c4b8   ENH: a plugin approach to adding a reset button
       new  90ef829   Merge pull request #47 from aflaxman/color_eq_none
       new  195d45d   Merge pull request #46 from aflaxman/plugin_reset_button
       new  4a94577   fix merge conflicts for PR #43
       new  04e0925   update authors & maintainers
       new  818e7a5   remove  in favor of PR#43 plugin
       new  e06b90f   Add plug() method to plugins
       new  462ca51   add mpld3.plugins.connect() utility
       new  c046c2e   DOC: tweak plugin.connect docstring
       new  333265f   Merge pull request #50 from jakevdp/tooltip_plug
       new  524dd6b   ENH: html tooltips for points
       new  64ffbc3   Merge pull request #52 from aflaxman/html_tooltips_
       new  02fdd37   TST: remove test with color=None; fails in matplotlib 1.3
       new  1e361dc   DOC: update features list and authors list
       new  bbd35f9   DOC: add website skeleton
       new  cd9a865   DOC: add examples to front page index
       new  454567d   BUG: make html tooltips work in ipython notebook
       new  129dbcd   Merge pull request #56 from aflaxman/html_tooltip_in_notebook
       new  9e16c0d   BUG: update __all__ in mpld3.plugins
       new  7b980e6   specify IPython version required in enable_notebook
       new  470c7a1   Merge remote-tracking branch 'origin/master' into wwwdoc
       new  e7451e1   DOC: adjust website build for more natural examples scripts
       new  d33916e   ENH: implement text vertical alignment
       new  5610f93   Merge pull request #59 from jakevdp/text-alignment
       new  ec91d85   DOC: more content to the webpage
       new  f371cb8   BUG: fix dpi in savefig call; this makes legend() work correctly
       new  233160a   DOC: add example banner to website
       new  32e92ab   add multiaxes example
       new  54ec697   DOC: add plugin to random walk example
       new  14bb0a1   DOC: add reset button to multiaxes
       new  f965a9e   BUG: fix path orientation for pixel paths
       new  b4908a0   ENH: implement general plot markers
       new  e49fff5   remove unused utility code
       new  f31ad4a   BUG: remove broken import
       new  09d00ba   remove unneeded template argument
       new  8101196   BUG: tooltips in firefox
       new  e0e88ae   Merge pull request #62 from jakevdp/plot-markers
       new  6316b9a   Merge pull request #64 from aflaxman/ff_tooltips
       new  c4a08a6   DOC: add quickstart to web page:
       new  59cfdce   DOC: add hover opacity effect on examples page
       new  81a8f8e   DOC: add nbconverter for website
       new  0a630b3   DOC: put rendered example notebooks in iframe
       new  05c37e0   Merge pull request #55 from jakevdp/wwwdoc
       new  10b3c3f   DOC: update readme with new web page
       new  f22564a   DOC: update version requirements in README
       new  f8ba984   Update setup.py
       new  b1a0507   add setup.cfg
       new  ff838a3   update version to 0.0.2
       new  235ab43   Fix v0.0.1 build
       new  8468ba5   Update version to 0.0.2
       new  deffeeb   Huge commit: rewrite from mpld3/mpld3_rewrite
       new  582a5b3   BUG: add-in javascript
       new  8b81629   BUG: add-in javascript
       new  e24299d   BUG: do not close figure on convert
       new  e7cd3f4   add initial linked brushing example
       new  0db7b99   JS: streamline button creation
       new  5ae3b3e   Saner handling of toolbar buttons & plugins
       new  af1fc7d   make mpld3 url point to mpld3.github.io
       new  9d284a6   BUG: add missing quotation
       new  ed0ae0c   add button to disable linked brush
       new  290cb74   make zoom/brush not conflict
       new  f0d7773   Version->0.1; merge rewrite
       new  93f8b72   DOC: update web docs for v0.1
       new  d6f072a   DOC: tweaks to packaging and example doc strings
       new  f22dff5   DOC: docstring formatting + PEP8
       new  0a56131   add a few more interactive examples
       new  4df08a8   examples: remove stray log() statements
       new  632b291   fix broken links in web docs
       new  8ce12bf   bump version to 0.2-git
       new  62add24   fix issue #86
       new  8d56ba3   remove explicitly copied mplexporter (use git submodule instead)
       new  afa7929   bump mplexporter dependency (closes #70)
       new  3c497d2   add test of pandas time axis
       new  c95f6f2   add 0.2 js version
       new  c32a4bd   update mplexporter pointer
       new  490cac6   add submodule commands to the setup script
       new  a196e84   BUG: make packaging work outside git repo
       new  f6df099   bump mplexporter submodule
       new  72349a4   Merge pull request #88 from jakevdp/setup-submodule
       new  69f683e   make toolbar buttons appear/disappear on mouseover
       new  f760012   clean up button registry & callbacks
       new  cba7ed9   BUG: fix axes reset behavior; clean up fig reset
       new  c77cc32   Merge pull request #91 from jakevdp/button-hide
       new  7348641   Merge pull request #92 from jakevdp/fix-reset
       new  eb07f1f   ENH: clean up axis scales
       new  40208f2   Merge pull request #93 from jakevdp/fix-scales
       new  e750de5   ENH: refactor reset() to set_axlim()
       new  25d9093   add simple box zoom example
       new  49489f2   fix set_axlim propagation
       new  be0b0cf   make buttons static for touch interfaces
       new  e2cf23b   handle touch events in toolbar
       new  27a92da   add multiple axes in box_zoom example
       new  6e9e03f   Merge pull request #94 from jakevdp/set-axlim
       new  dad522d   DOC: more precise comment on button behavior
       new  da1190d   add icons to repository
       new  5595f68   ENH: make conflicting buttons automatically deactivate each other
       new  c960bd5   BUG: fix button instantiation
       new  8f48fe3   Merge pull request #96 from jakevdp/uncheck-button
       new  9e21c6b   Add PlotElement base object
       new  92a278f   make Toolbar, Button, and Axes derive from PlotElement
       new  083fceb   make Axis derive from PlotElement
       new  023f91f   make Grid inherit from PlotElement
       new  c2b366d   make Lines, Paths, Markers inherit from PlotElement
       new  749ddb9   make PathCollection inherit from PlotElement
       new  efe8167   make Image and Text inherit from PlotElement
       new  63148f7   make plugins inherit from PlotElement; add deprecation warning to process_props
       new  6cf991f   some cleanup of unused functions
       new  9041a37   make mpld3.Line derive from mpld3.Path
       new  28d166f   BUG: fix null path logic
       new  2a9c0fc   add null paths to test_fill
       new  5186490   clean up coordinates code
       new  777ccb6   make Markers inherit from PathCollection
       new  ec7da08   Merge pull request #98 from jakevdp/object-refactor
       new  f90e2e0   add IPython notebook warning to show()
       new  447294e   DOC: add FAQ
       new  ee08531   add warning to mpld3.show() in IPython notebook
       new  007d0b5   DOC: add missing features to FAQ
       new  18860c1   DOC: add SSL question to FAQ
       new  c4f01e1   BUG: Py3 use print function.
       new  8bce320   Merge pull request #110 from TomAugspurger/print-function
       new  afe6061   updating to latest mplexporter which now gets all the legend objects
       new  68bba1e   Switched mplexporter to detached HEAD at latest fix for legends
       new  46836d6   Switching mplexporter back to master
       new  2ab75af   Merge pull request #111 from jmeppley/legenddots2
       new  e334d7d   Merge pull request #107 from jakevdp/ipython-warning
       new  cf0e459   Merge pull request #106 from jakevdp/add-faq
       new  7a5bcd5   Initial refactor to d3 node/smash style
       new  8d0eca7   divided js code into elements and moved to src directory
       new  835729e   additional refactor of code, Makefile updated with version
       new  f2e0dda   updated version in Makefile
       new  f26f456   continued refactor to support smash and vows testing
       new  a83dfc9   parse and update versioning variables
       new  01163fc   makefile didn't execute test and updates urls.py with correct versions
       new  b708ac4   add js build to setup script
       new  16dee09   use correct version in setup.py
       new  162ec11   reorganization of js code
       new  b53a523   script to write version.js
       new  745ebd9   fixed error loading mpld3 into dom namespace
       new  4dd42fc   BUG: setup.py install should run make javascript if necessary, and proceed with existing .js files if this fails.
       new  9e4c2f3   fix version & jsbuild in setup
       new  b901409   use ast rather than re to get version
       new  c3e767f   update MANIFEST for new build scripts
       new  9f1d31d   update CONTRIBUTING; some version/url cleanup
       new  0a711c3   Update formatting in CONTRIBUTE.md
       new  e37decf   DOC: recommend setup.py in CONTRIBUTING.md
       new  b5ca7c6   Merge pull request #113 from jakevdp/contribute-doc
       new  42c38de   TST: add tests for presence of mpld3 JS libs
       new  3292a3e   DOC: add big data question to FAQ
       new  393bf01   DOC: add logo
       new  bc14513   DOC: switch logo
       new  559e500   Added a support to set javascript id in fig_to_html.
       new  006cbf7   Made the documentation more clear
       new  acfccde   Changed javascript_id to figure_id
       new  334ea3f   figure_id can be selected directly
       new  bad2f41   fixed a typo
       new  3330e1d   figure_id must follow [a-zA-Z0-9_]* regex
       new  d2237ae   Added anonymous functions
       new  4129e73   fixed figure_id value checking and added anonymous function
       new  663a081   added anonymous functions
       new  9b8b931   added json.dump to figure id
       new  0389081   BUG: fix figid->JSON conversion
       new  e91d92f   ENH: make buttons into plugins
       new  bc6bd6d   BUG: fix box zoom behavior
       new  9a3c437   TST: add some npm tests of utilities
       new  96e34ea   JS: streamline brush creation for boxzoom
       new  1f7c9ca   JS: remove button registry; make ButtonFactory less complex
       new  d8db43b   add clarifying comment on brush code
       new  fd2aaba   TST: fix warnings from npm tests
       new  d9f20d2   change boxzoom default to disabled
       new  df9a9da   fix linked zoom example
       new  fa7aa6e   EX: add warning to linked brush example
       new  8edb337   ENH: add linked brush plugin into main JS
       new  08c949a   DOC: add note on NaNs in LinkedBrush
       new  8eb9368   BUG: remove unneeded loops in LinkedBrush
       new  1e8e698   Fix _mpld3_setup.py under python > 3.3
       new  15fff42   Merge pull request #117 from ocefpaf/py3.3
       new  6c5957d   DOC: fix documentation on linked brush example
       new  5ffdc5b   Merge pull request #116 from jakevdp/linkedbrush
       new  ce0ae5a   BUG: hide brush box when not in use
       new  5ad199c   BUG: fix some bugs; add some tests
       new  3f3afd3   DOC: add pip install and minimal example to quickstart
       new  a130f85   ENH: use https by default for javascript urls
       new  f4d270e   Merge pull request #120 from aflaxman/master
       new  e055526   Merge pull request #127 from aflaxman/https-js
       new  d03ed2d   Merge pull request #126 from jakevdp/marker-test
       new  59a65de   DOC: mention bokeh in the FAQ
       new  1bf4aa6   DOC: fix bullet formatting in FAQ
       new  19540d0   ENH: add local keyword to notebook tools
       new  12151b5   Merge pull request #129 from jakevdp/local-notebook
       new  b7d8040   DOC: add pure JS question to FAQ
       new  c605ade   Update random walk example for new plugin architecture
       new  6771613   Update custom plugin example for new plugin architecture
       new  a901ebf   Update dragging example for new plugin architecture
       new  70dd2a0   Update heart path example for new plugin architecture
       new  e9f6240   Update HtmlTooltip for new plugin architecture
       new  6e3f26f   JS: remove stray log statement
       new  a2c2ef2   BUG: remove unused arguments from fig_to_dict
       new  e3aec1c   EX: fix cross-talk in heart_path get_element
       new  9d14ee8   TST: rework test plots for cleaner testing
       new  1bf48d2   update element tests
       new  968b5a8   TST: move figure test to core
       new  e101464   TST: add axes & coordinates tests
       new  890b187   BUG: minor JS fixes to axes and element
       new  e4da6ab   TST: add JS element test
       new  0b58a7f   TST: add figure/axes basic tests
       new  7d2cafd   TST: add element tests
       new  1ab38f0   TST: add tests for texts & paths
       new  5eecde3   TST: add image test
       new  fde235a   TST: update figure/axes test to test x/y limits
       new  3f3bf53   Merge pull request #133 from jakevdp/pytest
       new  11959fb   Merge pull request #131 from jakevdp/rework-testplots
       new  3b72dd5   update mplexporter submodule
       new  de85cc4   Modify for Py3K compatibility
       new  9f0a8ad   DOC: add python 3.4 to setup.py
       new  94bf3af   Merge pull request #134 from jakevdp/py3k
       new  736a61e   TST: add html & plugin tests
       new  ed6f868   BLD: Add Travis file.
       new  03a5d27   DOC: Add build status badge to README.
       new  5545ed2   Merge pull request #136 from danielballan/travis
       new  bd75be1   TST: update travis address in README
       new  e55dc6c   Merge pull request #132 from jakevdp/jstests
       new  d2057d7   install js to nbextensions on IPython 2.0
       new  d2d07c5   Merge pull request #130 from minrk/nbextension
       new  642dfbd   BUG: fix collections transforms to work with mpl 1.4
       new  e54f72e   examples: remove unused imports
       new  4da5b30   Merge pull request #141 from jakevdp/mpl1.4-fix
       new  167cbf5   BLD: Run Javascript tests.
       new  e3526a4   Merge pull request #139 from danielballan/travis-js
       new  4c0372a   BUG: fix invalid HTML4 ids
       new  59a5e33   BUG: make javascript ID generation HTML4 compatible
       new  0125f3d   TST: expand JS vows test coverage
       new  56c528c   DOC: add notebook explaining custom plugins
       new  4da7c9f   TST: move test_plots into mpld3 package for use with nosetests; rename process_testplots.py -> visualize_tests.py
       new  b5127ed   use absolute path for nbextensions
       new  2104c4e   Merge pull request #149 from minrk/nbextension-band-aid-tm
       new  341cc74   BUG: fix IPython local=True issues
       new  bd39f21   DOC: base_project_url -> base_url in IPython 2.0+
       new  4d19ab2   Merge pull request #145 from jakevdp/js-test
       new  0eb50c4   Merge pull request #147 from jakevdp/plugin-notebook
       new  6d73380   DOC: update html documentation
       new  f87d019   Merge pull request #151 from jakevdp/update-doc
       new  e56c438   bump mplexporter dependency: fix color='none'
       new  c634057   Merge pull request #148 from jakevdp/new-testplots
       new  7bb0895   Merge pull request #144 from jakevdp/id-bug
       new  3e5d946   Merge pull request #150 from jakevdp/ipython-local
       new  7c8a62e   ENH: add mouse position plugin
       new  e5d1d5f   remove stray log command
       new  e091e14   TST: add fill='none' test to test_plots
       new  e17d534   Require Zoom plugin for zoom behavior
       new  6912d74   BUG: fix zoom plugin enable/disable
       new  ae82eb1   add vector graphics example
       new  1a23b1b   DOC: add to index and faq
       new  efd1509   DOC: add logo and favicon by @dloss
       new  7788cac   BUG: make package work when mpld3 JS global is set
       new  f1dad8a   DOC: update website theme
       new  0394d04   DOC: add note about updating mpld3 in faq
       new  e2d7f41   DOC: update favicon
       new  8dede70   DOC: automatically extract titles from example notebooks
       new  93883eb   DOC: adjust logo alignment in website
       new  a12bca9   DOC: update FAQ
       new  e541134   DOC: add mouse position plugin to show_image
       new  3fb2019   Merge pull request #154 from jakevdp/js-global-error
       new  ade41dc   DOC: add margin to logo in header
       new  36310ca   Merge pull request #155 from jakevdp/html-theme
       new  e5872f0   DOC: update notebook examples
       new  6034f76   BUG: fix test script in manifest
       new  054c09a   bump version to 0.3git
       new  d19645a   DOC: add link to notebooks on plugins page
       new  6a624a6   fix quickstart URL
       new  9947278   remove stray png file
       new  e7bae09   Merge pull request #158 from llimllib/master
       new  b855225   note that enable_notebook must be called after inline
       new  5a4e2c5   Merge pull request #160 from llimllib/master
       new  f3b9892   Lowercase spelling of mpld3 on docs frontpage
       new  851a22c   Merge pull request #167 from dloss/lowercase-mpld3
       new  e98ff6f   Use CamelCase spelling for JavaScript in docs
       new  cc2de5d   Merge pull request #168 from dloss/camelcase-javascript
       new  85fa16c   Uppercase spelling for 'HTML' in docs
       new  f2a4b35   Merge pull request #169 from dloss/html-uppercase-spelling
       new  e129028   makefile: fix version script
       new  a27318e   push version to 0.3git
       new  5b012d0   BUG: some browsers don't recognize dasharray=10,0; change this to none
       new  7e6cc84   dasharray: use 'none' rather than null
       new  2a9ad3a   Merge pull request #177 from jakevdp/fix-dasharray
       new  6dac4d0   BUG: fix collections in legend
       new  3f281f1   a line html tooltip
       new  789ced1   pep8 changes
       new  cae5971   Minor readme fixes.
       new  b049513   Merge pull request #189 from ajasja/readme-fix
       new  f752754   Merge pull request #183 from quaquel/LineHTMLTooltip
       new  7002245   Merge pull request #182 from jakevdp/legend-collection
       new  25317b6   Fix README reference to notebooks directory
       new  0b24a6d   Merge pull request #192 from dloss/fix-readme-examples
       new  2bd0223   InteractiveLegendPlugin added to plugins.py
       new  167da58   test_interactive_legend.py added to test_plots
       new  0a3bdb4   Remove installed mplexporter directory before installing if necessary
       new  420d513   Removed rm and rsync with shutil.rmtree and shutil.copytree,
       new  ac6b874   Error checking and moved shutil methods into seperate subroutine for clarity
       new  5cd3ee4   fixed bug to support python 3
       new  599b134   added check for existing submodule source directory
       new  052182f   notebook explanation of the interactive legend
       new  d0e610d   Merge pull request #180 from jakevdp/clean-mplexporter-install
       new  37ed797   Changes as indicated by Aflaxman
       new  bf9c0d2   Merge pull request #195 from quaquel/InteractiveLegend
       new  81f9e03   DOC: update ssl q in faq
       new  a436869   Merge pull request #200 from aflaxman/ssl_faq
       new  5e4a6ae   Add live PyPI stats to README file
       new  2eaad0c   Merge pull request #202 from jakevdp/readme-badge
       new  f7cada2   fix minor typo in docstring
       new  bf35527   Merge pull request #209 from njwilson23/docstring_typo
       new  4c44ec3   don't draw empty path collections
       new  a9e3694   add a test for empty line collections
       new  7b04b6b   json serializer for numpy
       new  6f0a277   Merge pull request #211 from njwilson23/empty-collections
       new  0e1afcb   Merge branch 'my-new-check' of github.com:vasseur/mpld3 into upstream
       new  9a314ab   TST: axis ticks with numpy dtype
       new  8b19d3a   TST: rename visual_test.py to visualize_tests.py
       new  675e622   Merge pull request #217 from aflaxman/vis_test_name
       new  07abb80   ENH: make values from xticks appear
       new  a513357   Merge branch 'axis_fixed_formatter' of github.com:aflaxman/mpld3 into axis_fixed_formatter
       new  ee00031   update mplexporter submodule hash
       new  cec0438   Merge pull request #221 from aflaxman/axis_fixed_formatter
       new  acf91a0   Fixed mpld3.show() for Python 3.4 by calling encoding() on str
       new  680538f   Merge pull request #230 from ssabdb/master
       new  6bccdbf   Added example plugin how to combine html elements with two-directional communication between IPython server and Javascript code
       new  d1d7fe1   minor changes to slider plugin notebook
       new  d961af7   updated example
       new  8823778   fixed some typos, added messages that features "not implemented" are not implemented on purpose, added warnings that this notebook uses backend to to calculations and therefore it must be downloaded in order to see any changes
       new  3cad6de   Merge pull request #237 from ahojukka5/slider_example
       new  0d5b4b9   Update index.rst

The 504 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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



More information about the Python-modules-commits mailing list