Commit Graph

  • 7b229df6a6 [pre-commit.ci] pre-commit autoupdate pre-commit-ci-update-config pre-commit-ci[bot] 2026-08-17 20:00:09 +00:00
  • 7031844cb0 Merge pull request #564 from nevercodecorrect/harden-expression-sanitization master Francesc Alted 2026-07-31 14:14:09 +02:00
  • f84a6ca145 update document mengw 2026-07-27 21:34:50 +02:00
  • 268e22db23 Update documents regarding parsing error types mengww 2026-07-27 20:34:50 +02:00
  • 0577f26eb5 Harden expression sanitization with AST validation mengw 2026-07-27 16:53:55 +02:00
  • b10fbbb43a Merge pull request #563 from star1327p/correct-typos Francesc Alted 2026-07-27 12:37:32 +02:00
  • a9910cac9d DOC: a HTML -> an HTML (make.bat) Christine P. Chai 2026-07-26 18:53:44 -07:00
  • 1f34e6d5e1 DOC: a HTML -> an HTML Christine P. Chai 2026-07-26 18:52:58 -07:00
  • c07e53a676 DOC: a Intel -> an Intel Christine P. Chai 2026-07-26 18:52:21 -07:00
  • 09d6d7e994 DOC: a in-between -> an in-between Christine P. Chai 2026-07-26 18:51:54 -07:00
  • 3ed132f997 DOC: an scalar -> a scalar Christine P. Chai 2026-07-26 18:51:18 -07:00
  • a561ee3835 Post 2.14.2 release actions done Francesc Alted 2026-07-18 12:59:10 +02:00
  • 3b5ddaad46 Getting ready for release 2.14.2 v2.14.2 Francesc Alted 2026-07-18 12:29:13 +02:00
  • d48823ae9b Fix constsig leak on itemsizes allocation failure in NumExpr_init. Closes #561. Francesc Alted 2026-07-18 12:13:01 +02:00
  • 371d064b65 Merge branch 'master' of github.com:pydata/numexpr Francesc Alted 2026-07-18 12:08:48 +02:00
  • 2059974b3d Return the actual result code from run_interpreter() Francesc Alted 2026-07-18 12:08:06 +02:00
  • d5f712d3a8 Merge pull request #559 from uwezkhan/shift-count-guard Francesc Alted 2026-07-18 11:42:33 +02:00
  • 462d4d10ba Merge pull request #562 from pydata/pre-commit-ci-update-config Francesc Alted 2026-07-18 11:28:45 +02:00
  • 3e2bdd1cbf [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2026-07-13 19:54:41 +00:00
  • caa29dcf8d Guard out-of-range shift counts in integer opcodes uwezkhan 2026-06-14 01:59:25 +05:30
  • ca91acf7a8 Drop support for Python 3.10 Francesc Alted 2026-06-24 14:23:24 +02:00
  • b065396faa Merge pull request #560 from gaoflow/fix-558-out-cache-weakref Francesc Alted 2026-06-24 14:18:56 +02:00
  • bd99ef33d9 No more free-threaded 3.13 builds, matching numpy's support Francesc Alted 2026-06-24 14:02:11 +02:00
  • 2288788804 Potential fix for pull request finding Francesc Alted 2026-06-24 10:47:01 +02:00
  • ffc084ff5d Merge pull request #555 from pydata/pre-commit-ci-update-config Francesc Alted 2026-06-22 11:15:35 +02:00
  • a6ad5431c2 Avoid retaining evaluate out arrays Vincent Gao 2026-06-19 02:25:44 +02:00
  • 7a40502398 [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2026-04-27 19:34:33 +00:00
  • 96655c0b80 Merge pull request #554 from 27rabbitlt/patch-1 Francesc Alted 2026-03-02 17:37:39 +01:00
  • 7261629f77 Modify condition to include index 1 in benchmark Teng Liu 2026-03-02 17:16:12 +01:00
  • 93fc5e7e5c Merge pull request #552 from pydata/pre-commit-ci-update-config Francesc Alted 2026-03-02 17:08:01 +01:00
  • 627126806d Merge pull request #551 from finnagin/arm64-runner Francesc Alted 2026-03-02 17:07:29 +01:00
  • 60da1bdea5 [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2026-02-23 19:25:29 +00:00
  • 57902311a4 Fix comment Finn Womack 2026-02-09 10:17:48 -08:00
  • 3e4bbe1415 Add 'cp310-win_arm64' to skip list in cibuildwheel Finn Womack 2026-02-09 01:53:27 -08:00
  • 7162562663 add windows arm64 builds Finn Womack 2026-02-09 01:27:36 -08:00
  • 1bc248b86f Example of C prefilter written in Cython run-compiled-c Francesc Alted 2025-12-04 07:19:36 +01:00
  • b7f0f0698d Preliminary implementation of C API Francesc Alted 2025-12-03 14:21:56 +01:00
  • 1e3241d988 Print versions during tests execution Francesc Alted 2025-12-02 12:52:05 +01:00
  • f74e0dbfa4 Merge pull request #546 from 27rabbitlt/add_disable_cache_parameter Francesc Alted 2025-12-02 07:39:39 +01:00
  • c657605cd1 FIX: comment out refcount since Python optimizes refcounts. Keep the test for future reference purpose 27rabbitlt 2025-11-07 19:25:15 +01:00
  • 20f31d46fd [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2025-11-07 16:05:26 +00:00
  • d1aa68b1a7 FEAT: add disable_cache parameter in evaluate function. When set to True, we disable the internal cache mechenism nad evaluate the expression directly 27rabbitlt 2025-11-07 17:03:11 +01:00
  • 30624a22e7 Merge pull request #544 from pydata/pre-commit-ci-update-config lshaw8317 2025-10-14 13:22:35 +02:00
  • fc0959442b Merge pull request #545 from pydata/add_complex lshaw8317 2025-10-14 13:17:38 +02:00
  • 62a2317ff5 Merge pull request #543 from pydata/update_build_yaml lshaw8317 2025-10-14 12:07:29 +02:00
  • 0b98caf833 [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2025-10-13 19:15:40 +00:00
  • cedcf1617b Post 2.14.1 release actions done Luke Shaw 2025-10-13 18:20:03 +02:00
  • 15ee846b5e Streamline build Luke Shaw 2025-10-13 17:42:40 +02:00
  • 048a5c42b0 Getting ready for release 2.14.1 v2.14.1 Luke Shaw 2025-10-13 17:21:55 +02:00
  • d9cf0f0785 Getting ready for release 2.14.1 Luke Shaw 2025-10-13 17:10:54 +02:00
  • 1fcb012d96 Merge pull request #542 from pydata/test-numpy-1.26 lshaw8317 2025-10-13 16:44:54 +02:00
  • 898b4d9dbf Update tests to pass for numpy 1.26 lshaw8317 2025-10-13 16:12:48 +02:00
  • 7cadd0f93b Revert "Merge pull request #534 from jorenham/static-typing" lshaw8317 2025-10-13 15:50:59 +02:00
  • eb2f999703 Revert "Merge pull request #534 from jorenham/static-typing" lshaw8317 2025-10-13 15:49:53 +02:00
  • e27646b742 Force local build and test with numpy 1.26 lshaw8317 2025-10-13 15:42:50 +02:00
  • acd7eb0da3 Force tests with numpy 1.26 lshaw8317 2025-10-13 15:37:17 +02:00
  • 0e827b1886 Force tests with numpy 1.26 lshaw8317 2025-10-13 15:33:27 +02:00
  • ed435570d3 Force local build with numpy 1.26 lshaw8317 2025-10-13 15:29:26 +02:00
  • 7307711b91 Fix cache error lshaw8317 2025-10-13 15:26:20 +02:00
  • 40efd83c52 Force use of numpy 1.26 lshaw8317 2025-10-13 15:23:21 +02:00
  • e81babc832 Push numpy requirement to 1.26 lshaw8317 2025-10-13 14:52:05 +02:00
  • 48396e3112 Correct build.yml file lshaw8317 2025-10-13 14:43:44 +02:00
  • 8461786f2b Correct build.yml file lshaw8317 2025-10-13 14:38:16 +02:00
  • bf8d7a6c8c Add test for numpy 1.23 lshaw8317 2025-10-13 14:24:09 +02:00
  • fcf995afc9 Post 2.14.0 release actions done lshaw8317 2025-10-13 13:24:09 +02:00
  • cd6c16d05a Post 2.14.0 release actions done lshaw8317 2025-10-13 13:23:49 +02:00
  • 4154b7b3e9 Getting ready for release 2.14.0 lshaw8317 2025-10-13 10:45:20 +02:00
  • 4a5866550c Getting ready for release 2.14.0 v2.14.0 lshaw8317 2025-10-13 10:37:35 +02:00
  • b74022304f Merge pull request #538 from pydata/pre-commit-ci-update-config lshaw8317 2025-10-13 09:31:51 +02:00
  • 18053b2143 [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2025-10-06 19:45:58 +00:00
  • bce38b4317 Merge pull request #534 from jorenham/static-typing Francesc Alted 2025-10-06 13:56:45 +02:00
  • 8ba43afd74 Merge branch 'master' into static-typing Joren Hammudoglu 2025-10-02 16:12:39 +02:00
  • cd730c826f Merge pull request #537 from pydata/fix_tan Francesc Alted 2025-10-01 10:40:23 +02:00
  • 2d24f28f8e Post 2.13.1 release actions done lshaw8317 2025-09-30 20:40:41 +02:00
  • 64eb4e1ec1 Correct version number v2.13.1 Luke Shaw 2025-09-30 17:55:55 +02:00
  • 93b9fee886 Getting ready for release 2.13.1 Luke Shaw 2025-09-30 17:53:48 +02:00
  • aefd3e62f3 Announcing Luke Shaw 2025-09-30 17:52:55 +02:00
  • 9b071c2de2 Merge pull request #536 from pydata/fix_funcbugs lshaw8317 2025-09-30 17:50:08 +02:00
  • 780908af3d Make test stricter Luke Shaw 2025-09-30 15:33:23 +02:00
  • 74149e7104 Fix numerical stability for tan/tanh Luke Shaw 2025-09-30 15:27:24 +02:00
  • f1487d4dc5 Fix boolean add/mult Luke Shaw 2025-09-30 14:43:12 +02:00
  • f114e9f49f Add nan handling to maximum/minimum Luke Shaw 2025-09-30 12:15:01 +02:00
  • 36ca8d1f16 revert problematic functional changes in setOrderedRegisterNumbers jorenham 2025-09-25 19:33:59 +02:00
  • f360f1240f Update RELEASE_NOTES to reflect changes in functionality Francesc Alted 2025-09-25 09:32:56 +02:00
  • 17c206a113 stringify remaining problematic annotations jorenham 2025-09-25 00:46:10 +02:00
  • d8161ba2ea add missing annotation quotes jorenham 2025-09-25 00:31:37 +02:00
  • 982118cc39 add release note for the added static typing support jorenham 2025-09-25 00:12:56 +02:00
  • a525d352c7 add Typing :: Typed project metadata classifier jorenham 2025-09-25 00:07:36 +02:00
  • 9ace416a62 run mypy and pyright in CI jorenham 2025-09-25 00:05:22 +02:00
  • 895df61a96 add the py.typed jorenham 2025-09-24 23:55:58 +02:00
  • 10d949adb2 re-enable mypy pre-commit hook jorenham 2025-09-24 23:43:42 +02:00
  • 49bc1816e3 run isort jorenham 2025-09-24 23:43:03 +02:00
  • f30461e262 configure mypy and pyright in pyproject.toml jorenham 2025-09-24 23:35:11 +02:00
  • 35e3dc2145 ignore mypy errors in setup.py jorenham 2025-09-24 23:34:00 +02:00
  • 910a31c0b5 fix typing errors in the tests jorenham 2025-09-24 23:33:16 +02:00
  • ba6dc39a4d annotate necompiler jorenham 2025-09-24 21:44:24 +02:00
  • ea2c17bc8b annotate interpreter.NumExpr jorenham 2025-09-24 21:44:11 +02:00
  • 35800698ba annotate expressions jorenham 2025-09-24 19:50:55 +02:00
  • 6892ed6e87 Update RELEASE_NOTES for version 2.13.0 Francesc Alted 2025-09-24 18:09:58 +02:00
  • 06c00df6d1 Revise RELEASE_NOTES.rst for new features Francesc Alted 2025-09-24 18:08:50 +02:00