Commit 89d9e73
Major Update: Replace Docker with virtual environments and update versions (#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 <[email protected]>
* 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 <[email protected]>1 parent f55a70a commit 89d9e73
File tree
24 files changed
+882
-350
lines changed- .github/workflows
- docker
- dev
- release
- examples
- src/deephaven_ib
- _internal
24 files changed
+882
-350
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 23 | + | |
| 24 | + | |
31 | 25 | | |
32 | 26 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
39 | 32 | | |
40 | 33 | | |
41 | 34 | | |
42 | 35 | | |
43 | 36 | | |
44 | | - | |
| 37 | + | |
45 | 38 | | |
46 | 39 | | |
47 | 40 | | |
48 | 41 | | |
49 | | - | |
| 42 | + | |
50 | 43 | | |
51 | 44 | | |
52 | 45 | | |
| |||
88 | 81 | | |
89 | 82 | | |
90 | 83 | | |
91 | | - | |
| 84 | + | |
92 | 85 | | |
93 | 86 | | |
94 | 87 | | |
| |||
107 | 100 | | |
108 | 101 | | |
109 | 102 | | |
110 | | - | |
| 103 | + | |
111 | 104 | | |
112 | 105 | | |
113 | 106 | | |
114 | 107 | | |
115 | 108 | | |
116 | 109 | | |
117 | | - | |
| 110 | + | |
118 | 111 | | |
119 | | - | |
| 112 | + | |
120 | 113 | | |
121 | 114 | | |
122 | 115 | | |
| |||
132 | 125 | | |
133 | 126 | | |
134 | 127 | | |
135 | | - | |
| 128 | + | |
136 | 129 | | |
137 | 130 | | |
138 | 131 | | |
| |||
152 | 145 | | |
153 | 146 | | |
154 | 147 | | |
155 | | - | |
| 148 | + | |
156 | 149 | | |
157 | 150 | | |
158 | 151 | | |
| |||
178 | 171 | | |
179 | 172 | | |
180 | 173 | | |
181 | | - | |
| 174 | + | |
182 | 175 | | |
183 | 176 | | |
184 | 177 | | |
| |||
236 | 229 | | |
237 | 230 | | |
238 | 231 | | |
239 | | - | |
| 232 | + | |
240 | 233 | | |
241 | 234 | | |
242 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
Large diffs are not rendered by default.
0 commit comments