Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump line-profiler from 3.5.1 to 4.2.0 #199

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps line-profiler from 3.5.1 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

4.0.3

  • FIX: Stop requiring bleeding-edge Cython unless necesasry (for Python 3.12). #206

4.0.2

* FIX: AttributeError on certain methods. [#191](https://github.com/pyutils/line_profiler/issues/191)

4.0.1

  • FIX: Profiling classmethods works again. #183

4.0.0

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [line-profiler](https://github.com/pyutils/line_profiler) from 3.5.1 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@v3.5.1...v4.2.0)

---
updated-dependencies:
- dependency-name: line-profiler
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
@BrianPugh BrianPugh merged commit c866312 into main Jan 29, 2025
77 checks passed
@BrianPugh BrianPugh deleted the dependabot/pip/line-profiler-4.2.0 branch January 29, 2025 18:26
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.

1 participant