Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

georgestagg

georgestagg created a review comment on a pull request on pyodide/pyodide
Sure :)

View on GitHub

georgestagg created a review on a pull request on pyodide/pyodide

View on GitHub

georgestagg created a comment on an issue on pyodide/pyodide
> I wonder if there are any other functional blockers for adding the recipe here in-tree for Pyodide? I think things are pretty much in place to go ahead and add Polars to Pyodide. We had to dis...

View on GitHub

georgestagg created a comment on an issue on posit-dev/py-shiny
Pyodide wheels are now being built for Polars and are available at https://github.com/pola-rs/polars/releases/tag/py-1.18.0.

View on GitHub

georgestagg deleted a branch georgestagg/polars

pyodide-read-csv

georgestagg created a comment on an issue on pola-rs/r-polars
Note that in https://github.com/pola-rs/polars/pull/20383 we also disable the `parquet` feature for the Pyodide build, along with some other Rust features that cause issues right now. I expect this...

View on GitHub

georgestagg pushed 13 commits to pyodide-read-csv georgestagg/polars
  • feat: Add FirstArgLossless supertype (#20394) dbd2c5f
  • fix(python): Fix plotting f-strings and docstrings (#20399) 0955b9a
  • fix: Raise on categorical search_sorted (#20395) 15b8981
  • fix: Fix decimal arithmetic schema (#20398) 234810d
  • fix(python): Fix decimal series dispatch (#20400) 2f2bb92
  • feat: Order observability optimizations (#20396) 127f590
  • fix(python): Fix return type of `Series.dt.add_business_days` (#20402) 54860b9
  • docs(rust): Fix "forcolumnar" typo in docs (#20401) 68eec85
  • feat(python): Support loading data from multiple Excel/ODS workbooks (#20404) 62ebbe5
  • feat: Always resolve dynamic types in schema (#20406) f242871
  • fix: Fix using `new_columns` in `scan_csv` with compressed file (#20412) 6aaa98c
  • refactor(rust): Move gather kernels to polars-compute (#20415) 2ae01fb
  • Set mmap size based on seek when running under Emscripten 199b748

View on GitHub

georgestagg pushed 1 commit to feature/initial-positron-assistant georgestagg/positron
  • Initial Positron Assistant and custom chat agent 82dfce7

View on GitHub

georgestagg pushed 1 commit to feature/initial-positron-assistant georgestagg/positron
  • Initial Positron Assistant and custom chat agent 43e9c7a

View on GitHub

georgestagg pushed 7 commits to feature/initial-positron-assistant georgestagg/positron
  • e2e-test: editor action test - use mouse down (#5839) Per the changes in https://github.com/posit-dev/positron/pull/... fc1fdd3
  • python/ci: adjust CI testing for python 3.8 (#5782) addresses #5136 ~addresses #5137~ NOTE: due to `ibis-framework[... b99414b
  • e2e: skipping ipykernal new project tests (#5843) <!-- Thank you for submitting a pull request. If this is your firs... f4fbb2b
  • E2E test: extensions POM for playwright; enable shiny tests for web (#5844) Migrated the functions we are using from... 6edeff5
  • API for extending the connections pane (#5785) Addresses: https://github.com/posit-dev/positron/issues/5689 Add a p... 18a1951
  • E2E test: Positron editors POM (#5845) Replace MS editors POM with one based solely on Playwright ### QA Notes ... bdc131e
  • Initial Positron Assistant and custom chat agent cdde231

View on GitHub

georgestagg created a branch on georgestagg/positron

feature/initial-positron-assistant - Positron, a next-generation data science IDE

georgestagg created a branch on georgestagg/polars

pyodide-read-csv - Dataframes powered by a multithreaded, vectorized query engine, written in Rust

georgestagg opened a pull request on pola-rs/polars
feat: Polars build for Pyodide
Hi @ritchie46 , it was nice chatting to you recently. As discussed, here is all the work so far for building a Polars wheel for Pyodide. As an update from when we spoke last: the required change...
georgestagg pushed 57 commits to main georgestagg/polars
  • fix: Fix assertion panic on LazyFrame `scratch.is_empty()` (#20219) 1cd807f
  • refactor: Remove debug asserts on scratch space (#20224) 4163fd3
  • fix: Fix incorrect lazy `select(len())` with some select orderings (#20222) 01fadd9
  • Rust Polars 0.45.1 (#20226) e83e7d4
  • python Polars 1.17.1 (#20227) 87feed7
  • feat: Expose AexprArena (#20230) 5f6f066
  • fix: Properly account for updated Categorical in .unique() kernel (#20235) 2c76494
  • test(python): Add test for BytesIO overwritten after scan (#20240) c2ef569
  • feat: Add `cat.len_chars` and `cat.len_bytes` (#20211) a21ac2e
  • fix: Ensure height is maintained in SQL `SELECT 1 FROM` (#20241) 296b4d4
  • fix: Incorrect comparison in some cases with filtered list/array columns (#20243) 8c39bb9
  • feat(rust): IR formatting QoL improvements (#20246) b12a543
  • fix: Fix error writing on Windows to locations outside of C drive (#20245) 117a0ba
  • docs: Fix typo in `fork` warning (#20258) aff9659
  • fix: Ensure output height does not change on lazy projection pushdown with aggregations (#20223) 0edbfff
  • build(python): Build wheels for ARM Windows in Python release workflow (#20247) 0869598
  • feat: Add new `Int128Type` (#20232) Co-authored-by: ritchie <[email protected]> f599e88
  • feat(python): Streamline creation of empty frame from `Schema` (#20267) 08ddc4b
  • build(python): Update `pyo3` and `numpy` crates to version `0.23` (#20111) df8672d
  • perf(python): Lower overhead for `BytecodeParser` on introspection of incompatible UDFs (#20280) 84d317a
  • and 37 more ...

View on GitHub

georgestagg opened a pull request on georgestagg/polars
feat: Polars for Pyodide
georgestagg pushed 7 commits to emscripten-main georgestagg/polars
  • Disable PyInProcessQuery on wasm32 cd20b0e
  • Avoid 60 bit shift on 32 bit targets 04c7826
  • Setup allocator for wasm32-unknown-emscripten d6ae0a5
  • Fix cloud_options when cloud feature is disabled fdd6ff3
  • Use u64 for OffsetType::MAX in truncate_buffer 2bb2571
  • Add Pyodide build test to GitHub workflows 0fdf754
  • Add Pyodide build to release-python.yml 5d7d1da

View on GitHub

georgestagg created a branch on georgestagg/polars

emscripten-main - Dataframes powered by a multithreaded, vectorized query engine, written in Rust

georgestagg closed a pull request on georgestagg/polars
Emscripten
georgestagg opened a pull request on georgestagg/polars
Emscripten
georgestagg pushed 3 commits to emscripten georgestagg/polars
  • Add Pyodide build test to GitHub workflows abfbad2
  • Add Pyodide build to release-python.yml d70a532
  • TMP: CI 0101bbd

View on GitHub

georgestagg pushed 10 commits to emscripten georgestagg/polars
  • Update inventory dependency 476a33c
  • Setup ThreadPool for wasm32-unknown-emscripten b35a3af
  • Disable PyInProcessQuery on wasm32 94e5f9d
  • Avoid 60 bit shift on 32 bit targets 6d6e3d9
  • Setup allocator for wasm32-unknown-emscripten e75f824
  • Fix cloud_options when cloud feature is disabled 9844a1c
  • Use u64 for OffsetType::MAX in truncate_buffer a5d6d09
  • Add Pyodide build test to GitHub workflows f64bfeb
  • Add Pyodide build to release-python.yml 035dee2
  • TMP: CI 142255d

View on GitHub

georgestagg pushed 1 commit to emscripten georgestagg/polars

View on GitHub

georgestagg pushed 2 commits to emscripten georgestagg/polars

View on GitHub

georgestagg pushed 3 commits to emscripten georgestagg/polars
  • Add Pyodide build test to GitHub workflows 5c73e4f
  • Add Pyodide build to release-python.yml 92d5c42
  • TMP: CI 97be640

View on GitHub

georgestagg pushed 3 commits to emscripten georgestagg/polars
  • Add Pyodide build test to GitHub workflows 74026b7
  • Add Pyodide build to release-python.yml 697b465
  • TMP: CI ec6634b

View on GitHub

georgestagg pushed 3 commits to emscripten georgestagg/polars
  • Add Pyodide build test to GitHub workflows 5e026c4
  • Add Pyodide build to release-python.yml 1c0b7fb
  • TMP: CI 3d4b300

View on GitHub

georgestagg pushed 2 commits to emscripten georgestagg/polars

View on GitHub

georgestagg pushed 3 commits to emscripten georgestagg/polars
  • Add Pyodide build to release-python.yml c155762
  • Add Pyodide build test to GitHub workflows 2ce8d19
  • TMP: CI 33c1220

View on GitHub

georgestagg pushed 2 commits to emscripten georgestagg/polars

View on GitHub

georgestagg pushed 1 commit to emscripten georgestagg/polars

View on GitHub

Load more