Skip to content

Commit

Permalink
V1.1 (#27)
Browse files Browse the repository at this point in the history
* Remove coveralls

* Edit readme

* Bump version
  • Loading branch information
Frédéric Branchaud-Charron authored and parmidaatg committed Nov 11, 2019
1 parent 0677c57 commit dedf317
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ source) to obtain the desired outputs at new data points
At the moment BaaL supports the following methods to perform active learning.

- Monte-Carlo Dropout (Gal et al. 2015)
- MCDropConnect (Mobiny et al. 2019)

**Please see our Roadmap [below](./README.md#roadmap-subject-to-change-depending-on-the-community).**

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '1.0.0'
release = '1.1.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read(*names, **kwargs):

setup(
name='baal',
version="1.0.0",
version="1.1.0",
description='Library for bayesian active learning.',
author='Parmida Atighehchian, Frédéric Branchaud-Charron, Jan Freyberg, Lorne Schell',
author_email="""parmida@elementai.com,
Expand Down

0 comments on commit dedf317

Please sign in to comment.