Skip to content

Commit

Permalink
Merge pull request #777 from JoaquinAmatRodrigo/0.13.x
Browse files Browse the repository at this point in the history
0.13.x
  • Loading branch information
JoaquinAmatRodrigo authored Aug 1, 2024
2 parents 6aeb5ce + e69683a commit 0d22ddd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ keywords:
doi: 10.5281/zenodo.8382788
license: bsd-3-clause
version: 0.13.0
date-released: '2024-07-31'
date-released: '2024-08-01'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Amat Rodrigo, J., & Escobar Ortiz, J. (2024). skforecast (Version 0.13.0) [Compu
author = {Amat Rodrigo, Joaquin and Escobar Ortiz, Javier},
title = {skforecast},
version = {0.13.0},
month = {7},
month = {8},
year = {2024},
license = {BSD-3-Clause},
url = {https://skforecast.org/},
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Amat Rodrigo, J., & Escobar Ortiz, J. (2024). skforecast (Version 0.13.0) [Compu
author = {Amat Rodrigo, Joaquin and Escobar Ortiz, Javier},
title = {skforecast},
version = {0.13.0},
month = {7},
month = {8},
year = {2024},
license = {BSD-3-Clause},
url = {https://skforecast.org/},
Expand Down
4 changes: 3 additions & 1 deletion docs/releases/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All significant changes to this project are documented in this release file.
| <span class="badge text-bg-danger">Fix</span> | Bug fix |


## 0.13.0 <small>Jul 31, 2024</small> { id="0.13.0" }
## 0.13.0 <small>Aug 01, 2024</small> { id="0.13.0" }

The main changes in this release are:

Expand All @@ -36,6 +36,8 @@ The main changes in this release are:

+ `keras` has been added as an optional dependency, tag deeplearning, to use the <code>[ForecasterRnn]</code>.

+ `PyTorch` backend for the <code>[ForecasterRnn]</code>.

+ New `create_predict_X` method in all recursive and direct Forecasters to allow the user to inspect the matrix passed to the predict method of the regressor.

+ New `_create_predict_inputs` method in all Forecasters to unify the inputs of the predict methods.
Expand Down

0 comments on commit 0d22ddd

Please sign in to comment.