24
May
Deephaven 0.32.0 introduced a number of new features, as well as improvements to old ones. Key features of the overhauled calendar API include:An updated Java calendar API that boosts performance in table operations.A streamlined Python API designed to minimize the chances of calling Python from query strings.Simple and intuitive naming conventions for ease of use.Support for user-defined calendars.Conversion between Deephaven and NumPy calendar formats.The new Python API is designed to be minimal, and facilitate the use of the Java API in query strings. The new calendar class provides the following methods:MethodDescriptionadd_calendarAdds a new business calendar to the set of available…