Skip to content

Releases: ymyzk/wsgi_lineprof

v0.18.0

27 Aug 12:48
1ee3d83
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.18.0

v0.17.0

10 May 15:39
4d47585
Compare
Choose a tag to compare

What's Changed

  • Build environment improvements
    • Use setuptools_scm for versioning by @ymyzk in #98
    • Use Ubuntu 22.04 on Read the Docs by @ymyzk in #99
    • Migrate config from setup.cfg to pyproject.toml by @ymyzk in #100
    • Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 by @dependabot in #101
  • Exclude unnecessary packages in the distribution by @ymyzk in #102

Full Changelog: v0.16.0...v0.17.0

v0.16.0

15 Apr 15:16
Compare
Choose a tag to compare

What's Changed

  • Add Python 3.11 support by @ymyzk in #76
  • Dependency upgrades
  • Bump pypa/cibuildwheel from 2.11.3 to 2.12.1 by @dependabot in #91
    • Update tox.ini for tox v4 support by @ymyzk in #92
    • Update dependencies for docs and test by @ymyzk in #93
    • Update GitHub Actions runners by @ymyzk in #94
    • Use codecov-action for collecting coverage by @ymyzk in #96
  • Remove use of threading.Thread.setDaemon by @ymyzk in #95

Full Changelog: v0.15.0...v0.16.0

v0.15.0

03 Nov 02:36
Compare
Choose a tag to compare

What's Changed

  • Packaging improvements. More wheels are provided using modern tools.
  • Drop Python 3.6 support by @ymyzk in #80
  • Upgrade Sphinx to 5.x by @ymyzk in #85
  • Add .readthedocs.yaml by @ymyzk in #86
  • Use pre-commit for formatting by @ymyzk in #87

Full Changelog: v0.14.0...v0.15.0

v0.14.0

17 Oct 12:08
Compare
Choose a tag to compare
  • Add Python 3.10 support #70
  • Remove Python 2.7/3.5 support #67 #69
  • Modernize code #68 #75
  • Remove Travis CI #66
  • Improve packaging #71 #72 #73
  • Use .readthedocs.yaml #74

v0.13.0

01 Feb 13:51
Compare
Choose a tag to compare
  • Add Python 3.9 support #65

v0.12.0

05 Jan 14:35
Compare
Choose a tag to compare
  • Show profiling results via HTTP endpoint #51
  • Fix ZeroDivisionError
  • Use GitHub Actions for measuring coverage #52 and running benchmarks #61
  • Better typing #57 and refactoring #58 #59

v0.11.0

29 Dec 12:25
Compare
Choose a tag to compare
  • Multi-thread support #49
  • Refactoring #46 #47 #48
  • Remove AppVeyor configuration #50
  • More benchmarks
  • Minor performance improvement

v0.10.0

24 Nov 14:06
Compare
Choose a tag to compare
  • Python 3.8 support #42
  • Provide wheel for 32bit (x86) Windows #44
  • Update environment to build wheel for Python #45

v0.9.0

12 Oct 13:59
Compare
Choose a tag to compare
  • Colorize output #34
  • Build manylinux2010 wheel #32
  • Minor improvements #33
  • More example usage in document #39
  • Use of GitHub Actions for testing and packaging #35 #40