Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed Feb 21, 2022
1 parent 6120995 commit 7ea08a0
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 51 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,18 @@ Python library for the analysis and visualization of data from a Scanning Mobili

## Python Versions

Currently, Python3.7+ is supported and we test against Python 3.7, 3.8, and 3.9.
Python3.7+ is supported.

## Installation

To install from PyPi:

$ pip install py-smps [--upgrade]

If you'd like the latest pre-release:

$ pip install py-smps --pre [--upgrade]

To install the edge release directly from GitHub:

pip install git+https://github.com/quant-aq/py-smps.git
Expand All @@ -33,7 +37,7 @@ To install the edge release directly from GitHub:
Unittests can be run by issuing the following command from within the main repo:

```sh
$ poetry run pytest tests/ --ignore=tests/datafiles
$ poetry run pytest -s tests/ --ignore=tests/datafiles
```


Expand Down Expand Up @@ -63,3 +67,4 @@ If there is a feature you would like to see or a bug you would like to report, p

* [matplotlib colorbars](http://matplotlib.org/examples/color/colormaps_reference.html)
* [seaborn color palette](http://seaborn.pydata.org/tutorial/color_palettes.html)

102 changes: 54 additions & 48 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pandas = "^1.2.4"
numpy = "^1.19.1"
statsmodels = "^0.12.0"
seaborn = "^0.10.1"
joblib = "^0.16.0"
joblib = "^1.0.0"
requests = "^2.24.0"
scipy = "^1.5.2"

Expand Down

0 comments on commit 7ea08a0

Please sign in to comment.