Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalpino committed Oct 6, 2022
1 parent 2deabe4 commit a09521a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- 0.4.3
- Update to Flysystem 2.1 and above

- 0.4.2
- Fix Missing Extension exception class filename

Expand Down
2 changes: 1 addition & 1 deletion src/Datasets/Dataset.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public function column(int $offset) : array
/**
* Return the number of feature columns in the dataset.
*
* @return int
* @return int<0,max>
*/
public function numColumns() : int
{
Expand Down
2 changes: 1 addition & 1 deletion src/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @var string
*/
const VERSION = '0.4.1';
const VERSION = '0.4.3';

/**
* A small number used in substitution of 0.
Expand Down

0 comments on commit a09521a

Please sign in to comment.