14
0

Commit Graph

  • b0fd983de6 Accepting request 1274207 from devel:languages:python main Ana Guerrero 2025-05-05 20:26:11 +00:00
  • ddc22576ec - update to 4.2.0: * FIX: Fix issue with auto-profile of editable installs #279 * FIX: Lookup OP-codes instead of hard coding them #284 * CHANGE: Drop support for Python 3.6 and Python 3.7 * ENH: Add support for Python 3.13 Dirk Mueller 2025-05-04 08:51:52 +00:00
  • fffb40fc11 Accepting request 1226686 from devel:languages:python Ana Guerrero 2024-11-27 21:11:52 +00:00
  • 2ffa290fca - Update to 4.1.3: * FIX: duration summary now respects the stripzeros argument. * FIX: minor test fixes. * ENH: building osx wheels for x86 and arm64. * ENH: documentation improvements. * Invoke subshell with the current python interpreter * Respect stripzeros in summary report * Normalize path before comparison - Switch to pyproject macros. - Drop patch use-sys-executable-python.patch, included upstream. Steve Kowalik 2024-11-27 00:01:34 +00:00
  • b18473bfd3 Accepting request 1157657 from devel:languages:python Ana Guerrero 2024-03-13 21:21:13 +00:00
  • e2914ebdd8 - skip python 3.9 build Dirk Mueller 2024-03-13 15:30:14 +00:00
  • 84c5cdd605 Accepting request 1146675 from devel:languages:python Ana Guerrero 2024-02-15 20:00:46 +00:00
  • ba3ea9be02 Fiddle with changelog Steve Kowalik 2024-02-15 03:16:37 +00:00
  • e20f3e2173 - update to 4.1.2: * ENH: Add support for Python 3.12 #246 * ENH: Add osx universal2 and arm64 wheels * ENH: Fix issue with integer overflow on 32 bit systems * FIX: `get_stats is no longer slowed down when profiling many code sections #236 * FIX: skipzeros now checks for zero hits instead of zero time * FIX: Fixed errors in Python 3.11 with duplicate functions. * FIX: show_text now increases column sizes or switches to scientific notation to maintain alignment * ENH: show_text now has new options: sort and summarize * ENH: Added new CLI arguments -srm to line_profiler to control sorting, rich printing, and summary printing. * ENH: New global profile function that can be enabled by --profile or LINE_PROFILE=1. * ENH: New auto-profile feature in kernprof` that will profile all functions in specified modules. * ENH: Kernprof now outputs instructions on how to view results. * ENH: Added readthedocs integration: https://kernprof.readthedocs.io/en/latest/index.html - restrict to older Cython release * FIX: #100 Exception raise ZeroDivisionError being patient. for contributing it. this feature. Cournapeau for spotting this. * Update for compatibility with newer versions of Cython. * Update IPython compatibility for 0.11+. Thanks to Yaroslav Dirk Mueller 2023-12-05 15:53:56 +00:00
  • 46bc6417fd Accepting request 1103743 from devel:languages:python Dominique Leuenberger 2023-08-14 20:35:37 +00:00
  • 0a4f8844c2 - restrict to older Cython release Dirk Mueller 2023-08-13 21:37:59 +00:00
  • 7b271f2e62 Accepting request 1074511 from devel:languages:python Dominique Leuenberger 2023-03-27 16:16:16 +00:00
  • bdfd3439f7 - update to 4.0.3: * FIX: Stop requiring bleeding-edge Cython unless necesasry (for Python 3.12). #206 Dirk Mueller 2023-03-26 19:55:29 +00:00
  • e5b690c5b8 Accepting request 1066713 from devel:languages:python Dominique Leuenberger 2023-02-20 16:46:07 +00:00
  • 931293b9af - 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. Steve Kowalik 2023-02-20 07:04:22 +00:00
  • fa18c11c6c Accepting request 1007071 from devel:languages:python Richard Brown 2022-09-30 15:57:52 +00:00
  • 19b2e4509f Accepting request 1006991 from home:yarunachalam:branches:devel:languages:python Dirk Mueller 2022-09-29 19:02:16 +00:00
  • 751d13b7be Accepting request 944765 from devel:languages:python Dominique Leuenberger 2022-01-08 22:23:32 +00:00
  • cbc1240b5d Accepting request 944712 from home:bnavigator:branches:devel:languages:python Matej Cepl 2022-01-07 13:21:55 +00:00
  • 50a087113f Accepting request 887569 from devel:languages:python Dominique Leuenberger 2021-04-22 16:04:38 +00:00
  • 7d2e405c19 Accepting request 887568 from home:mcalabkova:branches:devel:languages:python Markéta Machová 2021-04-22 13:08:51 +00:00
  • 6f916c2973 Accepting request 662442 from devel:languages:python Dominique Leuenberger 2019-01-03 17:08:38 +00:00
  • 0fc6f02902 - Regenerate cython files to fix build under python 3.7 Tomáš Chvátal 2019-01-02 12:36:36 +00:00
  • ae0cbacd3c Accepting request 645309 from devel:languages:python Dominique Leuenberger 2018-11-10 15:57:17 +00:00
  • ede350b3c3 Accepting request 645308 from home:TheBlackCat:branches:devel:languages:python Todd R 2018-10-29 15:24:17 +00:00
  • 50dabf9935 Accepting request 624297 from devel:languages:python Dominique Leuenberger 2018-07-31 13:56:35 +00:00
  • 45330f2c8e Switch off tests (they are broken, GH#128) Matej Cepl 2018-07-19 15:07:12 +00:00
  • 2beeb29e8a Accepting request 606244 from devel:languages:python Dominique Leuenberger 2018-05-15 08:13:11 +00:00
  • 15d3376efd Accepting request 606239 from home:TheBlackCat:branches:devel:languages:python Todd R 2018-05-10 15:27:11 +00:00
  • b2e85e48f0 Accepting request 603797 from home:TheBlackCat:branches:devel:languages:python Todd R 2018-05-03 16:16:55 +00:00
  • 08f222bb6f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-line_profiler?expand=0&rev=3 Todd R 2018-05-03 06:51:26 +00:00
  • c2712caf7e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-line_profiler?expand=0&rev=2 Todd R 2018-05-03 06:46:49 +00:00
  • 4394411113 Accepting request 603353 from home:TheBlackCat:branches:devel:languages:python:misc Todd R 2018-05-03 04:59:22 +00:00