Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Update release notes. #312

Merged
merged 1 commit into from
Oct 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions release-next.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
pipe.permutation_feature_importance(data)
```

- **Initial implementation of DateTime input and output column support.**

[PR#290](https://github.com/microsoft/NimbusML/pull/290)
Add initial support for input and output of Pandas DateTime columns.

- **Initial implementation of LpScaler.**

[PR#253](https://github.com/microsoft/NimbusML/pull/253)
Expand Down Expand Up @@ -68,6 +73,10 @@

[PR#292](https://github.com/microsoft/NimbusML/pull/292)

- **Fix BinaryDataStream was not valid as input for transformer.**

[PR#307](https://github.com/microsoft/NimbusML/pull/307)

- **Fix casing for the installPythonPackages build.sh argument.**

[PR#256](https://github.com/microsoft/NimbusML/pull/256)
Expand Down