baccuslab / pyret

Python tools for analysis of neurophysiology data
https://pyret.readthedocs.io/en/master/
MIT License
35 stars 8 forks source link

Renames some plotting functions to use _ between words, more in line #78

Closed bnaecker closed 7 years ago

bnaecker commented 7 years ago

with other parts of the API. Adds a to_html() function to the visualizations module, which converts an animation from the play_* functions to an embeddable HTML object. Adds test for that. Updates the setup.py file to include the jupyter meta-package as an optional dependency. Should be able to install this now (once it's on PyPI) with pip install "pyret[html]" if users want the HTML bit.

codecov-io commented 7 years ago

Current coverage is 95.94% (diff: 71.42%)

Merging #78 into master will decrease coverage by 0.36%

@@             master        #78   diff @@
==========================================
  Files             7          7          
  Lines           515        518     +3   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            496        497     +1   
- Misses           19         21     +2   
  Partials          0          0          

Powered by Codecov. Last update 2dd6e7d...0d505ae