Skip to content

Commit

Permalink
TEsting up to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Pilgrim committed Dec 14, 2023
1 parent 20af718 commit bfdce85
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9" "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9" "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ piecewise-regression (aka segmented regression) in python
==========================================================
:piecewise-regression: fitting straight line models with breakpoints
:Author: Charlie Pilgrim
:Version: 1.4.1
:Version: 1.4.2
:Github: https://github.com/chasmani/piecewise-regression
:Documentation: https://piecewise-regression.readthedocs.io/en/master/index.html
:Paper: https://joss.theoj.org/papers/10.21105/joss.03859
Expand Down
Binary file modified docs/_build/doctrees/README.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h1>piecewise-regression (aka segmented regression) in python<a class="headerlin
<dd class="field-even"><p>Charlie Pilgrim</p>
</dd>
<dt class="field-odd">Version<span class="colon">:</span></dt>
<dd class="field-odd"><p>1.4.1</p>
<dd class="field-odd"><p>1.4.2</p>
</dd>
<dt class="field-even">Github<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://github.com/chasmani/piecewise-regression">https://github.com/chasmani/piecewise-regression</a></p>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_sources/README.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ piecewise-regression (aka segmented regression) in python
==========================================================
:piecewise-regression: fitting straight line models with breakpoints
:Author: Charlie Pilgrim
:Version: 1.4.1
:Version: 1.4.2
:Github: https://github.com/chasmani/piecewise-regression
:Documentation: https://piecewise-regression.readthedocs.io/en/master/index.html
:Paper: https://joss.theoj.org/papers/10.21105/joss.03859
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2>piecewise-regression (aka segmented regression) in python<a class="headerlin
<dd class="field-even"><p>Charlie Pilgrim</p>
</dd>
<dt class="field-odd">Version<span class="colon">:</span></dt>
<dd class="field-odd"><p>1.4.1</p>
<dd class="field-odd"><p>1.4.2</p>
</dd>
<dt class="field-even">Github<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://github.com/chasmani/piecewise-regression">https://github.com/chasmani/piecewise-regression</a></p>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "piecewise-regression" %}
{% set version = "1.0.8" %}
{% set version = "1.4.2" %}


package:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This call to setup() does all the work
setuptools.setup(
name="piecewise-regression",
version="1.4.1",
version="1.4.2",
description="piecewise (segmented) regression in python",
long_description= "piecewise-regression provides tools for fitting "
"continuous straight line models to data with "
Expand Down

0 comments on commit bfdce85

Please sign in to comment.