Skip to content

Commit

Permalink
Merge pull request #158 from decargroup/bugfix/157-add-missing-read-t…
Browse files Browse the repository at this point in the history
…he-docs-config

Add missing Read the Docs config
  • Loading branch information
sdahdah committed Oct 3, 2023
2 parents 555c77e + afc010c commit a1ff657
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: docs/conf.py
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ authors:
orcid: "https://orcid.org/0000-0002-1987-9268"
affiliation: "McGill University"
title: "decargroup/pykoop"
version: v1.2.0
version: v1.2.1
doi: 10.5281/zenodo.5576490
url: "https://github.com/decargroup/pykoop"
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ If you use this software in your research, please cite it as below or see
url={https://github.com/decargroup/pykoop},
publisher={Zenodo},
author={Steven Dahdah and James Richard Forbes},
version = {{v1.2.0}},
version = {{v1.2.1}},
year={2022},
}
Expand Down
4 changes: 0 additions & 4 deletions doc/references.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,3 @@ References
.. [RR07] Ali Rahimi and Benjamin Recht. "Random Features for Large-Scale
Kernel Machines." in Proc. 20th Int. Conf. Neural. Inf. Process. Syst.,
2007. https://proceedings.neurips.cc/paper/2007/hash/013a006f03dbc5392effeb8f18fda755-Abstract.html
.. [WHDKR16] Matthew O. Williams, Maziar S. Hemati, Scott T. M. Dawson, Ioannis
G. Kevrekidis, and Clarence W. Rowley. "Extending data-driven Koopman
analysis to actuated systems." IFAC-PapersOnLine, vol. 49, no. 18, pp.
704-709, 2016. https://doi.org/10.1016/j.ifacol.2016.10.248
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name='pykoop',
version='1.2.0',
version='1.2.1',
description=('Koopman operator identification library in Python, '
'compatible with `scikit-learn`'),
long_description=readme,
Expand Down

0 comments on commit a1ff657

Please sign in to comment.