Skip to content

Commit e76ec2d

Browse files
committed
Merge branch 'release/1.0.8'
2 parents accbb99 + dd16115 commit e76ec2d

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# [iNNvestigate neural networks!](https://github.com/albermax/innvestigate) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=iNNvestigate%20neural%20networks!&url=https://github.com/albermax/innvestigate&hashtags=iNNvestigate,artificialintelligence,machinelearning,deeplearning,datascience)
22

33

4-
[![GitHub package version](https://img.shields.io/badge/Version-v1.0.6-green.svg)](https://github.com/albermax/innvestigate)
4+
[![GitHub package version](https://img.shields.io/badge/Version-v1.0.8-green.svg)](https://github.com/albermax/innvestigate)
55
[![Keras package version](https://img.shields.io/badge/KerasVersion-v2.2.4-green.svg)](https://github.com/albermax/innvestigate)
66
[![License: BSD-2](https://img.shields.io/badge/License-BSD--2-blue.svg)](https://github.com/albermax/innvestigate/blob/master/LICENSE)
77
[![Build Status](https://travis-ci.org/albermax/innvestigate.svg?branch=master)](https://travis-ci.org/albermax/innvestigate)
8-
[![Dev-Build Status](https://travis-ci.org/albermax/innvestigate.svg?branch=develop)](https://travis-ci.org/albermax/innvestigate)))]]
98

109
![Different explanation methods on ImageNet.](https://github.com/albermax/innvestigate/raw/master/examples/images/analysis_grid.png)
1110

31.7 KB
Loading
117 KB
Loading

todo_before_release.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Todos:
33
* Run the tests.
44
* Check if docs are compilable:
55
`cd docs; make html`
6-
* Update release in setup.py and button of README.
6+
* Update release in VERSION.md, setup.py and button of README.md.
77
* Make release
88
* Push master and develop branch, and tags
99
* Switch to master branch
@@ -15,9 +15,9 @@ pip install --upgrade twine
1515
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
1616
pip install --index-url https://test.pypi.org/simple/ innvestigate
1717
```
18-
* Check if all works
18+
* Check that everything works
1919
* Upload new packages to real server:
2020
```bash
21-
twine upload --repository-url https://pypi.org/legacy/ dist/*
21+
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
2222
pip install innvestigate
2323
```

0 commit comments

Comments
 (0)