Loading conda.recipe/meta.yaml +1 −1 Original line number Diff line number Diff line package: name: resonate version: "1.0.6" version: "1.0.7" source: git_rev: master Loading docs/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -76,9 +76,9 @@ copyright = u'2017 Ocean Tracking Network. All Rights Reserved.' # built documents. # # The short X.Y version. version = 'v1.0.6' version = 'v1.0.7' # The full version, including alpha/beta/rc tags. release = 'v1.0.6' release = 'v1.0.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. Loading docs/notebooks/abacus_plot.ipynb.rst +1 −0 Original line number Diff line number Diff line Loading @@ -29,3 +29,4 @@ Or use the standard plotting function to save as HTML: .. code:: python abacus_plot(df, ipython_display=False, filename='example.html') docs/notebooks/data_subsetting.ipynb.rst +1 −0 Original line number Diff line number Diff line Loading @@ -59,3 +59,4 @@ you’d like to create a subset from. # Output the subset data to a new CSV in the indicated directory data_column_subset.to_csv(directory+column+"_"+value.replace(" ", "_")+"_"+filename, index=False) docs/notebooks/interval_data.ipynb.rst +1 −0 Original line number Diff line number Diff line Loading @@ -68,3 +68,4 @@ file to a desired location. .. code:: python interval.to_csv('/path/to/output.csv', index=False) Loading
conda.recipe/meta.yaml +1 −1 Original line number Diff line number Diff line package: name: resonate version: "1.0.6" version: "1.0.7" source: git_rev: master Loading
docs/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -76,9 +76,9 @@ copyright = u'2017 Ocean Tracking Network. All Rights Reserved.' # built documents. # # The short X.Y version. version = 'v1.0.6' version = 'v1.0.7' # The full version, including alpha/beta/rc tags. release = 'v1.0.6' release = 'v1.0.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. Loading
docs/notebooks/abacus_plot.ipynb.rst +1 −0 Original line number Diff line number Diff line Loading @@ -29,3 +29,4 @@ Or use the standard plotting function to save as HTML: .. code:: python abacus_plot(df, ipython_display=False, filename='example.html')
docs/notebooks/data_subsetting.ipynb.rst +1 −0 Original line number Diff line number Diff line Loading @@ -59,3 +59,4 @@ you’d like to create a subset from. # Output the subset data to a new CSV in the indicated directory data_column_subset.to_csv(directory+column+"_"+value.replace(" ", "_")+"_"+filename, index=False)
docs/notebooks/interval_data.ipynb.rst +1 −0 Original line number Diff line number Diff line Loading @@ -68,3 +68,4 @@ file to a desired location. .. code:: python interval.to_csv('/path/to/output.csv', index=False)