Samuel Marks
Samuel Marks
Ouch: ```bash $ bash shell/format.sh Skipped 27 files All done! ✨ 🍰 ✨ 622 files left unchanged. ./venv/lib/python3.11/site-packages/sympy/polys/numberfields/resolvent_lookup.py: "pyflakes[F]" failed during execution due to RecursionError('maximum recursion depth exceeded') Run flake8...
@fchollet Hmm ok I'll see what's causing these segfaults. In the meantime a lot of the patches are to solve the traceability problem, i.e., guarantee that the `output` variable is...
@gbaned - Sure thing. Done.
@gbaned Done
@sachinprasadhs No problem. Merged and resolved conflicts.
@gbaned Done.
@gbaned Done
@hertschuh I can automatically apply type annotations throughout the whole codebase using [my open-source library](https://github.com/offscale/cdd-python). If you prefer them to be in the docstrings, like we did pre Python 3.6,...
@AudriusButkevicius Slightly offtopic, but you might want to look at https://arrow.apache.org > Apache Arrow defines a language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations...
Also interested in this! Here's an issue I posted yesterday: > **Feature** > > Constrained types: > > ```python > # Normal integer > # Bring `MAX_INT` back or `2...