Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Adding changelog and bump up the version number to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jzhang-gp committed Nov 21, 2019
1 parent a3e0bfd commit 3943379
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

.. towncrier release notes start
Foreshadow 0.3.0 (2019-11-21)
=============================

Features
--------

- Feature: Auto Intent Resolving
Automatically resolve the intent of a column with a machine learning model. (auto-intent-resolving)
- Bug fix of pick_transformer may transform dataframe in place, causing
inconsistency between the data and intended downstream logic. (bug-fix)
- Feature: Enable logging on Foreshadow
This feature allows Foreshadow to display the progress of the training. (enable-logging)
- Feature: Adding more default models in Foreshadow
This allows user to select estimators from the following categories:
- Linear
- SVM
- RandomForest
- NeuralNetwork (more-default-model)
- Feature: Allow user to override intent resolving decisions
This feature allows users to override the intent resolving decisions
through API calls. It can be done both before and after fitting the
foreshadow object. (user-override)


Foreshadow 0.2.1 (2019-09-26)
=============================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "foreshadow"
version = "0.2.1"
version = "0.3.0"
description = "Peer into the future of a data science project"
authors = [
"Adithya Balaji <adithyabsk@gmail.com>",
Expand Down

0 comments on commit 3943379

Please sign in to comment.