Commit Graph

  • 6271ad5cb9 Accepting request 1328623 from devel:languages:python factory Ana Guerrero 2026-01-22 14:18:03 +00:00
  • cda67cb651 - update to 1.0.8: * fix bug (#146) so that return from a Procedure does not interrupt the calling code block * remove numpy.memmap from default methods * add discussion of numpy functions/objects that can open files * add support and tests for lambda expressions * add default permissions to github actions * update README, doc, remove cruft Dirk Mueller 2026-01-22 08:38:06 +00:00
  • 57cfc7e90e Accepting request 1317640 from devel:languages:python Ana Guerrero 2025-11-14 15:13:53 +00:00
  • 68a4ae487b Accepting request 1317608 from home:glaubitz:branches:devel:languages:python Nico Krapp 2025-11-13 16:40:19 +00:00
  • 26f6a0e8ba Accepting request 1240582 from devel:languages:python Ana Guerrero 2025-01-27 19:57:33 +00:00
  • 01a4e44ba6 Add information about the fixed CVE. Matej Cepl 2025-01-27 15:21:08 +00:00
  • 46c0f1ad77 Accepting request 1240526 from home:glaubitz:branches:devel:languages:python Matej Cepl 2025-01-27 13:48:13 +00:00
  • a153277aed Accepting request 1206742 from devel:languages:python Ana Guerrero 2024-10-10 20:15:05 +00:00
  • 99babe4a06 - update to 1.0.5: * more work on handling errors, including fixing #133 and adding more comprehensive tests for #129 and #132 - update to 1.0.4: * fix error handling that might result in null exception - update to 1.0.3: * functions ("Procedures") defined within asteval have a _signature() method, now use in repr * add support for deleting subscript * nested symbol tables now have a Group() function * update coverage config * cleanups of exception handling : errors must now have an exception * several related fixes to suppress repeated exceptions: see GH #132 and #129 * make non-boolean return values from comparison operators behave like Python - not immediately testing as bool Dirk Mueller 2024-10-10 15:41:57 +00:00
  • b961375642 Accepting request 1192791 from devel:languages:python Dominique Leuenberger 2024-08-09 14:16:02 +00:00
  • f2db97257e - update to 1.0.2: * fix NameError handling in expression code * make exception messages more Python-like - update to 1.0.1: * security fixes, based on audit by Andrew Effenhauser, Ayman Hammad, and Daniel Crowley, IBM X-Force Security Research division * remove numpy modules polynomial, fft, linalg by default for security concerns * disallow string.format(), improve security of f-string evaluation Dirk Mueller 2024-08-09 06:58:52 +00:00
  • 635b41aba6 Accepting request 1184940 from devel:languages:python Ana Guerrero 2024-07-03 18:30:41 +00:00
  • 3556f02353 - update to 1.0.0: * fix (again) nested list comprehension (Issues #127 and #126). * add more testing of multiple list comprehensions. * more complete support for Numpy 2, and removal of many Numpy symbols that have been long deprecated. * remove AST nodes deprecated in Python 3.8. * clean up build files and outdated tests. * fixes to codecov configuration. * update docs. Dirk Mueller 2024-07-02 20:14:36 +00:00
  • ff646e2531 Accepting request 1180154 from devel:languages:python Ana Guerrero 2024-06-12 13:39:03 +00:00
  • fb5b8c97a1 - update to 0.9.33: * fixes for multiple list comprehensions (addressing #126) * add testing with optionally installed numpy_financial to CI * test existence of all numpy imports to better safeguard against missing functions (for safer numpy 2 transition) * update rendered doc to include PDF and zipped HTML Dirk Mueller 2024-06-12 09:58:41 +00:00
  • dc9d1cba67 Accepting request 1160806 from devel:languages:python Ana Guerrero 2024-03-25 20:07:49 +00:00
  • 37ab1a509d - update to 0.9.32: * add deprecations message for numpy functions to be removed in numpy 2.0 * comparison operations use try/except for short-circuiting instead of checking for numpy arrays (addressing #123) * add Python 3.12 to testing * move repository from "newville" to "lmfit" organization * update doc theme, GitHub locations pointed to by docs, other doc tweaks. - Update to 0.9.28 - update to 0.9.27: Dirk Mueller 2024-03-22 19:39:45 +00:00
  • 2d5cb2ab36 Accepting request 1099490 from devel:languages:python Ana Guerrero 2023-07-19 17:11:37 +00:00
  • 07889e9e99 Accepting request 1099323 from home:ateixeira:branches:devel:languages:python Dirk Mueller 2023-07-19 11:13:04 +00:00
  • 80bfef73ab Accepting request 1066270 from devel:languages:python Dominique Leuenberger 2023-02-17 15:45:13 +00:00
  • 6081433439 - update to 0.9.29: * bug fixes Dirk Mueller 2023-02-16 21:08:19 +00:00
  • 438b8832f0 Accepting request 1039546 from devel:languages:python Dominique Leuenberger 2022-12-02 14:47:26 +00:00
  • 0924f05cef Accepting request 1039411 from home:yarunachalam:branches:devel:languages:python Dirk Mueller 2022-12-02 10:45:25 +00:00
  • 4a48cc84ae Accepting request 1001657 from devel:languages:python Dominique Leuenberger 2022-09-07 09:06:36 +00:00
  • 3e11590889 Accepting request 1001519 from home:yarunachalam:branches:devel:languages:python Markéta Machová 2022-09-07 08:17:17 +00:00
  • acf5b8fe73 Accepting request 948243 from devel:languages:python Dominique Leuenberger 2022-01-23 17:38:43 +00:00
  • db290480e1 - update to 0.9.26: * fix setup.py again Dirk Mueller 2022-01-23 16:39:59 +00:00
  • a85404df2d Accepting request 946672 from devel:languages:python Dominique Leuenberger 2022-01-15 19:05:26 +00:00
  • 6ea62dd13d - update to 0.9.25: * fixes import errors for Py3.6 and 3.7, setting version with importlib_metadata.version if available. * use setuptools_scm and importlib for version * treat all __dunder__ attributes of all objects as inherently unsafe. Dirk Mueller 2022-01-15 16:48:36 +00:00
  • 5de5cc51f8 Accepting request 873194 from devel:languages:python Dominique Leuenberger 2021-02-18 19:40:32 +00:00
  • c0e54b1835 Accepting request 873123 from home:bnavigator:branches:devel:languages:python Matej Cepl 2021-02-17 16:45:00 +00:00
  • 9cc9bda138 Accepting request 765260 from devel:languages:python Dominique Leuenberger 2020-01-18 11:17:45 +00:00
  • acb5459b53 Accepting request 765256 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-01-17 12:55:06 +00:00
  • c347c2b9d3 Accepting request 755349 from devel:languages:python Dominique Leuenberger 2019-12-09 20:37:49 +00:00
  • 1af5755c8f Accepting request 755348 from home:TheBlackCat:branches:devel:languages:python:numeric Todd R 2019-12-09 17:47:07 +00:00
  • 772a3c8a2b Accepting request 743739 from devel:languages:python Dominique Leuenberger 2019-10-30 13:43:48 +00:00
  • 75bdfacfe0 Accepting request 743629 from home:TheBlackCat:branches:devel:languages:python Tomáš Chvátal 2019-10-29 07:47:45 +00:00
  • 8902844c63 Accepting request 730700 from devel:languages:python Yuchen Lin 2019-09-16 08:50:48 +00:00
  • 8b7f62c3ca - Update to 0.9.15: * some doc improvements Tomáš Chvátal 2019-09-13 12:10:04 +00:00
  • 63a3064876 Accepting request 718567 from devel:languages:python Dominique Leuenberger 2019-07-26 10:42:16 +00:00
  • 5095f80d0b Accepting request 718563 from home:pgajdos Tomáš Chvátal 2019-07-25 13:50:11 +00:00
  • a2dbc3d049 Accepting request 682133 from devel:languages:python Dominique Leuenberger 2019-03-06 14:52:29 +00:00
  • fe0861cc40 - Update 0.9.13: * Various spelling fixes * Error reporting tweaks Tomáš Chvátal 2019-03-06 12:18:41 +00:00
  • cb7c93fc29 Accepting request 632120 from devel:languages:python Dominique Leuenberger 2018-08-31 08:45:17 +00:00
  • bcc1a5c3a0 - Fix the test call to work on 42.3 Tomáš Chvátal 2018-08-29 10:27:36 +00:00
  • f921666727 Accepting request 613718 from devel:languages:python Yuchen Lin 2018-06-15 12:37:38 +00:00
  • 4b7854c88f Accepting request 613717 from devel:languages:python:misc Todd R 2018-06-03 04:04:54 +00:00