1.3.0

1.3.0 Changes:
    -Added interactive plots for spectrograms, documentation coming soon

1.2.11 Changes:
    -Commenting out tplot_math stuff

1.2.9 Changes:
	-Added a netcdf_to_tplot reader
	-Changed date axis to show more relavent times

1.2.8 Changes:
	-Adding merge functionality to the cdf_to_tplot routine

1.2.5 Changes:
	-Adding tplot_math, with various basic functions to begin data analysis
	-Crosshairs now implemented in pyqtgraph
	-Timebars work in alt/map plots

1.2.4 Changes:
	-Fixed for latest version of Anaconda

1.2.1 Changes:
	-Fixed a bug in the pyqtgraph spec plots with time varying bins

1.2.0 Changes:
	-Added ability to display an arbitrarily large number of qt plot windows, if done from ipython

1.1.13 Changes: 
	-Added overplot capabilities to the Qt Plotting routines

1.1.12 Changes:
	-Fixed major issue with pip installer
	-Added ability to use pytplot without a graphics interface, if building only html files are desired.

1.1.6 Changes:
	-Fixed a spot where python warnings were changed to change back after the function was over

1.1.4 Changes:
	-Added a qt option to tplot, which will allow users to just open the HTML file in a browser window
	
1.1.3 Changes:
	-Bug fix, pyqtgraph was creating a layout every time which eventually caused a crash
	-Still a known error where bokeh will no longer plot more than once

1.1.2 Changes:
	-Added support for bokeh 0.12.13

1.1.0 Changes:
	-Added the ability to plot directly in the Qt Window with pyqtgraph.  This may entirely replace the bokeh plotting routines at some point.

1.0.15 Changes:
	-Changing tplot to use QtWebKitWidgets by default, but attempt to use QWebEngineView if not found

1.0.14 Changes:
	-Fixed a bug in cdf_to_tplot

1.0.11 Changes:
	-Bug fixes in the last couple of revisions

1.0.8 Changes:
	-Reverting back QWebEngineView changes from 1.0.6

1.0.7 Changes:
	-Should be able to export to HTML properly now.  

1.0.6 Changes:
	-Qt is getting rid of support for QtWebView.  QWebEngineView will replace it, but has great difficulty viewing html greater than 2GB.  
	-As a temporary solution, a local html file is saved, and then read into QWebEngineView.  

1.0.5 Changes:
	-Fixed a memory leak

1.0.2 Changes:
	-Added cdf_to_tplot routine
	-Made a version checker
	