Skip to content

Releases: pyutils/line_profiler

Version 3.4.0

30 Dec 14:39
febde44
Compare
Choose a tag to compare

3.4.0

  • Drop support for Python <= 3.5.x
  • FIX: #104 issue with new IPython kernels
  • Wheels for musllinux are now included

Notes

There was a minor issue in the CI release process. Wheels were produced correctly on the CI, but the upload to pypi step expected them to be in the wheelhouse (not dist) directory. So most wheels were uploaded manually a few hours after the main release. This should be fixed for future releases.

Version 3.3.1

24 Sep 04:49
63ca64d
Compare
Choose a tag to compare
  • 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.

3.2.5

30 Apr 19:15
1323326
Compare
Choose a tag to compare
Include c source files in manifest (#74)

* Include c source files in manifest

* update changelog

3.2.4

30 Apr 17:24
61689ab
Compare
Choose a tag to compare

Fixes an issue with sdist

3.2.3

30 Apr 17:12
815775a
Compare
Choose a tag to compare

Fixes minor issues.

The sdist now contains CMakeLists.txt
Fixed an error with 3.5 support

3.2.1

23 Apr 00:51
71fa1dc
Compare
Choose a tag to compare
tarball tag 3.2.1

Release 3.0.2

12 Jan 22:11
bfd708c
Compare
Choose a tag to compare

Fixes bugs with the CLI