Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: pyutils/line_profiler

Tags

v5.0.2

Toggle v5.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FIX: building Linux-ARM64 wheels (#402)

* added missing ubuntu test job

* build and test Linux-ARM wheels

- `.github/workflows/tests.yml`:
  - `build_binpy_wheels`:
    - Activate QEMU on Linux so that `aarch64` wheels can be built
    - Removed `${CIBW_ARCHS_LINUX}` to use `pyproject.toml` values
  - `test_binpy_wheels`:
    Added corresponding `ubuntu-24.04-arm` steps for all `ubuntu-latest`
    (i.e. x86) steps
- `pyproject.toml`:
  Added `[tool.cibuildwheel.linux]` section in parallel to `macos` and
  `windows`

* REVERT LATER: only build and test Linux-ARM wheels

* build Linux-ARM64 wheels natively on separate runner

* Revert "REVERT LATER: only build and test Linux-ARM wheels"

This reverts commit 36ae37c.

* Changelog entry and typo fix

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prevent duplicate output in 3.14 (#415)

* Prevent duplicate output in 3.14

* Register explicit profiler atexit hook only in main process (fix multiprocessing / Py3.14 regression) (#5)

* Fix explicit profiler ownership for multiprocessing

* Avoid helper process atexit registration

* Skip atexit output in forked children

* Refine ownership checks for explicit profiler

* Add debug hooks and reduce CI matrix

* Skip orphaned forkserver output

* Restore full CI matrix

* Disable debug lines

* simplify fix

* Fix doctest

* Add typing to explicit profiler while working on it

* Fix type error

* Fix typing

* wip

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dev/prep 5x release (#363)

* Bump version to 5.0.0

* rotate secrets

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #297 from Erotemic/dev/official-313

Official 3.13 on CI

v4.1.3

Toggle v4.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #264 from Erotemic/rebased-normpath-comparison

Rebased normpath comparison

v4.1.2

Toggle v4.1.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Erotemic Jon Crall
Update changelog

v4.1.1

Toggle v4.1.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Erotemic Jon Crall
Bump patch version; add changelog note

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #233 from pyutils/fix/malformed_co_code

Patch for duplicate functions

v4.0.3

Toggle v4.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #206 from alexmv/no-bleeding-edge-cython

Stop requiring a bleeding-edge Cython.

v4.0.2

Toggle v4.0.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Erotemic Jon Crall
Bump version and fix minor linter errors