2024-06-12 09:58:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 12 09:58:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2024-03-22 19:39:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Mar 22 19:39:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
2023-07-19 11:13:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 18 18:09:28 UTC 2023 - Antonio Teixeira <antonio.teixeira@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.9.31:
|
|
|
|
|
* cleanup numpy imports to avoid deprecated functions, add financial
|
|
|
|
|
functions from numpy_financial module, if installed.
|
|
|
|
|
* prefer 'user_symbols' when initializing Interpreter, but still support
|
|
|
|
|
'usersyms' argument. Will deprecate and remove eventually.
|
|
|
|
|
* add support of optional (off-by default) "nested symbol table".
|
|
|
|
|
* update tests to run most tests with symbol tables of dict and nested
|
|
|
|
|
group type.
|
|
|
|
|
* general code and testing cleanup.
|
|
|
|
|
* add config argument to Interpreter to more fully control which nodes are supported
|
|
|
|
|
* add support for import and importfrom -- off by default
|
|
|
|
|
* add support for with blocks
|
|
|
|
|
* add support for f-strings
|
|
|
|
|
* add support of set and dict comprehension
|
|
|
|
|
* fix bug with 'int**int' not returning a float.
|
|
|
|
|
|
2023-02-16 21:08:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 16 21:08:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.9.29:
|
|
|
|
|
* bug fixes
|
|
|
|
|
|
2022-12-02 10:45:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 1 22:16:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
2024-03-22 19:39:45 +00:00
|
|
|
- Update to 0.9.28
|
2022-12-02 10:45:25 +00:00
|
|
|
* add support for Python 3.11
|
|
|
|
|
* add support for multiple list comprehensions
|
|
|
|
|
* improve performance of making the initial symbol table,
|
|
|
|
|
and Interpreter creation, including better checking for index_tricks attributes
|
|
|
|
|
|
2022-09-07 08:17:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Sep 6 20:15:58 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
2024-03-22 19:39:45 +00:00
|
|
|
- update to 0.9.27:
|
2022-09-07 08:17:17 +00:00
|
|
|
* more cleanups
|
|
|
|
|
|
2022-01-23 16:39:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jan 23 16:38:46 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.9.26:
|
|
|
|
|
* fix setup.py again
|
|
|
|
|
|
2022-01-15 16:48:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jan 15 16:47:20 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
2021-02-17 16:45:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 17 11:57:46 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Update to 0.9.22
|
|
|
|
|
* another important but small fix for Python 3.9
|
|
|
|
|
* Merge branch 'nested_interrupts_returns'
|
|
|
|
|
- Drop hard numpy requirement, don't test on python36
|
|
|
|
|
|
2020-01-17 12:55:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 17 12:49:59 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.9.18
|
|
|
|
|
* drop python2
|
|
|
|
|
* few fixes
|
|
|
|
|
|
2019-12-09 17:47:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 9 17:26:14 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.9.17
|
|
|
|
|
* add 3.8 to travis config
|
|
|
|
|
|
2019-10-29 07:47:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 29 05:01:27 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.9.16
|
|
|
|
|
* auto-run codecov only if numpy is installed
|
|
|
|
|
|
2019-09-13 12:10:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 13 12:09:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.9.15:
|
|
|
|
|
* some doc improvements
|
|
|
|
|
|
2019-07-25 13:50:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jul 25 13:36:37 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- version update to 0.9.14
|
|
|
|
|
* no upstream changelog
|
|
|
|
|
|
2019-03-06 12:18:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 6 12:17:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update 0.9.13:
|
|
|
|
|
* Various spelling fixes
|
|
|
|
|
* Error reporting tweaks
|
|
|
|
|
|
2018-08-29 10:27:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 29 10:27:20 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
|
|
- Fix the test call to work on 42.3
|
|
|
|
|
|
2018-06-03 04:04:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jun 2 19:10:58 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Use license tag
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 22 04:49:27 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Initial version
|