Skip to content

Commit aae3005

Browse files
authored
Release 0.9.0 (#432)
1 parent df72b12 commit aae3005

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

CHANGELOG.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,30 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.9.0] - Unreleased
7+
## Unreleased
8+
9+
## [0.9.0] - 2020-05-15
810
### Added
9-
- [Preprocessing] Implement LabelEncoder
10-
- [Preprocessing] Implement ColumnFilter
11-
- [Preprocessing] Implement LambdaTransformer
12-
- [Preprocessing] Implement NumberConverter
13-
- [Preprocessing] Implement OneHotEncoder
14-
- [Workflow] Implement FeatureUnion
15-
- [Metric] Add Regression metrics: meanSquaredError, meanSquaredLogarithmicError, meanAbsoluteError, medianAbsoluteError, r2Score, maxError
16-
- [Regression] Implement DecisionTreeRegressor
11+
- [Preprocessing] Implement LabelEncoder (#369)
12+
- [Preprocessing] Implement ColumnFilter (#378)
13+
- [Preprocessing] Implement LambdaTransformer (#381)
14+
- [Preprocessing] Implement NumberConverter (#377)
15+
- [Preprocessing] Implement OneHotEncoder (#384)
16+
- [Workflow] Implement FeatureUnion (#382)
17+
- [Metric] Add Regression metrics: meanSquaredError, meanSquaredLogarithmicError, meanAbsoluteError, medianAbsoluteError, r2Score, maxError (#373)
18+
- [Regression] Implement DecisionTreeRegressor (#375)
19+
- [Tokenization] Added NGramWordTokenizer (#370)
20+
- [Internal] Add php 7.4 for travis build (#393)
21+
- [FeatureExtraction] FeatureExtraction (#425)
22+
23+
### Fixed
24+
- [Math] Fix division by zero in ANOVA for small size dataset (#391)
25+
- [Internal] Fix grammatical errors in code and docs (#410, #411, #413, #414)
26+
27+
### Changed
28+
- [Internal] update phpunit to 8 (#367, #372)
29+
- [Internal] code style fixes (#366)
30+
- [Internal] update dependencies (#383, #415, #419, #426)
1731

1832
## [0.8.0] - 2019-03-20
1933
### Added

LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2019 Arkadiusz Kondas <arkadiusz.kondas[at]gmail>
4-
Copyright (c) 2018 Andrew DalPino
3+
Copyright (c) 2016-2020 Arkadiusz Kondas <arkadiusz.kondas[at]gmail>
54

65
Permission is hereby granted, free of charge, to any person obtaining a copy
76
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)