Skip to content

Commit

Permalink
Addition of remaining materials for cut of new release
Browse files Browse the repository at this point in the history
  • Loading branch information
gchure committed Aug 10, 2023
1 parent 7f0b15b commit 075dfea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 294 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
given-names: "Jonas"
orcid: "https://orcid.org/0000-0003-2328-5152"
title: "hplc-py v0.1.01"
version: 0.1.01
version: 0.2.0
doi: 10.5281/zenodo.8197910
date-released: 2023-07-30
url: "https://github.com/cremerlab/hplc-py"
284 changes: 0 additions & 284 deletions docs/source/algorithm.ipynb

This file was deleted.

8 changes: 2 additions & 6 deletions docs/source/citation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ ensure that you cite the version number you are using.
url = {https://doi.org/10.5281/zenodo.8197910},
author = {Chure, Griffin and Cremer, Jonas},
keywords = {Github},
title = {cremerlab/hplc-py: Version 0.1.01},
title = {cremerlab/hplc-py: Version 0.2.00},
publisher = {Zenodo},
year = {2023}
}
.. note::
A formal bibtex citation key will be included here when the repository is
registered on Zenodo.
}
3 changes: 1 addition & 2 deletions docs/source/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@
"source": [
"## Detecting and Fitting Peaks\n",
"The real meat of the package comes in the deconvolution of signal into discrete\n",
"peaks and measurement of their properties. Described in more detail in **XXX**,\n",
"this typically involves the automated estimation and subtraction of the baseline,\n",
"peaks and measurement of their properties. This typically involves the automated estimation and subtraction of the baseline,\n",
"detection of peaks, and fitting of skew-normal distributions to reconstitute the \n",
"signal. Luckily for you, all of this is done in a single method call `Chromatogram.fit_peaks()`"
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import pathlib

__version__ = "0.1.01"
__version__ = "0.2.00"

# The directory containing this file
HERE = pathlib.Path(__file__).parent
Expand Down

0 comments on commit 075dfea

Please sign in to comment.