Release Notes#

Version 1.3.11 (released Sep 10, 2024)#

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

Version 1.3.10 (released Aug 31, 2024)#

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.3.9…v1.3.10

Version 1.3.9 (released Aug 23, 2024)#

  • Fix reproduction of scikit-learn trees with MAE criterion by @reidjohnson in #77

  • Update documentation and examples

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.3.8…v1.3.9

Version 1.3.8 (released Aug 15, 2024)#

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.3.7…v1.3.8

Version 1.3.7 (released Jun 19, 2024)#

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.3.6…v1.3.7

Version 1.3.6 (released May 22, 2024)#

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.3.5…v1.3.6

Version 1.3.5 (released Apr 15, 2024)#

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.3.4…v1.3.5

Version 1.3.4 (released Feb 21, 2024)#

  • Reorder multi-target outputs by @reidjohnson in #35

  • Add tests for model serialization by @reidjohnson in #36

  • Update and fix documentation and examples

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.3.3…v1.3.4

Version 1.3.3 (released Feb 16, 2024)#

  • Set default value of weighted_leaves at prediction time to False by @reidjohnson in #34

  • Update and fix documentation and examples

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.3.2…v1.3.3

Version 1.3.2 (released Feb 15, 2024)#

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.3.1…v1.3.2

Version 1.3.1 (released Feb 12, 2024)#

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.3.0…v1.3.1

Version 1.3.0 (released Feb 11, 2024)#

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.2.5…v1.3.0

Version 1.2.5 (released Feb 10, 2024)#

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.2.4…v1.2.5

Version 1.2.4 (released Jan 16, 2024)#

  • Use base model parameter validation when available

  • Resolve Cython 3 deprecation warnings

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.2.3…v1.2.4

Version 1.2.3 (released Oct 09, 2023)#

  • Fix bug that could prevent interpolation from being correctly applied by @reidjohnson in #15

  • Update documentation and docstrings

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.2.2…v1.2.3

Version 1.2.2 (released Oct 08, 2023)#

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.2.1…v1.2.2

Version 1.2.1 (released Oct 04, 2023)#

  • More efficient calculation of weighted quantiles by @reidjohnson in #11

  • Add support for Python version 3.12

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.2.0…v1.2.1

Version 1.2.0 (released Aug 01, 2023)#

  • Add optional default_quantiles parameter to the model initialization

  • Update documentation

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.1.3…v1.2.0

Version 1.1.3 (released Jul 08, 2023)#

  • Fix building from the source distribution

  • Minor update to documentation

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.1.2…v1.1.3

Version 1.1.2 (released Mar 22, 2023)#

  • Fix for compatibility with development version of scikit-learn

  • Update documentation and examples

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.1.1…v1.1.2

Version 1.1.1 (released Dec 19, 2022)#

  • Fix for compatibility with scikit-learn 1.2.0

  • Fix to documentation

  • Update version requirements

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.1.0…v1.1.1

Version 1.1.0 (released Nov 07, 2022)#

  • Update default max_samples_leaf to 1 (previously None)

  • Update documentation and unit tests

  • Miscellaneous update for compatibility with scikit-learn >= 1.1.0

This version supports Python versions 3.8 to 3.11. Note that support for 32-bit Python on Windows has been dropped in this release.

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.0.2…v1.1.0

Version 1.0.2 (released Mar 28, 2022)#

  • Add sample weighting by leaf size

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.0.1…v1.0.2

Version 1.0.1 (released Mar 23, 2022)#

  • Suppress UserWarning

Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.0.0…v1.0.1

Version 1.0.0 (released Mar 23, 2022)#

Initial release.