Skip to content

Commit

Permalink
deploy: f54d55c
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Sep 11, 2024
1 parent 2915fd6 commit af8630f
Show file tree
Hide file tree
Showing 33 changed files with 146 additions and 120 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: a3baf40f3de69a1a6280d7f323c58ab5
config: a3efc4d1971893c096abbe37c82cd09b
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion _sources/getting_started/developers.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To test the code and produce a coverage report::

To test the documentation::

$ python -m pytest docs/user_guide/*rst
$ python -m pytest --doctest-glob="*.rst" --doctest-modules docs

Documentation
~~~~~~~~~~~~~
Expand Down
15 changes: 15 additions & 0 deletions _sources/releases/changes.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
Release Notes
=============

Version 1.3.11 (released Sep 10, 2024)
--------------------------------------

* Refactor leaf mapping by `@reidjohnson <https://github.com/reidjohnson>`_ in `#80 <https://github.com/zillow/quantile-forest/pull/80>`_
* Update build linting by `@reidjohnson <https://github.com/reidjohnson>`_ in `#81 <https://github.com/zillow/quantile-forest/pull/81>`_
* Check `monotonic_cst` before fit by `@reidjohnson <https://github.com/reidjohnson>`_ in `#82 <https://github.com/zillow/quantile-forest/pull/82>`_
* Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 by `@dependabot <https://github.com/dependabot>`_ in `#83 <https://github.com/zillow/quantile-forest/pull/83>`_
* Fix unaggregated quantile ranks by `@reidjohnson <https://github.com/reidjohnson>`_ in `#84 <https://github.com/zillow/quantile-forest/pull/84>`_
* Fix Cython build warnings by `@reidjohnson <https://github.com/reidjohnson>`_ in `#86 <https://github.com/zillow/quantile-forest/pull/86>`_
* Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 by `@dependabot <https://github.com/dependabot>`_ in `#85 <https://github.com/zillow/quantile-forest/pull/85>`_
* Fix multi-target serialization by `@reidjohnson <https://github.com/reidjohnson>`_ in `#88 <https://github.com/zillow/quantile-forest/pull/88>`_
* Fix doc tests by `@reidjohnson <https://github.com/reidjohnson>`_ in `#89 <https://github.com/zillow/quantile-forest/pull/89>`_

**Full Changelog**: https://github.com/zillow/quantile-forest/compare/v1.3.10...v1.3.11

Version 1.3.10 (released Aug 31, 2024)
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '1.3.10',
VERSION: '1.3.11',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
8 changes: 4 additions & 4 deletions api.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>API Reference &#8212; quantile-forest 1.3.10 documentation</title>
<title>API Reference &#8212; quantile-forest 1.3.11 documentation</title>



Expand Down Expand Up @@ -40,7 +40,7 @@
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="_static/documentation_options.js?v=0034329e"></script>
<script src="_static/documentation_options.js?v=a44cb687"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/design-tabs.js?v=f930bc37"></script>
Expand Down Expand Up @@ -131,8 +131,8 @@



<img src="_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.10 documentation - Home"/>
<script>document.write(`<img src="_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.10 documentation - Home"/>`);</script>
<img src="_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.11 documentation - Home"/>
<script>document.write(`<img src="_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.11 documentation - Home"/>`);</script>


</a></div>
Expand Down
8 changes: 4 additions & 4 deletions gallery/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>General Examples &#8212; quantile-forest 1.3.10 documentation</title>
<title>General Examples &#8212; quantile-forest 1.3.11 documentation</title>



Expand Down Expand Up @@ -40,7 +40,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=0034329e"></script>
<script src="../_static/documentation_options.js?v=a44cb687"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/design-tabs.js?v=f930bc37"></script>
Expand Down Expand Up @@ -130,8 +130,8 @@



<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.10 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.10 documentation - Home"/>`);</script>
<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.11 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.11 documentation - Home"/>`);</script>


</a></div>
Expand Down
8 changes: 4 additions & 4 deletions gallery/plot_qrf_conformalized_intervals.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>QRFs for Conformalized Quantile Regression &#8212; quantile-forest 1.3.10 documentation</title>
<title>QRFs for Conformalized Quantile Regression &#8212; quantile-forest 1.3.11 documentation</title>



Expand Down Expand Up @@ -40,7 +40,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=0034329e"></script>
<script src="../_static/documentation_options.js?v=a44cb687"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/design-tabs.js?v=f930bc37"></script>
Expand Down Expand Up @@ -128,8 +128,8 @@



<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.10 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.10 documentation - Home"/>`);</script>
<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.11 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.11 documentation - Home"/>`);</script>


</a></div>
Expand Down
8 changes: 4 additions & 4 deletions gallery/plot_qrf_custom_functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Computing User-Specified Functions with QRFs &#8212; quantile-forest 1.3.10 documentation</title>
<title>Computing User-Specified Functions with QRFs &#8212; quantile-forest 1.3.11 documentation</title>



Expand Down Expand Up @@ -40,7 +40,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=0034329e"></script>
<script src="../_static/documentation_options.js?v=a44cb687"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/design-tabs.js?v=f930bc37"></script>
Expand Down Expand Up @@ -128,8 +128,8 @@



<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.10 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.10 documentation - Home"/>`);</script>
<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.11 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.11 documentation - Home"/>`);</script>


</a></div>
Expand Down
8 changes: 4 additions & 4 deletions gallery/plot_qrf_extrapolation.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Extrapolation with Quantile Regression Forests &#8212; quantile-forest 1.3.10 documentation</title>
<title>Extrapolation with Quantile Regression Forests &#8212; quantile-forest 1.3.11 documentation</title>



Expand Down Expand Up @@ -40,7 +40,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=0034329e"></script>
<script src="../_static/documentation_options.js?v=a44cb687"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/design-tabs.js?v=f930bc37"></script>
Expand Down Expand Up @@ -128,8 +128,8 @@



<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.10 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.10 documentation - Home"/>`);</script>
<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.11 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.11 documentation - Home"/>`);</script>


</a></div>
Expand Down
8 changes: 4 additions & 4 deletions gallery/plot_qrf_huggingface_inference.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Using a Trained QRF Model via Hugging Face Hub &#8212; quantile-forest 1.3.10 documentation</title>
<title>Using a Trained QRF Model via Hugging Face Hub &#8212; quantile-forest 1.3.11 documentation</title>



Expand Down Expand Up @@ -40,7 +40,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=0034329e"></script>
<script src="../_static/documentation_options.js?v=a44cb687"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/design-tabs.js?v=f930bc37"></script>
Expand Down Expand Up @@ -128,8 +128,8 @@



<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.10 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.10 documentation - Home"/>`);</script>
<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.11 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.11 documentation - Home"/>`);</script>


</a></div>
Expand Down
8 changes: 4 additions & 4 deletions gallery/plot_qrf_interpolation_methods.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Comparing Quantile Interpolation Methods &#8212; quantile-forest 1.3.10 documentation</title>
<title>Comparing Quantile Interpolation Methods &#8212; quantile-forest 1.3.11 documentation</title>



Expand Down Expand Up @@ -40,7 +40,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=0034329e"></script>
<script src="../_static/documentation_options.js?v=a44cb687"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/design-tabs.js?v=f930bc37"></script>
Expand Down Expand Up @@ -128,8 +128,8 @@



<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.10 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.10 documentation - Home"/>`);</script>
<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.11 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.11 documentation - Home"/>`);</script>


</a></div>
Expand Down
8 changes: 4 additions & 4 deletions gallery/plot_qrf_multitarget.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Multi-target Quantile Regression with QRFs &#8212; quantile-forest 1.3.10 documentation</title>
<title>Multi-target Quantile Regression with QRFs &#8212; quantile-forest 1.3.11 documentation</title>



Expand Down Expand Up @@ -40,7 +40,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=0034329e"></script>
<script src="../_static/documentation_options.js?v=a44cb687"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/design-tabs.js?v=f930bc37"></script>
Expand Down Expand Up @@ -128,8 +128,8 @@



<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.10 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.10 documentation - Home"/>`);</script>
<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.11 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.11 documentation - Home"/>`);</script>


</a></div>
Expand Down
8 changes: 4 additions & 4 deletions gallery/plot_qrf_prediction_intervals.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Quantile Regression Forests Prediction Intervals &#8212; quantile-forest 1.3.10 documentation</title>
<title>Quantile Regression Forests Prediction Intervals &#8212; quantile-forest 1.3.11 documentation</title>



Expand Down Expand Up @@ -40,7 +40,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=0034329e"></script>
<script src="../_static/documentation_options.js?v=a44cb687"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/design-tabs.js?v=f930bc37"></script>
Expand Down Expand Up @@ -128,8 +128,8 @@



<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.10 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.10 documentation - Home"/>`);</script>
<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.11 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.11 documentation - Home"/>`);</script>


</a></div>
Expand Down
8 changes: 4 additions & 4 deletions gallery/plot_qrf_predictions.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Predicting with Quantile Regression Forests &#8212; quantile-forest 1.3.10 documentation</title>
<title>Predicting with Quantile Regression Forests &#8212; quantile-forest 1.3.11 documentation</title>



Expand Down Expand Up @@ -40,7 +40,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=0034329e"></script>
<script src="../_static/documentation_options.js?v=a44cb687"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/design-tabs.js?v=f930bc37"></script>
Expand Down Expand Up @@ -128,8 +128,8 @@



<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.10 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.10 documentation - Home"/>`);</script>
<img src="../_static/quantile-forest-logo.png" class="logo__image only-light" alt="quantile-forest 1.3.11 documentation - Home"/>
<script>document.write(`<img src="../_static/quantile-forest-logo-white.png" class="logo__image only-dark" alt="quantile-forest 1.3.11 documentation - Home"/>`);</script>


</a></div>
Expand Down
Loading

0 comments on commit af8630f

Please sign in to comment.