Skip to content

Add Contributing Guidelines#1097

Merged
githubnemo merged 2 commits intoskorch-dev:masterfrom
ParagEkbote:Contributing-Guidlines
Mar 26, 2025
Merged

Add Contributing Guidelines#1097
githubnemo merged 2 commits intoskorch-dev:masterfrom
ParagEkbote:Contributing-Guidlines

Conversation

@ParagEkbote
Copy link
Copy Markdown
Contributor

@ParagEkbote ParagEkbote commented Feb 26, 2025

Fixes #229.

This is a follow-up to #1087. I've only switched to a different branch for contribution purposes.

Could you please review?

cc: @githubnemo ,@thomasjpfan

@ParagEkbote
Copy link
Copy Markdown
Contributor Author

Gentle ping.

cc: @githubnemo ,@thomasjpfan

@githubnemo
Copy link
Copy Markdown
Collaborator

Hey, thanks for the nudge. At the current state I think that this document is just a neat placeholder (and maybe a good instruction for LLMs haha) but having it allows for it to grow organically and that's neat.

Thank you for the contribution :)

@githubnemo githubnemo merged commit fd86afb into skorch-dev:master Mar 26, 2025
@ParagEkbote ParagEkbote deleted the Contributing-Guidlines branch March 26, 2025 14:39
githubnemo pushed a commit that referenced this pull request Aug 8, 2025
# 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 tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants