March 10, 2025
Release notes for Deephaven Core version 0.36
Deephaven Community Core version 0.36.0 is available now, with several new features, improvements, bug fixes, and more. We’ve rounded up the highlights below. Native table iteration in Python Four new table operations are now available that allow you to iterate over table data in Python efficiently. They are: The first two iterate over the table one row at a time, while the latter iterate over chunks of rows. All four methods use efficient chunked operations on the backend and return generators to minimize data copies and memory usage, making them ideal for large tables. Take a look at how they’re