Skip to content

Commit

Permalink
Merge pull request #56 from aicoe-aiops/v0.1.1
Browse files Browse the repository at this point in the history
Release of version 0.1.1
  • Loading branch information
Shreyanand authored Oct 26, 2021
2 parents a259e9e + 8a26fd4 commit 8d436ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

## Release 0.1.1 (2021-06-11T18:17:55)
### Features
* Add me as a maintainer
* Bump urllib3 from 1.26.4 to 1.26.5
* Update Owners
* Add forecasting notebook (#20)
* Bump urllib3 from 1.26.3 to 1.26.4
* Add concepts notebook (#16)
* Add changes for ODH image
* Fix links (#12)
* Update README
* Add data manipulation and visualization notebook
* Add fetching metrics notebook
### Improvements
* Add Linear and Exponential models
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

__version__ = "0.1.0"
__version__ = "0.1.1"

setup(
name="src",
Expand Down

0 comments on commit 8d436ec

Please sign in to comment.