Timer-for-python

Latest version: v0.9.3

Safety actively analyzes 723576 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

0.9.3

What's Changed
* Feature: Increase Codecov test coverage (part 2) by jakob-bagterp in https://github.com/jakob-bagterp/timer-for-python/pull/427
* Fix: Codecov upload of coverage reports should fail on errors by jakob-bagterp in https://github.com/jakob-bagterp/timer-for-python/pull/428
* Feature: Increase Codecov test coverage (part 3) by jakob-bagterp in https://github.com/jakob-bagterp/timer-for-python/pull/430
* Feature: Increase Codecov test coverage (part 4) by jakob-bagterp in https://github.com/jakob-bagterp/timer-for-python/pull/431
* Bump numpy from 2.1.3 to 2.2.0 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/433
* Bump mkdocs-material from 9.5.47 to 9.5.48 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/435
* Bump coverage from 7.6.8 to 7.6.9 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/434
* Feature: Increase Codecov test coverage (part 5) by jakob-bagterp in https://github.com/jakob-bagterp/timer-for-python/pull/432
* Feature: Increase Codecov test coverage (part 6) by jakob-bagterp in https://github.com/jakob-bagterp/timer-for-python/pull/436
* Feature: Automated thread name of function name and arguments for function_timer() decorator by jakob-bagterp in https://github.com/jakob-bagterp/timer-for-python/pull/437


**Full Changelog**: https://github.com/jakob-bagterp/timer-for-python/compare/v0.9.2...v0.9.3

0.9.2

What's Changed
* Fix: Fixed type hinting issue when using timer.start() and timer.stop() methods without arguments by jakob-bagterp in https://github.com/jakob-bagterp/timer-for-python/pull/425
* Fix: Type hinting issue with context manager __enter__ and __exit__ methods by jakob-bagterp in https://github.com/jakob-bagterp/timer-for-python/pull/426
* Feature: Increase Codecov test coverage (part 1) by jakob-bagterp in https://github.com/jakob-bagterp/timer-for-python/pull/424


**Full Changelog**: https://github.com/jakob-bagterp/timer-for-python/compare/v0.9.1...v0.9.2

0.9.1

What's Changed
* Fix: Invalid download package URL in Homebrew formula by jakob-bagterp in https://github.com/jakob-bagterp/timer-for-python/pull/423


**Full Changelog**: https://github.com/jakob-bagterp/timer-for-python/compare/v0.9.0...v0.9.1

0.9.0

What's Changed
* Bump actions/upload-artifact from 3 to 4 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/401
* Bump peter-evans/repository-dispatch from 2 to 3 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/400
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/399
* Bump actions/download-artifact from 3 to 4 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/397
* Bump colorist from 1.8.1 to 1.8.3 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/402
* Bump pytest-cov from 5.0.0 to 6.0.0 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/404
* Bump actions/checkout from 2 to 4 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/398
* Bump numpy from 2.1.2 to 2.1.3 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/405
* Bump mkdocs-material from 9.5.42 to 9.5.43 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/403
* Documentation: Reorganise Home and Getting Started sections by jakob-bagterp in https://github.com/jakob-bagterp/timer-for-python/pull/406
* Bump mkdocs-material from 9.5.43 to 9.5.44 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/407
* Bump setuptools from 69.0.2 to 75.3.0 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/408
* Bump mkdocstrings from 0.26.2 to 0.27.0 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/410
* Bump mkdocs-redirects from 1.2.1 to 1.2.2 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/409
* Documentation: Update default meta descriptions for SEO by jakob-bagterp in https://github.com/jakob-bagterp/timer-for-python/pull/411
* Bump coverage from 7.6.4 to 7.6.7 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/413
* Bump setuptools from 75.3.0 to 75.5.0 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/412
* Bump coverage from 7.6.7 to 7.6.8 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/414
* Bump mkdocs-material from 9.5.44 to 9.5.45 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/416
* Bump setuptools from 75.5.0 to 75.6.0 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/415
* Bump mkdocs-material from 9.5.45 to 9.5.47 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/418
* Bump pytest from 8.3.3 to 8.3.4 by dependabot in https://github.com/jakob-bagterp/timer-for-python/pull/417
* Feature: Rename benchmark_timer() function decorator to function_timer() by jakob-bagterp in https://github.com/jakob-bagterp/timer-for-python/pull/420
* Feature: Add decimals and thread parameters to function_timer() decorator by jakob-bagterp in https://github.com/jakob-bagterp/timer-for-python/pull/421
* Feature: Refactor output message for threads by jakob-bagterp in https://github.com/jakob-bagterp/timer-for-python/pull/422
* Documentation: Update and refactor all examples by jakob-bagterp in https://github.com/jakob-bagterp/timer-for-python/pull/419


**Full Changelog**: https://github.com/jakob-bagterp/timer-for-python/compare/v0.8.0...v0.9.0

0.8.0

**Full Changelog**: https://github.com/jakob-bagterp/timer-for-python/compare/v0.7.18...v0.8.0

0.7.18

**Full Changelog**: https://github.com/jakob-bagterp/timer-for-python/compare/v0.7.17...v0.7.18

Page 1 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.