Skip to content

Commit

Permalink
build: bump up version number to 0.2.4
Browse files Browse the repository at this point in the history
bump up version number to 0.2.4

Signed-off-by: Yulu Jia <yulu.jia@bytedance.com>
  • Loading branch information
pleasantrabbit committed Jun 5, 2020
1 parent c16efff commit 809ef20
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.rst
@@ -1,6 +1,20 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for BytePS
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.2.4 (2020-06)
------------------
* Fix compatibility issue with tf2 + standalone keras
* Add support for tensorflow.keras
* Improve robustness of broadcast


0.2.3 (2020-05)
------------------
* Add DistributedDataParallel module for PyTorch
* Fix the problem of different CPU tensor using the same name
* Add skip_synchronize api for PyTorch
* Add the option for lazy/non-lazy init


0.2.0 (2020-02)
------------------
Expand All @@ -15,4 +29,4 @@ Changelog for BytePS

0.1.0 (2019-12)
------------------
* First official release.
* First official release.
2 changes: 1 addition & 1 deletion byteps/__version__.py
@@ -1,3 +1,3 @@
VERSION = (0, 2, 3)
VERSION = (0, 2, 4)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit 809ef20

Please sign in to comment.