Skip to content

Commit

Permalink
prepare for release v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lanpa committed Apr 28, 2018
1 parent 1470a41 commit 51f8dac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
- conda info -a

# Replace dep1 dep2 ... with your dependencies
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION chainer pytorch-nightly -c pytorch
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION chainer pytorch -c pytorch
- source activate test-environment
- which python
- conda list
Expand Down
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
History
=======
1.2 (2018-04-21)
-----------------
* Supports tensorshape information in graph visualization. Drop support for 0.3.1
* Adds add_video function

1.1 (2018-02-21)
-----------------
* Supports pytorch 0.3.1 (hacky)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@

Write TensorBoard events with simple function call.

* Support `scalar`, `image`, `histogram`, `audio`, `text`, `graph`, `onnx_graph`, `embedding` and `pr_curve` summaries.
* Support `scalar`, `image`, `histogram`, `audio`, `text`, `graph`, `onnx_graph`, `embedding`, `pr_curve` and `video` summaries.


* [Demo](http://35.197.26.245:6006)

* `demo_graph.py` needs tensorboardX>=1.0 and pytorch>=0.3.1 to work (for scoping support).
* requirement for `demo_graph.py` is tensorboardX>=1.2 and pytorch>=0.4

* [FAQ](https://github.com/lanpa/tensorboard-pytorch/wiki)

## Install

Tested on anaconda2 / anaconda3, with PyTorch 0.3 / torchvision 0.2 / tensorflow-tensorboard 1.5.0
Tested on anaconda2 / anaconda3, with PyTorch 0.4 / torchvision 0.2 / tensorboard 1.7.0

`pip install tensorboardX`

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='tensorboardX',
version='1.1',
version='1.2',
description='TensorBoardX lets you watch Tensors Flow without Tensorflow',
long_description= history,
author='Tzu-Wei Huang',
Expand Down

0 comments on commit 51f8dac

Please sign in to comment.