Skip to content

Commit

Permalink
Changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvem committed Aug 12, 2020
1 parent 67d6f52 commit 54c9bd6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions changelog.rst
@@ -1,6 +1,16 @@
Changelog
=========

Version 1.4.1
-------------
* Fixed so GroupLasso objects can be initialised without specifying the groups
* Fixed bug with viewing the selected groups
* Changed to ConvergenceWarning instead of RuntimeWarning for when FISTA doesn't converge
* Fixed typo in warning message
* Fixed bug with list input for the groups
* Added matplotlib to requirements.txt
* Changed how groups are parsed, should hopefully fix some unreported bugs

Version 1.4.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "1.4.0"
release = "1.4.1"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,11 +1,11 @@
[bumpversion]
current_version = 1.4.0
current_version = 1.4.1
commit = True
tag = True

[metadata]
name = group-lasso
version = 1.4.0
version = 1.4.1
license = MIT
description = Fast group lasso regularised linear models in a sklearn-style API.
long_description = file: README.rst
Expand Down
2 changes: 1 addition & 1 deletion src/group_lasso/__init__.py
Expand Up @@ -2,7 +2,7 @@
"""


__version__ = "1.4.0"
__version__ = "1.4.1"
__author__ = "Yngve Mardal Moe"
__email__ = "yngve.m.moe@gmail.com"

Expand Down

0 comments on commit 54c9bd6

Please sign in to comment.