Skip to content

Bump line-profiler from 4.0.3 to 4.1.2#24

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps line-profiler from 4.0.3 to 4.1.2.

Release notes

Sourced from line-profiler's releases.

Version 4.1.2

  • ENH: Add support for Python 3.12 #246
  • ENH: Add osx universal2 and arm64 wheels #251
  • ENH: Fix issue with integer overflow on 32 bit systems #249

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.2

* ENH: Add support for Python 3.12 [#246](https://github.com/pyutils/line_profiler/issues/246)
* ENH: Add osx universal2 and arm64 wheels [#251](https://github.com/pyutils/line_profiler/issues/251)
* ENH: Fix issue with integer overflow on 32 bit systems [#249](https://github.com/pyutils/line_profiler/issues/249)

4.1.1

  • FIX: get_stats is no longer slowed down when profiling many code sections #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
  • 1902bf1 Update changelog
  • 05b6cc8 Merge pull request #251 from Erotemic/add-osx-arm-wheels
  • 8bb3eef Update changelog
  • 6fb7b41 Add arm support for osx
  • 365feb1 Merge pull request #246 from pyutils/dev/support-cp312
  • dd29898 Fix setuptools reqs for 3.6
  • 9c166c2 Bump patch version
  • 3a163af Replace .f_lineno with PyFrame_GetLineNumber to support 3.12
  • aafba02 Use latest ubelt / xdoctest for tests
  • 73f4b5a Invocation note
  • 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.2.
- [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.2)

---
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 Dec 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 19, 2025

Superseded by #30.

@dependabot dependabot bot closed this Mar 19, 2025
@dependabot dependabot bot deleted the dependabot/pip/line-profiler-4.1.2 branch March 19, 2025 21:09
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