Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyliweishih committed Mar 20, 2020
1 parent 3f1a76f commit 46551cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Changelog
* Support pandas 1.0.0 :pr:`486`
* Made all references to the logger static :pr:`503`
* Refactored `model_type` parameter for components and pipelines to `model_family` :pr:`507`
* Refactored `problem_types` for pipelines and components into `supported_problem_types` :pr:`515`
* Documentation Changes
* Updated API reference to remove PipelinePlot and added moved PipelineBase plotting methods :pr:`483`
* Add code style and github issue guides :pr:`463` :pr:`512`
Expand All @@ -28,6 +29,7 @@ Changelog
* Components and Pipelines now have a `model_family` field instead of `model_type`
* `get_pipelines` utility function now accepts `model_families` as an argument instead of `model_types`
* `PipelineBase.name` no longer returns structure of pipeline and has been replaced by `PipelineBase.summary`
* `PipelineBase.problem_types` and `Estimator.problem_types` has been renamed to `supported_problem_types`


**v0.7.0 Mar. 9, 2020**
Expand Down

0 comments on commit 46551cf

Please sign in to comment.