Skip to content

chore(deps): update dependency scalene to v2.1.4#356

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/scalene-2.x
Open

chore(deps): update dependency scalene to v2.1.4#356
renovate[bot] wants to merge 1 commit intomainfrom
renovate/scalene-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2026

This PR contains the following updates:

Package Change Age Confidence
scalene ==2.0.1==2.1.4 age confidence

Release Notes

plasma-umass/scalene (scalene)

v2.1.4: Maintenance release with bugfixes and performance improvements

Compare Source

What's Changed

Full Changelog: plasma-umass/scalene@v2.1.3...v2.1.4

v2.1.3: Improved attribution, off-line mode, and fix for Jupyter

Compare Source

What's Changed

Full Changelog: plasma-umass/scalene@v2.1.2...v2.1.3

v2.1.2

Compare Source

What's Changed

Bug Fixes
  • Fix Windows CPU profiling extreme slowness and memory explosion (#​992): The v2.1 Windows timer loop hardcoded a 1ms sampling interval regardless of the configured rate (default 10ms), generating ~10x more samples than intended and reducing sys.setswitchinterval to 1ms causing excessive GIL contention. Now uses the actual configured sampling rate.
Improvements
  • Bound memory footprint samples with reservoir sampling (#​993): Replace unbounded list accumulation of memory footprint samples with sorted_reservoir (Vitter reservoir sampling), capping memory at O(k) instead of O(n) where n is the number of malloc/free events. Eliminates unbounded memory growth during long profiling runs.

Full Changelog: plasma-umass/scalene@v2.1.1...v2.1.2

v2.1.1: Improves JAX and TensorFlow support; fixes Windows issue

Compare Source

What's Changed

  • Add library profiler infrastructure for JAX and TensorFlow by @​emeryberger in #​990
  • Removes stray debug statements on Windows.

Full Changelog: plasma-umass/scalene@v2.1.0...v2.1.1

v2.1.0: Numerous updates and bug fixes

Compare Source

UI, Frontend & Visualization

LLM / API Provider Support

CPU & Core Profiling Engine

Multiprocessing, Exec, and Runtime Compatibility

PyTorch & JIT Integration

GPU & Apple Silicon

Windows Support & Reliability

Notebook & Editor Integration


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/scalene-2.x branch from 6127378 to 83f30c2 Compare March 2, 2026 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants