Commit e3e1842
Support CPython 3.11, 3.12, and aarch64 processors (#2331)
* fix[ml]: adjust tests to reflect latest apis of 3rd party libraries (xgboost, lightgbm)
* Build wheels on pull_request
* Maximize wheel build parallellization
* git submodule update --remote --merge packages/vaex-core/vendor/pybind11
* Fix gcc error
* Fix workflow syntax
* Remove redefinition
https://github.com/pybind/pybind11/blob/769fd3b889fef6cddb060f2a0be26aee62b4da05/include/pybind11/pytypes.h#L859
https://github.com/ddelange/vaex/actions/runs/3965609112/jobs/6795506653#step:6:2110
* Disable win32
https://github.com/ddelange/vaex/actions/runs/3965689146/jobs/6795667118#step:6:538
* Remove testing leftovers
* Add upper cap on lightgbm
microsoft/LightGBM#5196 (comment)
* Migrate to mamba-org/setup-micromamba@v1
* Upload release assets on Github (pre)release
* Add missing permission for release assets
* Build cp312 wheels
* Remove setuptools and wheel from pyproject.toml
* Replace imp with importlib
* chore: trigger ci
* ci: upgrade xcode for brew install libomp
* update requirements-ml to comply with the latest veex-ml expectations.
* try to install lightgbm via pip
* fix: only the mini taxi file is on s3 for cost savings
* ci: pin dask<2024.2.0 to get the same hash keys
This version gives different results, although
not a problem in production (it will make your
cache invalid though), for CI we test that we
have stable keys (fingerprints)
* fix: only the mini taxi file is on s3 for cost savings (2)
* ci: skip notebooks that depend on the dataframe server
* ci: skip ci steps in various old python versions
* Bump micromamba and other actions
* ci: specific test hangs on ci+osx
* Bump cibuildwheel, use native arm64 mac runners
* test: log is renamed to log loss
* test: skip lightgbm tests on 36 and 37
* test: skip sklearn tests on 36 and 37
* Update packages/vaex-core/setup.py
Co-authored-by: ddelange <14880945+ddelange@users.noreply.github.com>
* chore: drop python 3.6 and 3.7 support
Co-authored-by: Ewout ter Hoeven <E.M.terHoeven@student.tudelft.nl>
* test: skip a failing test for windows
* ci: macOS 11 is retired as of June 28
* ci: always build wheels, but do not publish instead
* ci: try with older micromamba, 1.5.6 seems to sometimes hang
* Install setuptools in wheel.yml
* Add sudo
* Fix windows
* Use sudo only on macos
* Fix empty string evaluating false
* Add .readthedocs.yaml
* Pull submodules
* Try editable rtd install
* Try move editable install to requirements_rtd.txt
* Allow newer sphinx
* Autocancel previous runs in PRs
* Autocancel all jobs
* Sphinx sidebar fix
https://github.com/dmwyatt/sphinx-book-theme/blob/2416ef6cebc3d83019dbc83f25c61b72719cad55/docs/customize/sidebar-primary.md#default-sidebar-elements
* Remove autocancel, doesn't work from forks
* Add cancel-in-progress keys
* Amend to only cancel on PRs
* Add CIBW_TEST_COMMAND
* Disallow numpy v2
* Skip musllinux due to misding blake3 wheels
* Install carco for blake3 source install
* Fix CIBW_ENVIRONMENT
* Add CIBW_TEST_SKIP
* Build wheels with numpy v1
* run tests on 3.10-3.12
* upgrade micromamba
* unpin pytest-asyncio
* try different pin as <2.0 because mamba crashes on that
* Fix dephell and CI hell (ddelange#3)
* allow for multiple fingerprints related to package versions
* explicit dtype=object
* fix pandas issues
* revert graphene upgrade
* force uv to ignore Werkzeug (we do not use it, its a subdependency which has conflicts)
* fix: work with modern scipy/sparse arrays
* skip test for python 3.8
* skip test on windows
* add missing import
* skip some tests conditionally
* tuple comparison fix
* does osx run without sourcing .bash profile?
* skip a few more tests
* only run test on linux
* Try building arm64 wheels on macos-13
* Switch to older Xcode
* Fix readthedocs by manually unpinning werkzeug in the graphene-tornado v2.6.1 release
# for now we leave graphene-tornado / graphene on v2
# ref #2356 (comment)
# in top level vaex[ci] we added the following (additional) direct reference requirement which adds one commit (ddelange/graphene-tornado@d75f01f) on top of the 2.6.1 release to unpin werkzeug
# "graphene-tornado @ https://github.com/ddelange/graphene-tornado/archive/refs/heads/2.6.1.unpin-werkzeug.zip",
* Simplify
* Revert "Simplify"
This reverts commit 91263bc.
* Add back tags event trigger for core wheel upload
* Switch to trusted publishing
* Add trusted publishing for vaex-core
* Exclude windows 3.8 from pythonpackage.yml
* Don't upload vaex-core source distribution
* Disable cp38-win vaex-core wheel build
* Add permission
---------
Co-authored-by: Jovan Veljanoski <jovan.veljanoski@tiqets.com>
Co-authored-by: Maarten A. Breddels <maartenbreddels@gmail.com>
Co-authored-by: Ewout ter Hoeven <E.M.terHoeven@student.tudelft.nl>1 parent 15245cf commit e3e1842
File tree
90 files changed
+604
-1563
lines changed- .github/workflows
- bin
- ci
- docs/source
- misc/conda
- aplus
- attrdict
- cachetools
- jprops
- kapteyn
- layeredconfig
- progressbar2
- vaex
- packages
- vaex-arrow
- vaex-astro
- vaex-contrib
- vaex-core
- src
- vaex
- test
- vendor
- vaex-graphql
- vaex-hdf5
- vaex-jupyter
- vaex-ml
- vaex/ml
- vaex-server
- vaex-ui
- vaex/ui
- vaex-viz
- vaex
- vaex/meta
- tests
- ml
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
90 files changed
+604
-1563
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
14 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 17 | + | |
22 | 18 | | |
23 | 19 | | |
24 | 20 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 21 | | |
29 | 22 | | |
30 | 23 | | |
31 | | - | |
32 | 24 | | |
33 | | - | |
34 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
35 | 29 | | |
36 | 30 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 31 | | |
47 | 32 | | |
48 | 33 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 34 | + | |
| 35 | + | |
57 | 36 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
63 | 52 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 53 | + | |
| 54 | + | |
81 | 55 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
100 | 63 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
105 | 68 | | |
106 | 69 | | |
107 | 70 | | |
108 | 71 | | |
109 | 72 | | |
110 | 73 | | |
111 | 74 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
| 75 | + | |
132 | 76 | | |
133 | 77 | | |
134 | 78 | | |
| |||
137 | 81 | | |
138 | 82 | | |
139 | 83 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
| 84 | + | |
150 | 85 | | |
151 | 86 | | |
152 | 87 | | |
| 88 | + | |
153 | 89 | | |
154 | | - | |
| 90 | + | |
155 | 91 | | |
156 | 92 | | |
| 93 | + | |
157 | 94 | | |
158 | | - | |
159 | | - | |
160 | 95 | | |
161 | 96 | | |
162 | 97 | | |
| 98 | + | |
163 | 99 | | |
164 | 100 | | |
165 | 101 | | |
166 | 102 | | |
| 103 | + | |
167 | 104 | | |
168 | | - | |
169 | | - | |
170 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
171 | 108 | | |
172 | | - | |
| 109 | + | |
173 | 110 | | |
174 | 111 | | |
175 | 112 | | |
176 | 113 | | |
177 | 114 | | |
| 115 | + | |
178 | 116 | | |
179 | | - | |
180 | | - | |
| 117 | + | |
| 118 | + | |
181 | 119 | | |
182 | 120 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
| 121 | + | |
244 | 122 | | |
245 | 123 | | |
246 | 124 | | |
247 | 125 | | |
248 | | - | |
249 | 126 | | |
250 | 127 | | |
251 | 128 | | |
252 | 129 | | |
253 | 130 | | |
254 | 131 | | |
255 | 132 | | |
256 | | - | |
| 133 | + | |
257 | 134 | | |
258 | 135 | | |
259 | 136 | | |
| |||
0 commit comments