3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use a more extreme test for the compilation time (varying expr) benchmark More... about 15 years ago
- sped up (initial) compilation of very large expressions (optimizeTempoariesAllocation was ~ O(n^2)) - removed some useless code (registers don't need to be numbered twice) More... about 15 years ago
slightly optimize compilation phase with more compact code More... about 15 years ago
remove all references to copy_args. They are not used anymore. More... about 15 years ago
added a bit more info in "input names exception" More... about 15 years ago
made getContext not modify the original dict, it's too easy to introduce a bug by using kwargs afterwards More... about 15 years ago
a few cosmetic changes More... about 15 years ago
use a tad faster __hash__ method More... about 15 years ago
made get_return_sig more readable More... about 15 years ago
fixed ones_like opcode (its signature has two arguments, even if the input argument is not really used). Note that we can't (easily) make ones_like take zero argument during the expression evaluation phase ( by replacing it by OpNode('ones_like', kind=a.astKind) because in that case the variable might not appear at all in the signature of the expression and thus, no type information for it would be available and a double would be used in all cases. More... about 15 years ago
- a few cosmectic changes - added a few FIXME More... about 15 years ago
- fixed the test suite: most of the TestExpressions tests were not run !!! in fact, the first test was run over and over again, making it look like all tests were executed and were successful. Moral of the story: do *not* define a closure within a for loop. - added a few tests for pow - cosmetic changes More... about 15 years ago
update tags More... about 15 years ago
Remove warning about unused 'ptr', add .hgignore file More... about 15 years ago
Merge the newiter branch into default More... about 15 years ago
fix compilation on (recent?) mingw by not including "missing_posix_functions.inc" More... about 15 years ago
Update to work with NumPy 1.6 beta branch More... over 15 years ago
Undoing changes in r280. More... over 15 years ago
Undoing changes. More... over 15 years ago
Removed unneeded sb1, sb2 and sb3 registers. More... over 15 years ago
Update to work with NumPy trunk, remove original looping method More... over 15 years ago
Removed and re-added benchmark. More... over 15 years ago
Syncing with r279 in 1.4 branch.. More... over 15 years ago
Updated release notes for 1.4.2. More... over 15 years ago
Merged in r257:274 from 1.4 branch (releasing 1.4.2). More... over 15 years ago
Added a warning about the dependency of the new iter code. More... over 15 years ago
Removed some overflow warnings in reduction operations. More... over 15 years ago
Added Mark Wiebe as author. Version bumped to 2.0.dev More... over 15 years ago
Initial import of changes in https://github.com/m-paradox/numexpr More... over 15 years ago
New branch for merging Mark Wiebe patches for new NumPy iterator. More... over 15 years ago