Releases: ymyzk/wsgi_lineprof
Releases · ymyzk/wsgi_lineprof
v0.10.0
- Python 3.8 support #42
- Provide wheel for 32bit (x86) Windows #44
- Update environment to build wheel for Python #45
v0.9.0
- 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.7.0
- 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
- 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
- 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
- Update Cython to 0.26.x #4
- Update mypy #5
- Minor improvements
v0.3.0
- Support Python 3.6
- Update Cython
v0.2.0
- Update documentation in README.rst
- Introduce type hints
- Add filters (available in
wsgi_lineprof.filters
)
v0.1.1
- Update
setup.py
to resolve problems during packaging