Skip to content

Bump line-profiler from 4.0.3 to 4.2.0#30

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2025

Bumps line-profiler from 4.0.3 to 4.2.0.

Release notes

Sourced from line-profiler's releases.

Version 4.2.0

Automatic Release Notes.

What's Changed

New Contributors

Full Changelog: pyutils/line_profiler@v4.1.3...refs/heads/release

Version 4.1.3

  • FIX: duration summary now respects the stripzeros argument.
  • FIX: minor test fixes.
  • ENH: building osx wheels for x86 and arm64.
  • ENH: documentation improvements.
  • ENH: signed wheels are now hosted on github and published as release artifacts.

What's Changed

New Contributors

Full Changelog: pyutils/line_profiler@v4.1.2...refs/heads/release

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

... (truncated)

Changelog

Sourced from line-profiler's changelog.

4.2.0

* FIX: Fix issue with auto-profile of editable installs [#279](https://github.com/pyutils/line_profiler/issues/279)
* FIX: Lookup OP-codes instead of hard coding them [#284](https://github.com/pyutils/line_profiler/issues/284)
* CHANGE: Drop support for Python 3.6 and Python 3.7
* ENH: Add support for Python 3.13

4.1.3

  • FIX: duration summary now respects the stripzeros argument.
  • FIX: minor test fixes.
  • ENH: building osx wheels for x86 and arm64.
  • ENH: documentation improvements.
  • ENH: signed wheels are now hosted on github and published as release artifacts.

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

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.2.0.
- [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.2.0)

---
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 dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 19, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2025

Superseded by #39.

@dependabot dependabot bot closed this Aug 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/line-profiler-4.2.0 branch August 1, 2025 22:42
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants