- 11 May, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 08 May, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 22 Apr, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 14 Apr, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 01 Feb, 2023 2 commits
-
-
Thibault Hallouin authored
-
Thibault Hallouin authored
because the workaround for the read only mode on the Windows file system is unstable/inconsistent
-
- 06 Jan, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 05 Jan, 2023 2 commits
-
-
Thibault Hallouin authored
-
Thibault Hallouin authored
Since, by definition, `xt::pytensor` cannot be reshaped, and since `py::array` cannot be manipulated in an intermediate step on the C++ side without compromising on it being accepted as an `xt::xexpression` type afterwards, the only viable option seemed to be to add a Python layer to the bindings so that the 1D numpy arrays can be reshaped into 2D numpy array views before calling the C++ extension. As part of this refactoring, the default values for optional parameters are also removed, and the function parameter types are specified directly in the Python layer.
-
- 03 Jan, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 29 Dec, 2022 2 commits
-
-
Thibault Hallouin authored
-
Thibault Hallouin authored
-
- 12 Jul, 2022 3 commits
-
-
Thibault Hallouin authored
-
Thibault Hallouin authored
-
Thibault Hallouin authored
-
- 11 Jul, 2022 1 commit
-
-
Thibault Hallouin authored
-
- 01 Jul, 2022 1 commit
-
-
Thibault Hallouin authored
which adds the temporal masking functionality, and the sites/leadtimes dimensions to the inputs
-
- 03 Jun, 2022 1 commit
-
-
Thibault Hallouin authored
i.e. where metrics is put as last positional parameter
-
- 01 Jun, 2022 1 commit
-
-
Thibault Hallouin authored
-
- 17 May, 2022 1 commit
-
-
Thibault Hallouin authored
The new API of `evalhyd` is centred around two `evaluate` functions, one for deterministic evaluation and one for probabilistic evaluation. The probabilitist side of things is not header-only anymore, and so additional C++ source files needed to be pointed to in *setup.py*. The example notebooks are also updated to reflect those changes.
-
- 19 Apr, 2022 1 commit
-
-
Thibault Hallouin authored
-