1.4.0
Key Changes
predict
andpredict_quantiles
will return predictions oncpu
infloat32
.
What's Changed
- Remove reference to MPS by @abdulfatir in #216
- Run type checks on Python 3.11 only by @lostella in #217
- Clean up evaluation script by @abdulfatir in #218
- Return predictions in fp32 on CPU by @abdulfatir in #219
- Fix README example to use
predict_quantiles
by @abdulfatir in #220 - Add workflow to run evaluation on a subset of datasets by @abdulfatir in #222
- Fix auto eval workflow by @abdulfatir in #224
- Use absolute link to images in the README by @abdulfatir in #223
- Bump version to 1.4.0 by @abdulfatir in #225
Full Changelog: v1.3.0...v1.4.0