From f4e57a2ab41c8b4ab651738f7479a38b29d93c45 Mon Sep 17 00:00:00 2001 From: Gunnar Voet Date: Tue, 21 Nov 2023 14:53:23 -0800 Subject: [PATCH 1/2] update history --- HISTORY.rst | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 4090f40..3a67043 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,26 @@ History ======= -v0.1.2 (unreleased) +.. v0.1.3 (unreleased) +.. --------------------- + +.. Breaking changes +.. ~~~~~~~~~~~~~~~~ + +.. New Features +.. ~~~~~~~~~~~~ + +.. Bug fixes +.. ~~~~~~~~~ + +.. Documentation +.. ~~~~~~~~~~~~~ + +.. Internal Changes +.. ~~~~~~~~~~~~~~~~ + + +v0.1.2 (2023-11-21) --------------------- Breaking changes @@ -20,7 +39,8 @@ New Features Bug fixes ~~~~~~~~~ - +- Fix frequency shift bug in psd (:pull:`105`). + By `Gunnar Voet `_. Documentation ~~~~~~~~~~~~~ @@ -33,6 +53,7 @@ Internal Changes - Many unit tests for the overturn module were added (:pull:`97`). By `Jesse Cusack `_. + v0.1.1 (2022-05-12) --------------------- @@ -57,6 +78,7 @@ Internal Changes - Add Thorpe scale function with unit test (:pull:`79`). By `Henri Drake `_ and `Jesse Cusack `_. + 0.1.0 (2020-06-02) ------------------ From ed2973c20488594843f732b5d8f684f6e67aacd3 Mon Sep 17 00:00:00 2001 From: Gunnar Voet Date: Tue, 21 Nov 2023 15:06:34 -0800 Subject: [PATCH 2/2] fix readthedocs --- readthedocs.yml => .readthedocs.yml | 20 ++++++++------------ requirements_rtd.txt | 9 +++++++++ 2 files changed, 17 insertions(+), 12 deletions(-) rename readthedocs.yml => .readthedocs.yml (59%) create mode 100644 requirements_rtd.txt diff --git a/readthedocs.yml b/.readthedocs.yml similarity index 59% rename from readthedocs.yml rename to .readthedocs.yml index f2d3287..a9105bc 100644 --- a/readthedocs.yml +++ b/.readthedocs.yml @@ -5,24 +5,20 @@ # Required version: 2 +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py -# Build documentation with MkDocs -#mkdocs: -# configuration: mkdocs.yml - -# Optionally build your docs in additional formats such as PDF and ePub -# formats: all - -conda: - environment: environment_rtfd.yml - # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: -# - requirements: requirements_rtfd.txt + - requirements: requirements.txt + - requirements: requirements_rtd.txt - method: pip path: . diff --git a/requirements_rtd.txt b/requirements_rtd.txt new file mode 100644 index 0000000..ca4dc7d --- /dev/null +++ b/requirements_rtd.txt @@ -0,0 +1,9 @@ +matplotlib +pandoc +sphinx +sphinx_rtd_theme +sphinxcontrib-bibtex<2.0.0 +nbsphinx +pandoc +argh +-e .