Commit db77adb
authored
Release 1.2.0 (#1115)
# Version 1.2.0
This is a smaller release, most changes concern examples and development and thus don't affect users of skorch.
## Changed
- Loading of skorch nets using pickle: When unpickling a skorch net, you may come across a PyTorch warning that goes: "FutureWarning: You are using torch.load with weights_only=False [...]"; to avoid this warning, pickle the net again and use the new pickle file (#1092)
## Added
- Add Contributing Guidelines for skorch. (#1097)
- Add an example of hyper-parameter optimization using [Optuna](https://optuna.org/) [here](https://github.com/skorch-dev/skorch/tree/master/examples/optuna) (#1098)
- Add Example for Streaming Dataset(#1105)
- Add pyproject.toml to Improve CI/CD and Tooling (#1108)
Thanks @raphaelrubrice, @omahs, and @ParagEkbote for their contributions.
**Full Changelog**: v1.1.0...v1.2.0
Release commit specific:
* Bump verison to 1.2.0
* Update CHANGES.md
* Remove workarounds that have been fixed in sklearn
Only affects tests1 parent 4378f31 commit db77adb
4 files changed
Lines changed: 11 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
12 | 20 | | |
13 | 21 | | |
14 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | 175 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | 176 | | |
182 | 177 | | |
183 | 178 | | |
| |||
381 | 376 | | |
382 | 377 | | |
383 | 378 | | |
384 | | - | |
385 | 379 | | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | 380 | | |
391 | 381 | | |
392 | 382 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
441 | 440 | | |
442 | 441 | | |
443 | 442 | | |
| |||
451 | 450 | | |
452 | 451 | | |
453 | 452 | | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
| 453 | + | |
458 | 454 | | |
459 | 455 | | |
460 | 456 | | |
461 | 457 | | |
462 | 458 | | |
463 | | - | |
464 | 459 | | |
465 | 460 | | |
466 | 461 | | |
| |||
470 | 465 | | |
471 | 466 | | |
472 | 467 | | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
| 468 | + | |
477 | 469 | | |
478 | 470 | | |
479 | 471 | | |
| |||
0 commit comments