-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major Update: Replace Docker with virtual environments and update ver…
…sions (#117) * DH version to 0.33.3 Java version to 17 * Updated the ib api version to 10.19.04 * Streamline and simplify the IB artifact building. * Added a script to build deephaven-ib virtual environments. * Made IB wheel building fail on errors. * Updated to server-ui deephaven images. * Debug CI * Debug CI * Debug CI * Debug CI * Removed the server-ui change since it requires 0.34 * Made the versions easier to update. * Remove legacy docker * Updated documentation. * Updated documentation. * Made ib version handling robust. Fixed release build. * Removed all docker requirements. Replaced IB docker build with local functionality in the script. * Release the hard version constraint on deephaven. * Updated the minimum python version to avoid core dump in jpy. deephaven/deephaven-core#5440 * Fix broken dependency version handling. * Fix broken short rate downloads. * Fix DH queries that are broken. Better error messages. * Fix DH examples. Add a script to start and run deephaven. * Add an option to create a venv for use in pycharm. * Upgrade to Deephaven 0.34.1 * Addressing the review. * Addressing the review. * Support using existing venv or giving a venv a custom name. * Support using system python instead of just venvs. * Fix actions to build IB wheels * Fix actions to build IB wheels * Fix actions to build IB wheels * Fix actions to build IB wheels * Fix actions to build IB wheels * Fix actions to build IB wheels * Fix actions to build IB wheels * Fix actions to build IB wheels * Fix actions to build IB wheels * Fix venv-less install. * Improved readme. * Improved readme. * Improved readme. * Improved readme. * Build both the ib wheel and dhib wheel * Updated the readme to use the `deephaven` command * Update README.md Co-authored-by: Alex Peters <80283343+alexpeters1208@users.noreply.github.com> * Trying to fix sphinx build * Trying to fix sphinx build * Trying to fix sphinx build * Trying to fix sphinx build * Trying to fix sphinx build --------- Co-authored-by: Alex Peters <80283343+alexpeters1208@users.noreply.github.com>
- Loading branch information
1 parent
f55a70a
commit 89d9e73
Showing
24 changed files
with
882 additions
and
350 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
.idea | ||
venv | ||
venv-* | ||
build | ||
dist | ||
src/deephaven_ib.egg-info | ||
docker/data | ||
|
Oops, something went wrong.