Skip to content

Commit

Permalink
Bump version (#14)
Browse files Browse the repository at this point in the history
* Bump version

* Add changelog for 0.2.0 and 0.2.1

* Add LGTM badge
  • Loading branch information
Stonesjtu committed Jun 18, 2020
1 parent 1e87741 commit d331f8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pytorch_memlab
======
[![Build Status](https://travis-ci.com/Stonesjtu/pytorch_memlab.svg?token=vyTdxHbi1PCRzV6disHp&branch=master)](https://travis-ci.com/Stonesjtu/pytorch_memlab)
![PyPI](https://img.shields.io/pypi/v/pytorch_memlab.svg)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/Stonesjtu/pytorch_memlab.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Stonesjtu/pytorch_memlab/context:python)
![PyPI - Downloads](https://img.shields.io/pypi/dm/pytorch_memlab.svg)

A simple and accurate **CUDA** memory management laboratory for pytorch,
Expand Down Expand Up @@ -446,6 +447,10 @@ open source community.

## CHANGES

##### 0.2.1 (2020-06-18)
- Fix `line_profiler` not found
##### 0.2.0 (2020-06-15)
- Add jupyter notebook figure and ipython support
##### 0.1.0 (2020-04-17)
- Add ipython magic support (#8)
##### 0.0.4 (2019-10-08)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='pytorch_memlab',
version='0.2.0',
version='0.2.1',
licence='MIT',
description='A lab to do simple and accurate memory experiments on pytorch',
long_description=long_description,
Expand Down

0 comments on commit d331f8e

Please sign in to comment.