-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transition to python using native python time types instead of Java t…
…ypes (#4388) * Implementing new time conversions. * Code formatting * Better error handling * Support string conversions. * Added docs strings and removed deprecated methods. * Cleanup * Docs * Cleanup * Unit testing * Unit testing * Unit testing * Unit testing * Unit testing * Unit testing * Unit testing * Todos. Docs. * Todos. Docs. * Unit test fixes * Unit test fixes. Support other methods that accept other time types. * Addressing review comments * Addressing review comments * Addressing review comments * Addressing review comments * Addressing review comments * Addressing review comments * Addressing review comments. Support more types. * Addressing review comments. Code format. * Addressing review comments. * Addressing review comments. * Addressing review comments. * Update py/server/deephaven/time.py Co-authored-by: JJ Brosnan <84038776+jjbrosnan@users.noreply.github.com> * Addressing review comments. * Addressing review comments. * Addressing review comments. * Addressing review comments. * Addressing review comments. * Addressing review comments. * Removed todos * Addressing review. Removing unneeded jpy imports. * Addressing review. * Addressing review. Reduce exception depth. --------- Co-authored-by: JJ Brosnan <84038776+jjbrosnan@users.noreply.github.com>
- Loading branch information
Showing
17 changed files
with
1,104 additions
and
2,569 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.