Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorstephens committed Apr 23, 2019
1 parent b4e39fc commit ced613a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Release History
===============

Version 0.4.0
-------------
Version 0.4.0 - 23 Apr 2019
---------------------------

- Added the :class:`genetic.SymbolicClassifier` to use symbolic regression to
solve binary classification problems. This passes the outputs of a program
Expand Down
2 changes: 1 addition & 1 deletion gplearn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
``gplearn`` is a set of algorithms for learning genetic programming models.
"""
__version__ = '0.4.dev0'
__version__ = '0.4.0'

__all__ = ['genetic', 'functions', 'fitness']

0 comments on commit ced613a

Please sign in to comment.