Skip to content

Commit 5db0ddc

Browse files
Release 1.4.0 (#1140)
- bump VERSION - update CHANGES.md
1 parent f5a7928 commit 5db0ddc

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

‎CHANGES.md‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11-
- Extend tensor conversion to numpy arrays to work with more device types (#1132)
12-
- Add sklearn metadata routing support: `NeuralNet` is now a metadata router + consumer, enabling `groups` and other metadata to flow through `Pipeline`/`GridSearchCV` (#1139)
1311

1412
### Changed
1513

1614
### Fixed
1715

16+
## [1.4.0]
17+
18+
### Added
19+
20+
- Extend tensor conversion to numpy arrays to work with more device types (#1132)
21+
- Add sklearn metadata routing support: `NeuralNet` is now a metadata router + consumer, enabling `groups` and other metadata to flow through `Pipeline`/`GridSearchCV` (#1139)
22+
1823
## [1.3.1]
1924

2025
### Fixed

‎VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.2dev
1+
1.4.0

0 commit comments

Comments
 (0)