Skip to content

Commit

Permalink
Merge branch 'master' of github.com:baccuslab/pyret
Browse files Browse the repository at this point in the history
  • Loading branch information
Niru Maheswaranathan committed May 25, 2016
2 parents 34635eb + 5b7faa8 commit b2023d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 32 deletions.
28 changes: 0 additions & 28 deletions __init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion pyret/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
'filtertools',
]

__version__ = '0.4.1'
__version__ = '0.4.2'

from pyret import *
1 change: 0 additions & 1 deletion pyret/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def wrapper(*args, figsize=None, **kwargs):
kwargs['fig'] = kwargs['ax'].get_figure()

func(*args, **kwargs)
plt.tight_layout()
plt.show()
plt.draw()
return kwargs['fig'], kwargs['ax']
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
classifiers=[
'Intended Audience :: Science/Research',
'Operating System :: MacOS :: MacOS X',
'Topic :: Scientific/Engineering :: Information Analysis'],
'Topic :: Scientific/Engineering :: Information Analysis'
],
packages=find_packages(),
license='LICENSE.md'
license='MIT',
)

0 comments on commit b2023d1

Please sign in to comment.