Recent Releases of timer

timer - release-v0.3.0

Changes

  • Add print_fn support, change elapse to ms https://github.com/LucienShui/timer/commit/792538324896073285ab1bcb96bc931b561829a8
  • Fix publish to pypi

- Python
Published by github-actions[bot] about 2 years ago

timer - release-v0.2.2

Changes

Maintenance

  • remove future (#10) @LucienShui

- Python
Published by github-actions[bot] almost 5 years ago

timer - release-v0.2.1

Changes

  • update README.md

- Python
Published by github-actions[bot] almost 5 years ago

timer - release-v0.2.0

Changes

  • Support specific logging level

```python import logging

from timer import timer, get_timer

default timer using logging level with logging.DEBUG

so timer would print nothing if logging level is logging.INFO or higher

logging.basicConfig(level=logging.DEBUG)

or you can change default timer's logging level

timer.set_level(logging.DEBUG)

also you can get a timer with custom logging level with get_timer(level)

warningtimer = gettimer(logging.WARNING) ```

- Python
Published by LucienShui almost 5 years ago

timer - release-v0.1.2

Changes

Maintenance

  • Add special thanks (#9) @LucienShui

- Python
Published by github-actions[bot] about 5 years ago

timer - release-v0.1.1

Changes

Bug Fixes

  • Support decorate object function (#7) @LucienShui

Maintenance

  • Bump version, add version.py, update setup.py (#8) @LucienShui

- Python
Published by github-actions[bot] about 5 years ago

timer - release-v0.1.0

Changes

Features

  • Add elapse, add return value in enter (#4) @LucienShui

Maintenance

  • Fix doc usage (#5) @LucienShui
  • Upgrade version to 0.1.0

- Python
Published by github-actions[bot] over 5 years ago

timer - release-v0.0.3

Changes

- Python
Published by github-actions[bot] over 5 years ago

timer - release-v0.0.2

Changes

Chore

  • modify version (#2) @LucienShui

Maintenance

  • Add long description (#3) @LucienShui
  • Add README, add tests (#1) @LucienShui

- Python
Published by github-actions[bot] over 5 years ago

timer - release-v0.0.1

release-v0.0.1

First version

- Python
Published by LucienShui over 5 years ago