Revisions of python-line_profiler

buildservice-autocommit accepted request 1157657 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 27)
- skip python 3.9 build
buildservice-autocommit accepted request 1146675 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 26)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 25)
Fiddle with changelog
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 24)
- 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
buildservice-autocommit accepted request 1103743 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 23)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 22)
- restrict to older Cython release
buildservice-autocommit accepted request 1074511 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 20)
- update to 4.0.3:
  * FIX: Stop requiring bleeding-edge Cython unless necesasry
    (for Python 3.12).  #206
buildservice-autocommit accepted request 1066713 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 19)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 18)
- 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.
buildservice-autocommit accepted request 1007071 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 17)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1006991 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 16)
- 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
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 944712 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 15)
- 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 openpyutils@gmail.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
buildservice-autocommit accepted request 887569 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 14)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 887568 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 13)
- update to 3.1.0
  * Restructure into package
  * fix Python 3.9
buildservice-autocommit accepted request 662442 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 12)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 11)
- Regenerate cython files to fix build under python 3.7
buildservice-autocommit accepted request 645309 from Todd R's avatar Todd R (TheBlackCat) (revision 10)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 645308 from Todd R's avatar Todd R (TheBlackCat) (revision 9)
- It doesn't have a direct dependency on prompt_toolkit.
Displaying revisions 1 - 20 of 28
openSUSE Build Service is sponsored by