Skip to content

Bump line-profiler from 4.0.3 to 4.1.1#16

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/line-profiler-4.1.1
Closed

Bump line-profiler from 4.0.3 to 4.1.1#16
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/line-profiler-4.1.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

Bumps line-profiler from 4.0.3 to 4.1.1.

Release notes

Sourced from line-profiler's releases.

Version 4.1.1

4.1.1

* FIX: ``get_stats`` is no longer slowed down when profiling many code sections [#236](https://github.com/pyutils/line_profiler/issues/236)

Thanks @​klauer

Version 4.1.0

This new version contains big quality of life improvements.

Highlights

Documentation: We now have readthedocs documentation that covers usage tutorials and the API.

Explicit Decorator: There is now a global profile decorator. In your code import line_profiler and decorate functions with @line_profiler.profile. Your code runs as normal by default. Setting the environment variable LINE_PROFILE=1 will enable profiling. For details see the docs.

Auto-Profiling: Users can now run kernprof with -p <modname> to profile all functions in a module without explicitly decorating them. For details see the docs.

CHANGELOG

  • FIX: skipzeros now checks for zero hits instead of zero time
  • FIX: Fixed errors in Python 3.11 with duplicate functions.
  • FIX: show_text now increases column sizes or switches to scientific notation to maintain alignment
  • ENH: show_text now has new options: sort and summarize
  • ENH: Added new CLI arguments -srm to line_profiler to control sorting, rich printing, and summary printing.
  • ENH: New global profile function that can be enabled by --profile or LINE_PROFILE=1.
  • ENH: New auto-profile feature in kernprof that will profile all functions in specified modules.
  • ENH: Kernprof now outputs instructions on how to view results.
  • ENH: Added readthedocs integration: https://kernprof.readthedocs.io/en/latest/index.html

Thanks to @​Erotemic @​ta946 @​Theelx @​notEVIL

Changelog

Sourced from line-profiler's changelog.

4.1.1

* FIX: ``get_stats`` is no longer slowed down when profiling many code sections [#236](https://github.com/pyutils/line_profiler/issues/236)

4.1.0

  • FIX: skipzeros now checks for zero hits instead of zero time
  • FIX: Fixed errors in Python 3.11 with duplicate functions.
  • FIX: show_text now increases column sizes or switches to scientific notation to maintain alignment
  • ENH: show_text now has new options: sort and summarize
  • ENH: Added new CLI arguments -srm to line_profiler to control sorting, rich printing, and summary printing.
  • ENH: New global profile function that can be enabled by --profile or LINE_PROFILE=1.
  • ENH: New auto-profile feature in kernprof that will profile all functions in specified modules.
  • ENH: Kernprof now outputs instructions on how to view results.
  • ENH: Added readthedocs integration: https://kernprof.readthedocs.io/en/latest/index.html
Commits
  • c48f643 Bump patch version; add changelog note
  • e0e3440 Merge pull request #236 from klauer/fix_cmap_performance
  • 73b8385 Avoid dict conversion of c_code_map for each element of code_hash_map
  • 17387b3 Merge pull request #234 from Erotemic/speedup_ci
  • 293a4c4 Dont require ipython for at cibuildwheel test time
  • ecf9c5b Merge pull request #233 from pyutils/fix/malformed_co_code
  • ebb1110 skipzeros based on hits instead of time
  • 5ae8585 test fix
  • d378a26 Add note
  • 37de319 wip
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [line-profiler](https://github.com/pyutils/line_profiler) from 4.0.3 to 4.1.1.
- [Release notes](https://github.com/pyutils/line_profiler/releases)
- [Changelog](https://github.com/pyutils/line_profiler/blob/main/CHANGELOG.rst)
- [Commits](pyutils/line_profiler@v4.0.3...v4.1.1)

---
updated-dependencies:
- dependency-name: line-profiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2023

Superseded by #24.

@dependabot dependabot bot closed this Dec 1, 2023
@dependabot dependabot bot deleted the dependabot/pip/line-profiler-4.1.1 branch December 1, 2023 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants