- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asteval?expand=0&rev=47
This commit is contained in:
2026-01-22 08:38:06 +00:00
committed by Git OBS Bridge
parent 68a4ae487b
commit cda67cb651
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jan 22 08:37:51 UTC 2026 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Thu Nov 13 14:25:13 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>