Andrew Stein
e6ce49da27
WIP
...
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-09-23 20:03:11 -04:00
Andrew Stein
28a3101b58
v3.1.0
...
Build Status / build_js (20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_python (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, pagmo2/manylinux228_x86_64_with_deps, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_and_test_rust (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04) (push) Has been cancelled
Build Status / build_and_test_rust (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022) (push) Has been cancelled
Build Status / build_emscripten_wheel (x86_64, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / test_js (20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / benchmark_python (x86_64, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / benchmark_js (20.x, ubuntu-22.04) (push) Has been cancelled
Build Status / publish (ubuntu-22.04) (push) Has been cancelled
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-09-23 00:48:53 -04:00
Andrew Stein
a9b92581f0
Removes explicit perspective-server webworker
...
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-09-22 21:01:38 -04:00
Andrew Stein
1f8a10f523
Merge pull request #2754 from finos/python-imports
...
Python API changes from community
2024-09-22 02:20:11 -04:00
Andrew Stein
61edb84f9d
Python API code review fixes
...
Signed-off-by: Andrew Stein <steinlink@gmail.com >
# Conflicts:
# rust/perspective-python/perspective/__init__.py
2024-09-21 23:58:43 -04:00
Andrew Stein
c28d83e48f
Fix cancellable methods in perspective-viewer
...
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-09-17 20:23:13 -04:00
Andrew Stein
aa839962b5
Upgrade Apache Arrow C++ to 17.0.0
...
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-09-14 18:07:23 -04:00
Tom Jakubowski
45c8af02f5
OOOOOOHOOW DDD
...
(Remove accidentally included debug log)
Signed-off-by: Tom Jakubowski <tom@prospective.dev >
2024-09-11 08:37:59 -07:00
Tom Jakubowski
1e4bd90dab
Delete more dead build code
...
Signed-off-by: Tom Jakubowski <tom@prospective.dev >
2024-09-10 11:17:46 -07:00
Tom Jakubowski
97eb93f8f4
Add option to make builds much more verbose
...
Signed-off-by: Tom Jakubowski <tom@prospective.dev >
2024-09-10 11:17:44 -07:00
Tom Jakubowski
09d72216db
Hide psp_stack_trace, psp_heap_size from pyodide
...
This fixes a nasty warning on installing the wheel.
It could likely be fixed another way, maybe with linker flags,
but we decided to cut the feature since it's not of main importance
Signed-off-by: Tom Jakubowski <tom@prospective.dev >
2024-09-10 11:17:36 -07:00
Tom Jakubowski
3461629a62
Build with Emscripten exceptions for Pyodide
...
Switch from using CMAKE_CXX_FLAGS, which has confusing and global
semantics, to calling target_compile_options on all the targets
This confines all the pyodide exception build code to a single branch of
the cmake file
Remove some commented-out code and dead branches in the build. I think
this helps with reading and scanning the Cmake files
Signed-off-by: Tom Jakubowski <tom@prospective.dev >
2024-09-10 11:17:20 -07:00
Andrew Stein
4e0350790b
v3.0.3
...
Build Status / build_js (20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_python (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, pagmo2/manylinux228_x86_64_with_deps, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_and_test_rust (x86_64, 20.x, ubuntu-22.04) (push) Has been cancelled
Build Status / build_emscripten_wheel (x86_64, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / test_js (20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / benchmark_js (20.x, ubuntu-22.04) (push) Has been cancelled
Build Status / publish (ubuntu-22.04) (push) Has been cancelled
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-09-03 01:23:45 -04:00
Andrew Stein
d938eb176e
Remove cxx, statically link perspective-server in perspective-python
...
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-09-02 00:58:02 -04:00
Andrew Stein
434eb3e040
v3.0.2
...
Build Status / build_js (20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_python (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, pagmo2/manylinux228_x86_64_with_deps, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_emscripten_wheel (x86_64, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / test_js (20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / benchmark_js (20.x, ubuntu-22.04) (push) Has been cancelled
Build Status / publish (ubuntu-22.04) (push) Has been cancelled
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-08-30 09:57:56 -04:00
Andrew Stein
7916992432
Fix link error, remove bad language
...
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-08-30 00:56:25 -04:00
Andrew Stein
1fcc90d6ca
v3.0.1
...
Build Status / build_js (20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_python (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, pagmo2/manylinux228_x86_64_with_deps, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_emscripten_wheel (x86_64, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / benchmark_js (20.x, ubuntu-22.04) (push) Has been cancelled
Build Status / publish (ubuntu-22.04) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / test_js (20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-08-25 22:52:34 -04:00
Andrew Stein
4b31e922d2
Merge pull request #2700 from sinistersnare/feature/arrow-list-stringify
...
Stringify Arrow lists
2024-08-25 20:59:49 -04:00
Andrew Stein
ca4210f3df
Merge pull request #2717 from sinistersnare/feature/zstd-decompression
...
Zstd decompression for arrows
2024-08-24 18:27:33 -04:00
Davis Silverman
c084c96539
Zstd decompression for arrows
...
Signed-off-by: Davis Silverman <davis@thedav.is >
2024-08-23 16:21:09 -04:00
Andrew Stein
e179382300
Merge pull request #2713 from sinistersnare/feature/better-timestamp-parsing
...
Better Timestamp Parsing
2024-08-23 11:44:48 -04:00
Andrew Stein
22f56ccb78
v3.0.0
...
Build Status / build_python (x86_64, pagmo2/manylinux228_x86_64_with_deps, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_emscripten_wheel (x86_64, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_js (20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_python (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / test_js (20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / benchmark_js (20.x, ubuntu-22.04) (push) Has been cancelled
Build Status / publish (ubuntu-22.04) (push) Has been cancelled
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-08-23 00:53:11 -04:00
Davis Silverman
bdabdedd4b
Nanosecond, Microsecond, and Timezone parsing in timestamps.
...
TZs were being handled backward by the parser, and now we also support
Timezones after the fractional second part.
Perspective still only supports milliseconds internally, so this only
parses them correctly, but truncates their values to millisecond precision.
Signed-off-by: Davis Silverman <davis@thedav.is >
2024-08-16 21:27:46 -04:00
Davis Silverman
8b5cf1ac21
Parse CSVs with millisecond precision
...
Signed-off-by: Davis Silverman <davis@thedav.is >
2024-08-16 21:27:37 -04:00
Andrew Stein
ee2f560c62
v3.0.0-rc.6
...
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-08-15 12:56:06 -04:00
Andrew Stein
016e68f21a
Update docusaurus website and examples
...
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-08-15 01:27:22 -04:00
Andrew Stein
c8a6e933e8
v3.0.0-rc.3
...
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-08-14 09:48:52 -04:00
Timothy Bess
f79b9c82c6
Divorce C++ from Rust Python bindings.
...
Signed-off-by: Timothy Bess <tim@prospective.dev >
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-08-14 00:17:56 -04:00
Andrew Stein
559623bdac
v3.0.0-rc.2
...
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-08-05 23:27:44 -04:00
Davis Silverman
f33f70b7b3
Merge branch 'master' into feature/arrow-list-stringify
2024-08-04 20:31:27 +00:00
Andrew Stein
b09659c3ac
Calculate group_by in parallel
...
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-08-03 21:46:41 -04:00
Davis Silverman
750a400978
Stringify arrow columns of type List
...
Signed-off-by: Davis Silverman <davis@thedav.is >
2024-08-02 16:35:57 -04:00
Andrew Stein
976727da47
v3.0.0-rc.1
...
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-07-27 22:22:35 -04:00
Andrew Stein
4251f91e80
Add Windows & OSX
...
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-07-14 22:11:08 -04:00
Andrew Stein
38cdca5290
Fix tornado, aiohttp and starlette handlers
...
Signed-off-by: Andrew Stein <steinlink@gmail.com >
# Conflicts:
# examples/python-tornado/server.py
# rust/perspective-python/Cargo.toml
# rust/perspective-python/perspective/__init__.py
2024-07-09 00:18:18 -04:00
Tim Bess
ac354cc81e
Move perspective-python to sync client
...
Co-authored-by: Davis Silverman <sinistersnare@users.noreply.github.com >
Signed-off-by: Tim Bess <tim@prospective.dev >
2024-07-04 18:30:33 -04:00
Tim Bess
0b0935e1a1
Add perspective-python crate
...
Co-authored-by: Davis Silverman <sinistersnare@users.noreply.github.com >
Signed-off-by: Tim Bess <tim@prospective.dev >
2024-07-04 18:29:55 -04:00
Davis Silverman
2c76ee3368
Remove embind and fix table(View) constructor
...
Signed-off-by: Davis Silverman <davis@thedav.is >
Signed-off-by: Andrew Stein <steinlink@gmail.com >
# Conflicts:
# Cargo.lock
Fixed Table(View) constructor
WIP
Test and some fixes to be squashed
wip
Signed-off-by: Andrew Stein <steinlink@gmail.com >
# Conflicts:
# rust/perspective-client/src/rust/client.rs
2024-05-27 17:54:39 -04:00
Andrew Stein
8041a712eb
Add perspective-js and perspective-client crates, move perspective-viewer
...
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-05-27 17:54:25 -04:00
Timothy Bess
413eceddf5
New perspective C++ API
...
Signed-off-by: Timothy Bess <tim@prospective.dev >
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-05-26 22:59:10 -04:00
Timothy Bess
88f0f68f72
Add protos C++ project
...
Signed-off-by: Timothy Bess <tim@prospective.dev >
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-05-23 00:27:50 -04:00
Andrew Stein
08448ccc7a
v2.10.1
...
Build Status / initialize (push) Has been cancelled
Build Status / build_js (20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / lint_python (ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_js (20.x, ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / benchmark_js (20.x, ubuntu-20.04) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, ubuntu-20.04, 3.10) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, ubuntu-20.04, 3.11) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, ubuntu-20.04, 3.7) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, ubuntu-20.04, 3.8) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, macos-11, 3.10) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, macos-11, 3.11) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, macos-11, 3.7) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, macos-11, 3.8) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, macos-11, 3.9) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, windows-2022, 3.10) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, windows-2022, 3.11) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, windows-2022, 3.7) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, windows-2022, 3.8) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / build_pyodide (ubuntu-20.04) (push) Has been cancelled
Build Status / test_js_and_python (20.x, ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, macos-11, 3.10) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, macos-11, 3.11) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, macos-11, 3.8) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, macos-11, 3.9) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, ubuntu-20.04, 3.10) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, ubuntu-20.04, 3.11) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, ubuntu-20.04, 3.7) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, ubuntu-20.04, 3.8) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, windows-2022, 3.10) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, windows-2022, 3.11) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, windows-2022, 3.7) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, windows-2022, 3.8) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / test_python_sdist (ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / benchmark_python (20.x, ubuntu-20.04, 3.11) (push) Has been cancelled
Build Status / publish (ubuntu-20.04) (push) Has been cancelled
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-05-23 00:25:54 -04:00
Andrew Stein
175dbf57e1
Port to pnpm
...
Signed-off-by: Andrew Stein <steinlink@gmail.com >
2024-05-20 21:36:24 -04:00
Andrew Stein
35abc1e077
v2.10.0
Build Status / initialize (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.11) (push) Has been cancelled
Build Status / build_js (18.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / lint_python (ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_js (18.x, ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / benchmark_js (18.x, ubuntu-20.04) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.10) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.7) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.8) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.10) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.11) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.11) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.7) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.8) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / build_pyodide (ubuntu-20.04) (push) Has been cancelled
Build Status / test_js_and_python (18.x, ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.10) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.7) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.8) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.9) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.10) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.11) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.8) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.9) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.10) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.11) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.7) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.8) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.10) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.11) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.7) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.8) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / test_python_sdist (ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / benchmark_python (18.x, ubuntu-20.04, 3.11) (push) Has been cancelled
Build Status / publish (ubuntu-20.04) (push) Has been cancelled
2024-03-25 14:31:58 -04:00
Andrew Stein
93959e3a72
v2.9.0
Build Status / initialize (push) Has been cancelled
Build Status / build_js (18.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / lint_python (ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_js (18.x, ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / benchmark_js (18.x, ubuntu-20.04) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.10) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.11) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.7) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.8) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.10) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.11) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.7) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.8) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.9) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.10) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.11) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.7) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.8) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / build_pyodide (ubuntu-20.04) (push) Has been cancelled
Build Status / test_js_and_python (18.x, ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.10) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.11) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.8) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.9) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.10) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.11) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.7) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.8) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.10) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.11) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.7) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.8) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / test_python_sdist (ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / benchmark_python (18.x, ubuntu-20.04, 3.11) (push) Has been cancelled
Build Status / publish (ubuntu-20.04) (push) Has been cancelled
2024-03-12 05:11:14 -04:00
Andrew Stein
720071fca8
v2.8.1
Build Status / initialize (push) Has been cancelled
Build Status / build_js (18.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / lint_python (ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_js (18.x, ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / benchmark_js (18.x, ubuntu-20.04) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.10) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.11) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.7) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.8) (push) Has been cancelled
Build Status / build_python (2014, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.10) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.11) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.7) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.8) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.9) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.10) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.11) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.7) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.8) (push) Has been cancelled
Build Status / build_python (none, ${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / build_pyodide (ubuntu-20.04) (push) Has been cancelled
Build Status / test_js_and_python (18.x, ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.10) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.11) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.8) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, macos-11, 3.9) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.10) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.11) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.7) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.8) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.10) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.11) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.7) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.8) (push) Has been cancelled
Build Status / test_python (${{ needs.initialize.outputs.INCLUDE_WINDOWS == 'true' || needs.initialize.outputs.FULL_RUN == 'true' }}, ${{ needs.initialize.outputs.FULL_RUN == 'true' }}, 18.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / test_python_sdist (ubuntu-20.04, 3.9) (push) Has been cancelled
Build Status / benchmark_python (18.x, ubuntu-20.04, 3.11) (push) Has been cancelled
Build Status / publish (ubuntu-20.04) (push) Has been cancelled
2024-02-26 23:15:58 -05:00
Andrew Stein
343c927d8f
Use LLVM 17
2024-02-26 22:17:05 -05:00
Andrew Stein
82e18ec242
Fix windows C++ build
2024-02-26 21:32:27 -05:00
Andrew Stein
7c70021548
Fix split_by with date/datetime columns
2024-02-26 02:46:32 -05:00
No Author
764094660c
Autofix
2024-02-23 23:01:29 -05:00