Skip to content

Releases: ymyzk/wsgi_lineprof

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

v0.8.0

12 Aug 04:55
Compare
Choose a tag to compare

v0.7.0

27 Jan 13:21
Compare
Choose a tag to compare
  • Add hit and percent columns to results #20
  • Add new APIs LineProfiler.get_timer and LineProfiler.get_timer_implementation
  • Improve timer on macOS and POSIX #26 #27 #28
  • Windows wheels #29
  • Use pytest v4 #22
  • Collect test coverage #23
  • Update type hints

v0.6.0

29 Nov 16:30
Compare
Choose a tag to compare
  • Add regex option to FilenameFilter and NameFilter
  • Add accumulate mode
  • Add benchmarks using asv #14
  • Add type hints to Cython extension
  • Improve the result when a source file is not found
  • Update Cython to 0.29.x
  • Minor improvements

v0.5.0

29 Aug 16:11
Compare
Choose a tag to compare
  • Add Python 3.7 support and drop Python 3.3 support (#10 #11)
  • Add async_stream option (#9 #12) (Thanks @denzow)
  • Update Python to 0.28.x
  • Improved type hints and PEP 561 support (#13)
  • Small improvements

v0.4.0

01 Sep 09:29
Compare
Choose a tag to compare
  • Update Cython to 0.26.x #4
  • Update mypy #5
  • Minor improvements

v0.3.0

18 Jan 17:53
Compare
Choose a tag to compare
  • Support Python 3.6
  • Update Cython

v0.2.0

30 Nov 12:37
Compare
Choose a tag to compare
  • Update documentation in README.rst
  • Introduce type hints
  • Add filters (available in wsgi_lineprof.filters)

v0.1.1

03 Oct 14:02
Compare
Choose a tag to compare
  • Update setup.py to resolve problems during packaging