- 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
- FIX: #19 line profiler now works on async functions again
- 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
- Drop support for Python <= 3.5.x
- FIX: #104 issue with new IPython kernels
- FIX: Fix bug where lines were not displayed in Jupyter>=6.0 via #93
- 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.
- New CI for building wheels.
- FIX: Update MANIFEST.in to package pyproj.toml and missing pyx file
- CHANGE: Removed version experimental augmentation.
- FIX: Update MANIFEST.in to package nested c source files in the sdist
- FIX: Update MANIFEST.in to package nested CMakeLists.txt in the sdist
- FIX: Use ImportError instead of ModuleNotFoundError while 3.5 is being supported
- FIX: Add MANIFEST.in to package CMakeLists.txt in the sdist
- ENH: Added better error message when c-extension is not compiled.
- FIX: Kernprof no longer imports line_profiler to avoid side effects.
- Dropped 2.7 support, manylinux docker images no longer support 2.7
- ENH: Add command line option to specify time unit and skip displaying functions which have not been profiled.
- ENH: Unified versions of line_profiler and kernprof: kernprof version is now identical to line_profiler version.
- ENH: fix Python 3.9
- BUG: fix
__version__
attribute in Python 2 CLI.
- BUG: fix calling the package from the command line
- ENH: Fix Python 3.7
- ENH: Restructure into package
- 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
- BUG: Added support for IPython 5.0+, removed support for IPython <=0.12
- BUG: Read source files as bytes.
- ENH: kernprof.py is now installed as kernprof.
- ENH: Python 3 support. Thanks to the long-suffering Mikhail Korobov for being patient.
- Dropped 2.6 as it was too annoying.
- ENH: The stripzeros and add_module options. Thanks to Erik Tollerud for contributing it.
- ENH: Support for IPython cell blocks. Thanks to Michael Forbes for adding this feature.
- ENH: Better warnings when building without Cython. Thanks to David Cournapeau for spotting this.
- ENH: Profile generators.
- BUG: Update for compatibility with newer versions of Cython. Thanks to Ondrej Certik for spotting the bug.
- BUG: Update IPython compatibility for 0.11+. Thanks to Yaroslav Halchenko and others for providing the updated imports.
- BUG: fixed line timing overflow on Windows.
- DOC: improved the README.
- Initial release.