File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# tf-notify
22
3- [ ![ PyPI] ( https://img.shields.io/pypi/v/tf-notify?color=blue&label=PyPI&logo=PyPI&logoColor=white )] ( https://pypi.org/project/tf-notify/ ) [ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/tf-notify?logo=python&logoColor=white )] ( https://www.python.org/ ) [ ![ codecov] ( https://codecov.io/gh/ilias-ant/tf-notify/branch/main/graph/badge.svg?token=2H0VB8I8IH )] ( https://codecov.io/gh/ilias-ant/tf-notify ) [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black ) [ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/ilias-ant/tf-notify/CI )] ( https://github.com/ilias-ant/tf-notify/actions/workflows/ci.yml )
3+ [ ![ PyPI] ( https://img.shields.io/pypi/v/tf-notify?color=blue&label=PyPI&logo=PyPI&logoColor=white )] ( https://pypi.org/project/tf-notify/ ) [ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/tf-notify?logo=python&logoColor=white )] ( https://www.python.org/ ) [ ![ Tensorflow version] ( https://shields.io/badge/tensorflow-2.7%20%7C%202.8%20%7C%202.9%20-simple?logo=tensorflow&style=flat )] ( https://www.tensorflow.org/ )
4+ [ ![ codecov] ( https://codecov.io/gh/ilias-ant/tf-notify/branch/main/graph/badge.svg?token=2H0VB8I8IH )] ( https://codecov.io/gh/ilias-ant/tf-notify ) [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black ) [ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/ilias-ant/tf-notify/CI )] ( https://github.com/ilias-ant/tf-notify/actions/workflows/ci.yml )
45[ ![ Documentation Status] ( https://readthedocs.org/projects/tf-notify/badge/?version=latest )] ( https://tf-notify.readthedocs.io/en/latest/?badge=latest )
56[ ![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/tf-notify?color=orange )] ( https://www.python.org/dev/peps/pep-0427/ )
67
Original file line number Diff line number Diff line change 11# tf-notify
22
3- [ ![ PyPI] ( https://img.shields.io/pypi/v/tf-notify?color=blue&label=PyPI&logo=PyPI&logoColor=white )] ( https://pypi.org/project/tf-notify/ ) [ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/tf-notify?logo=python&logoColor=white )] ( https://www.python.org/ ) [ ![ codecov] ( https://codecov.io/gh/ilias-ant/tf-notify/branch/main/graph/badge.svg?token=2H0VB8I8IH )] ( https://codecov.io/gh/ilias-ant/tf-notify ) [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black ) [ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/ilias-ant/tf-notify/CI )] ( https://github.com/ilias-ant/tf-notify/actions/workflows/ci.yml )
3+ [ ![ PyPI] ( https://img.shields.io/pypi/v/tf-notify?color=blue&label=PyPI&logo=PyPI&logoColor=white )] ( https://pypi.org/project/tf-notify/ ) [ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/tf-notify?logo=python&logoColor=white )] ( https://www.python.org/ ) [ ![ Tensorflow version] ( https://shields.io/badge/tensorflow-2.7%20%7C%202.8%20%7C%202.9%20-simple?logo=tensorflow&style=flat )] ( https://www.tensorflow.org/ )
4+ [ ![ codecov] ( https://codecov.io/gh/ilias-ant/tf-notify/branch/main/graph/badge.svg?token=2H0VB8I8IH )] ( https://codecov.io/gh/ilias-ant/tf-notify ) [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black ) [ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/ilias-ant/tf-notify/CI )] ( https://github.com/ilias-ant/tf-notify/actions/workflows/ci.yml )
45[ ![ Documentation Status] ( https://readthedocs.org/projects/tf-notify/badge/?version=latest )] ( https://tf-notify.readthedocs.io/en/latest/?badge=latest )
56[ ![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/tf-notify?color=orange )] ( https://www.python.org/dev/peps/pep-0427/ )
67
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tf-notify"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = " Want to get notified on the progress of your Tensorflow model training? Enter, a Tensorflow Keras callback to send notifications on the messaging app of your choice."
55authors = [" Ilias Antonopoulos <ilias.antonopoulos@yahoo.gr>" ]
66readme = " README.md"
Original file line number Diff line number Diff line change 11from .callbacks .slack import SlackCallback
22from .callbacks .telegram import TelegramCallback
33
4- __version__ = "0.1 .0"
4+ __version__ = "0.2 .0"
55
66__all__ = ["__version__" , "SlackCallback" , "TelegramCallback" ]
You can’t perform that action at this time.
0 commit comments