3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 6 hours ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Post-release actions performed. More... over 17 years ago
Added some more metainfo for the package. More... over 17 years ago
Updated announcement before the release. More... over 17 years ago
Version bumped to 1.1.1. More... over 17 years ago
Added a new benchmark (based on a script provided by Andrew Collette, thanks!) for easily testing the multidimensional case in the future. Closes #12 (together with r39). More... over 17 years ago
Added a fix to avoid the caches in numexpr to grow too much. The dictionary caches are kept now always with less than 256 entries. Closes #11. More... over 17 years ago
Version bumped to 1.1.1.dev More... over 17 years ago
Fixed a bug that caused unnecessary copies of multidimensional arrays. More... over 17 years ago
Some small improvements in doc files. More... over 17 years ago
Updated the announcement once more (hope it is the last one). More... over 17 years ago
Updated announcement. More... over 17 years ago
Some improvements to the README and a spellcheck passed. More... over 17 years ago
Forgot to install the VERSION file. More... over 17 years ago
Yet another glitch with the VERSION file path discovery. More... over 17 years ago
Corrected a glitch with the VERSION file. More... over 17 years ago
Added the capability to set the version number on a single file. More... over 17 years ago
Added the manifest file More... over 17 years ago
Polishing some docs for release. More... over 17 years ago
Reduced BLOCK_SIZE1 to 256, as it seems the optimal value for nowadays Core2 processors. More... over 17 years ago
README rewritten (forgot about the eval() ;-) More... over 17 years ago
Put in sync the repository with the version in PyTables. Added new documents so as to allow new users to get a feel on the package capabilities before trying it out. More... over 17 years ago
Remove telling setuptools to require numpy at install time. More... over 18 years ago
Fix line endings from Tim's last commit, and add svn:eol-style=native to all files More... over 18 years ago
Numexpr wouldn't compile on windows under MSVC, because self.compiler was being modified before it was initialized.. More... over 18 years ago
Issue 1: Some complementary info in README.txt (faltet) Add Ivan Vilata to list of contributors. More... over 18 years ago
Move compiler.py to necompiler.py, to avoid conflict with the stdlib compiler module (which we may use some day). More... over 18 years ago
- bump version number to 1.0 - fix the build_ext in setup.py More... over 18 years ago
Do some munging in setup.py so that MSVC uses /O1 instead of /Ox (and, by extension, take the compile time down from very long to not long). Haven't tested it, though. More... almost 19 years ago
Convert tests to be usable with nose. More... almost 19 years ago
Don't use a Configuration object in setup.py: just specify everything directly to setup(). Also make numexpr/tests/__init__.py a package More... almost 19 years ago