Skip to content

Commit

Permalink
Changelog fixes for #70 (#170)
Browse files Browse the repository at this point in the history
* Added support for unlim pipelines with max_time limit

* Fixed lint errors

* Increased number of test_binary_auto pipelines to 5

* Fixed max_pipelines=None behavior and removed extraneous comment

* Revered some Autoclassifier tests to use max_pipelines=5

* Changed the format of the progress logs for max_time

* Changed to new pbar format and modified error msg

* Updated notebook example to include search limit

* Updated limit handling to allow for no time parameters

* Fixed lint errors

* Updated changelog

* Closed pbear on early termination and removed new_line

* Status bar changes

* Fixed lint error

* Updated test and removed elasped variable

* Fixed position in changelog

* Removed duplicate line
  • Loading branch information
christopherbunn authored and angela97lin committed Nov 1, 2019
1 parent 957ea7f commit e412fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
---------
**Future Releases**
* Enhancements
* Added support for unlimited pipelines with a max_time limit :pr:`70`
* Fixes
* Changes
* Documentation Changes
Expand All @@ -18,7 +19,6 @@ Changelog
* Added support for other units in max_time :pr:`125`
* Detect highly null columns :pr:`121`
* Added additional regression objectives :pr:`100`
* Added support for unlimited pipelines with a max_time limit :pr:`70`
* Fixes
* Reordered `describe_pipeline` :pr:`94`
* Added type check for model_type :pr:`109`
Expand Down

0 comments on commit e412fdb

Please sign in to comment.