Changelog for
python3-line_profiler-4.0.3-lp154.2.1.x86_64.rpm :
* Sun Mar 26 2023 Dirk Müller
- update to 4.0.3:
* FIX: Stop requiring bleeding-edge Cython unless necesasry (for Python 3.12). #206
* Mon Feb 20 2023 Steve Kowalik - Update to 4.0.2:
* FIX: AttributeError on certain methods. #191
* FIX: Profiling classmethods works again. #183
* ENH: Python 3.11 is now supported.
* ENH: Profiling overhead is now drastically smaller, thanks to reimplementing almost all of the tracing callback in C++.
* ENH: Added the ``-i <# of seconds>`` option to the ``kernprof`` script.
* CHANGE: Cython\'s native cythonize function is now used to compile the project, instead of scikit-build\'s convoluted process.
* CHANGE: Due to optimizations done while reimplementing the callback in C++, the profiler\'s code_map and last_time attributes now are indexed by a hash of the code block\'s bytecode and its line number.
* FIX: filepath test in is_ipython_kernel_cell for Windows #161
* ADD: setup.py now checks LINE_PROFILER_BUILD_METHOD to determine how to build binaries
* ADD: LineProfiler.add_function warns if an added function has a __wrapped__ attribute- Due to build system change, massively simplify %build.
* Thu Sep 29 2022 Yogalakshmi Arunachalam - Update to Version 3.5.2
* FIX: filepath test in is_ipython_kernel_cell for Windows #161
* ADD: setup.py now checks LINE_PROFILER_BUILD_METHOD to determine how to build binaries
* ADD: LineProfiler.add_function warns if an added function has a __wrapped__ attribute- Update to Version 3.5.1
* FIX: #19 line profiler now works on async functions again- Update to Version 3.5.0
* FIX: #109 kernprof fails to write to stdout if stdout was replaced
* FIX: Fixes max of an empty sequence error #118
* Make IPython optional
* FIX: #100 Exception raise ZeroDivisionError
* Fri Jan 07 2022 Ben Greiner - Update to 3.4.0
* Drop support for Python <= 3.5.x
* FIX: #104 issue with new IPython kernels
* Wheels for musllinux are now included
* FIX: Fix bug where lines were not displayed in Jupyter>=6.0 via [#93]- Release 3.3.1
* CHANGE: moving forward, new pypi releases will be signed with the GPG key 2A290272C174D28EA9CA48E9D7224DAF0347B114 for PyUtils-CI openpyutilsAATTgmail.com. For reference, older versions were signed with either 262A1DF005BE5D2D5210237C85CD61514641325F or 1636DAF294BA22B89DBB354374F166CFA2F39C18.- Release 3.2.5
* Include c source files in manifest (#74)- Fix IPython requirements- Fix platform install dir
* Thu Apr 22 2021 Markéta Machová - update to 3.1.0
* Restructure into package
* fix Python 3.9
* Wed Jan 02 2019 Tomáš Chvátal - Regenerate cython files to fix build under python 3.7
* Mon Oct 29 2018 Todd R - It doesn\'t have a direct dependency on prompt_toolkit.
* Thu Jul 19 2018 mceplAATTsuse.com- Switch off tests (they are broken, https://github.com/rkern/line_profiler/issues/128)
* Thu May 10 2018 toddrme2178AATTgmail.com- Set minimum python3 version
* Thu May 03 2018 toddrme2178AATTgmail.com- Use %license tag
* Thu Apr 19 2018 toddrme2178AATTgmail.com- Update to version 2.1.2
* ENH: Add support for Python 3.5 coroutines
* ENH: Documentation updates
* ENH: CI for most recent Python versions (3.5, 3.6, 3.6-dev, 3.7-dev, nightly)
* ENH: Add timer unit argument for output time granularity spec
* Tue Aug 29 2017 toddrme2178AATTgmail.com- Update to version 2.0
* Added support for IPython 5.0+, removed support for IPython <=0.12- Update to version 1.1
* Read source files as bytes.- Implement single-spec version
* Tue Nov 11 2014 toddrme2178AATTgmail.com- Implement update-alternatives- Implement unit tests