Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements, Rework, Documentation, & Release v2 (#20)
* testing commits from colab * testing changing files from colab * fixed typo * added dataset file * added more data files * fixed where file points to * allowed the use of either k or Bend during sampling * testing new model: regularization but with fixed alpha * tweak to fix graphing * adjusted step order to match paper * incorporating info from the model into the trace object * testing new plotting * new plots for just P and V + improvements to existing plots * updates to readme and some cleanup * updates to V and P plotting functions * added ability to plot confidence intervals for V, B, and P * update plotV for better inclusion of default values * update plotcorrelations for better customization * normalize P in gaussian model * updates to plotting for V and P * created a rudimentary pyproject.toml (unfinished) * finished pyproject.toml and updated README * cleaned up and added documentation for dive.model() * cleaned up and added documentation for remaining functions in model.py * cleaned up and added documentation for models.py and samplers.py * cleaned up and added documentation for models.py and saving.py * quick fix to dive.load_trace() * added documentation to most of plotting.py * finished documentation for plotting.py and minor updates * bugfixes * documentation for utils.py * documentation for deer.py * removed extraneous comments * removed no-longer-useful notebook * added documentation for deerload.py * added documentation for test_data.py * fixed typo * bugfix for sampling * bugfix for saving * bugfix for saving pt2 * bugfix for saving pt3 * bugfix for saving pt4 * bugfix for plot_correlations * bugfix for running traces * removed include_amplitude, include_background, and include_mod_depth * temporary (nonworking) rudimentary test folder * update dependencies * fixed pytests * updates to test_data.py * update readme * added rudimentary documentation * Create sphinx.yml * added furo as requirement * added furo as requirement in conf.py * try sphinx_rtd_theme * make sphinx.yml install dependencies * try alabaster theme * remove link to dive-scripts * make sphinx.yml update if run on /docs branch * autogenerated docs for functions * added usage guide * fixed usage guide * try numpydoc in extensions * update conf.py to import modules * update conf.py to import modules pt2 * update conf.py to import modules pt3 * update conf.py to import modules pt4 * update conf.py to import modules pt5 * attempt to support numpydoc * attempt to use sphinx.ext.napoleon * attempt to use sphinx.ext.napoleon * attempt to use sphinx_rtd_theme * update sphinx.yml to install sphinx-rtd-theme * attempt to use sphinx_rtd_theme pt2 * attempt to use sphinx_rtd_theme pt3 * attempt to use sphinx_rtd_theme pt4 * attempt to use sphinx_rtd_theme pt5 * reattempt to use napoleon for numpy documentation * reattempt to use napoleon for numpy documentation pt2 * reattempt to use napoleon for numpy documentation pt3 * reattempt to use napoleon for numpy documentation pt4 * reattempt to use napoleon for numpy documentation pt5 * try fixing autodoc * try fixing autodoc pt2 * try fixing autodoc pt3 * remove bad pages * try mocking all imports * try mocking all imports pt2 * update sphinx.yml to install more packages * try changing filepath * try changing filepath pt2 * try adjusting spacing * fix docstring errors and unmock dive * include numpy * update sphinx.yml to use python 3.10 * update sphinx.yml to no longer use outdated library * Update sphinx.yml to install ipython * Update README with updated documentation link * Update sphinx.yml to only update only on pushes to `docs` * Update README.md for more detailed install instructions * Added numpy as requirement + link to docu * Update index.rst slightly * Create publish-test.yml to publish to TestPyPI * Update index.rst and upload documentation * fix bug in models.py when r not given * fix bug in models.py when r not provided * Added howtoguide.ipynb * move howtoguide * Remove metadata from setup.py Metadata is already present at pyproject.toml * Update LICENSE * Remove mock imports * Try sphinx-rtd-theme * use sphinx-rtd-theme * import ArrayLike and ColorType * Update conf.py to include ArrayLike and ColorType * fix typo * reattempt for ArrayLike and ColorType
- Loading branch information