weld icon indicating copy to clipboard operation
weld copied to clipboard

High-performance runtime for data analytics applications

Results 75 weld issues
Sort by recently updated
recently updated
newest added

Thanks for this library! Just a reminder that most major scientific Python packages have dropped Python 2 support now, so only supporting Python 2 is quite problematic. Related to https://github.com/weld-project/weld/issues/110...

Hello, thank you for your work. I'm currently looking for a suitable solution for building Machine Learning foundation libraries in Rust. I'm evaluating how Weld could help in this space...

The license of weld is listed as BSD-3-Clause. However, the license file is not included in the python sdists as the license requires. IANAL, but my understanding is that, strictly...

This will make packaging and maintaining code that uses PyO3 easier.

Setting runtime settings for Weld in the Python package requires manually adding parameters to each supported function, so those parameters can be passed into WeldObject's evaluate. A `config` module or...

The Weld Object class in Python is currently quite clunky, as it requires manually stitching together strings and splicing in types, etc. It can probably be made nicer by (a)...

Add a getting started guide for newcomers to the Weld package (depends on #479)

As suggested by @wesm in #110 , it would be better to have a single Weld package organized into subpackages that contain integrated libraries. This will also make the package...

``` $ flake8 python/ python/grizzly/encoders.py:6:1: F401 'subprocess' imported but unused python/grizzly/encoders.py:8:1: F403 'from weld.weldobject import *' used; unable to detect undefined names python/grizzly/encoders.py:21:1: E302 expected 2 blank lines, found 1...