- Mar 27, 2024
-
-
Muhammad Zeeshan authored
-
Muhammad Zeeshan authored
-
- Mar 22, 2024
-
-
Muhammad Zeeshan authored
-
- Dec 20, 2023
-
-
Muhammad Zeeshan authored
-
- Dec 18, 2023
-
-
Muhammad Zeeshan authored
-
- Dec 10, 2023
-
-
Muhammad Zeeshan authored
-
Muhammad Zeeshan authored
-
- Dec 09, 2023
-
-
Muhammad Zeeshan authored
-
- Dec 08, 2023
-
-
Muhammad Zeeshan authored
-
- Nov 13, 2023
-
-
Muhammad Zeeshan authored
-
- Nov 12, 2023
-
-
Muhammad Zeeshan authored
-
- Nov 11, 2023
-
-
Muhammad Zeeshan authored
-
Muhammad Zeeshan authored
-
Muhammad Zeeshan authored
-
Muhammad Zeeshan authored
-
Muhammad Zeeshan authored
-
- Nov 10, 2023
-
-
Muhammad Zeeshan authored
-
Muhammad Zeeshan authored
-
Muhammad Zeeshan authored
-
- Nov 01, 2023
-
-
Muhammad Zeeshan authored
-
Muhammad Zeeshan authored
-
- Oct 21, 2021
-
-
Daniel Wysocki authored
Adding missing index to recover old behavior for single VT calibration
-
Daniel Wysocki authored
-
Daniel Wysocki authored
-
- Oct 04, 2021
-
-
Daniel Wysocki authored
-
Daniel Wysocki authored
-
Daniel Wysocki authored
-
Daniel Wysocki authored
-
Daniel Wysocki authored
Previous commit accidentally allowed tox to fail, but we want to allow mypy to fail instead.
-
Daniel Wysocki authored
Type checker has been neglected for some time, and thus all CI jobs have been marked as failed. Now a failed type checker no longer indicates a failed job.
-
Daniel Wysocki authored
-
Daniel Wysocki authored
-
- Sep 16, 2021
-
-
Daniel Wysocki authored
The shifting and scaling was not being applied consistently to the beta distribution's PDF, and values outside the supported range were being extrapolated. This had no impact for distributions on the standard [0, 1] scale, as no shifting or scaling was needed, and in the case of spin distributions, values outside the range were never passed in. We now correctly apply the shifting and scaling, and perform a check to ensure values are outside the range give a PDF of zero. This will impact performance, as extra operations are added, but will ensure the output is always correct. In the future we may want to add an option to disable the bounds check for models using the [0, 1] scale, as it isn't necessary there.
-
Daniel Wysocki authored
-
Daniel Wysocki authored
-
- Sep 15, 2021
-
-
Daniel Wysocki authored
Broadcasting was broken for the beta and truncnorm models when the parameters' dimensions exceed 1. This occurs when `where=True`, as `x[True].shape == (1,)+x.shape`, whereas the desired behavior is to maintain the original shape. To fix this, we simply broadcast the `where` array to `parameters.shape`.
-
- Sep 07, 2021
-
-
Daniel Wysocki authored
-
- Sep 02, 2021
-
-
Daniel Wysocki authored
-
- Aug 31, 2021
-
-
Daniel Wysocki authored
-
- Jul 19, 2021
-
-
Daniel Wysocki authored
-