deephaven / deephaven-docs-community

Source code for Community docs on the deephaven.io website.
Apache License 2.0
0 stars 5 forks source link

Widen returned types for `UpdateBy` floating point operations. #208

Closed deephaven-internal closed 2 months ago

deephaven-internal commented 2 months ago

This issue was auto-generated

PR: https://github.com/deephaven/deephaven-core/pull/5371 Author: lbooker42

Original PR Body

The following operations returned Float types when provided Float input and are changed by this PR to return Double:

Companion to #5368 and will close #4023

Also close #5459 (test failures issue)