From a671e201808f59ffb173066b2a5dc3dc771b3dab Mon Sep 17 00:00:00 2001 From: javicid Date: Fri, 1 Mar 2019 15:07:18 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9456b027..87a3d295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First implementation of Gaussian mixtures and ALS - Implemented a StandardScaler class as part of a new preprocessing module - Created a resample method in the utils module +- Dataset transpose +- Dataset apply function ### Changed - Refactored DBSCAN completely to make code more legible and fix several bugs