Startorch

Latest version: v0.1.0

Safety actively analyzes 627655 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.0

This release contains a lot of breaking changes since the previous version `0.0.8`.

What's Changed
* Bump jupyter-lsp from 2.2.1 to 2.2.2 by dependabot in https://github.com/durandtibo/startorch/pull/267
* Update dependencies by durandtibo in https://github.com/durandtibo/startorch/pull/272
* Update pyproject.toml by durandtibo in https://github.com/durandtibo/startorch/pull/274
* Improve style (part 1) by durandtibo in https://github.com/durandtibo/startorch/pull/273
* Improve style (part 2) by durandtibo in https://github.com/durandtibo/startorch/pull/275
* Improve style (part 3) by durandtibo in https://github.com/durandtibo/startorch/pull/276
* Improve style (part 4) by durandtibo in https://github.com/durandtibo/startorch/pull/277
* Improve style (part 5) by durandtibo in https://github.com/durandtibo/startorch/pull/279
* Improve style (part 6) by durandtibo in https://github.com/durandtibo/startorch/pull/280
* Improve style (part 7) by durandtibo in https://github.com/durandtibo/startorch/pull/281
* Improve style (last part) by durandtibo in https://github.com/durandtibo/startorch/pull/282
* Update dependencies by durandtibo in https://github.com/durandtibo/startorch/pull/283
* Add `to_array`/`to_tensor` by durandtibo in https://github.com/durandtibo/startorch/pull/284
* Add `setup_torch_generator` by durandtibo in https://github.com/durandtibo/startorch/pull/285
* Move validation checks to `utils` by durandtibo in https://github.com/durandtibo/startorch/pull/286
* Update workflows and dependencies by durandtibo in https://github.com/durandtibo/startorch/pull/287
* Update some example generators by durandtibo in https://github.com/durandtibo/startorch/pull/288
* Update dependencies by durandtibo in https://github.com/durandtibo/startorch/pull/290
* Update some example generators by durandtibo in https://github.com/durandtibo/startorch/pull/291
* Update some time series generators by durandtibo in https://github.com/durandtibo/startorch/pull/292
* Update the sequence generators by durandtibo in https://github.com/durandtibo/startorch/pull/293
* Update type hints by durandtibo in https://github.com/durandtibo/startorch/pull/294
* Remove `redcat` by durandtibo in https://github.com/durandtibo/startorch/pull/295
* Renaming by durandtibo in https://github.com/durandtibo/startorch/pull/296
* Update notebooks by durandtibo in https://github.com/durandtibo/startorch/pull/297
* Update dependencies by durandtibo in https://github.com/durandtibo/startorch/pull/298
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/startorch/pull/299
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/durandtibo/startorch/pull/300
* Bump actions/dependency-review-action from 2 to 4 by dependabot in https://github.com/durandtibo/startorch/pull/301
* Bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/durandtibo/startorch/pull/302
* Bump jupyterlab from 4.0.12 to 4.1.0 by dependabot in https://github.com/durandtibo/startorch/pull/303
* Bump pre-commit/action from 3.0.0 to 3.0.1 by dependabot in https://github.com/durandtibo/startorch/pull/307
* Bump ruff from 0.2.0 to 0.2.1 by dependabot in https://github.com/durandtibo/startorch/pull/306
* Bump pre-commit from 3.6.0 to 3.6.1 by dependabot in https://github.com/durandtibo/startorch/pull/305
* Bump mkdocs-material from 9.5.7 to 9.5.9 by dependabot in https://github.com/durandtibo/startorch/pull/304
* Update dependencies by durandtibo in https://github.com/durandtibo/startorch/pull/308
* Update package tests by durandtibo in https://github.com/durandtibo/startorch/pull/309
* Add `numpy` as a dependency by durandtibo in https://github.com/durandtibo/startorch/pull/310
* Clean Makefile by durandtibo in https://github.com/durandtibo/startorch/pull/311
* Bump coola from 0.3.1 to 0.3.2 by dependabot in https://github.com/durandtibo/startorch/pull/312
* Bump mkdocs-material from 9.5.9 to 9.5.10 by dependabot in https://github.com/durandtibo/startorch/pull/313
* Bump jupyterlab from 4.1.1 to 4.1.2 by dependabot in https://github.com/durandtibo/startorch/pull/318
* Bump pytest from 8.0.1 to 8.0.2 by dependabot in https://github.com/durandtibo/startorch/pull/314
* Bump mkdocs-material from 9.5.10 to 9.5.11 by dependabot in https://github.com/durandtibo/startorch/pull/315
* Bump coverage from 7.4.1 to 7.4.3 by dependabot in https://github.com/durandtibo/startorch/pull/317
* Bump torch from 2.2.0 to 2.2.1 by dependabot in https://github.com/durandtibo/startorch/pull/316
* Update dependency review workflow by durandtibo in https://github.com/durandtibo/startorch/pull/327
* Update dependency review workflow by durandtibo in https://github.com/durandtibo/startorch/pull/328
* Add optional `iden` dependency by durandtibo in https://github.com/durandtibo/startorch/pull/329
* Add `ExampleDataGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/330
* Add code to benchmark data loading by durandtibo in https://github.com/durandtibo/startorch/pull/331
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/startorch/pull/335
* Fix unused arguments by durandtibo in https://github.com/durandtibo/startorch/pull/336
* Release version `0.1.0` by durandtibo in https://github.com/durandtibo/startorch/pull/337


**Full Changelog**: https://github.com/durandtibo/startorch/compare/v0.0.8...v0.1.0

0.0.8

What's Changed
* Bump black from 23.10.0 to 23.10.1 by dependabot in https://github.com/durandtibo/startorch/pull/242
* Bump pytest from 7.4.2 to 7.4.3 by dependabot in https://github.com/durandtibo/startorch/pull/238
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/startorch/pull/251
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/startorch/pull/255
* Improve workflow to check package by durandtibo in https://github.com/durandtibo/startorch/pull/256
* Release version `0.0.8` by durandtibo in https://github.com/durandtibo/startorch/pull/257


**Full Changelog**: https://github.com/durandtibo/startorch/compare/v0.0.7...v0.0.8

0.0.7

What's Changed
* Add `make_swiss_roll` by durandtibo in https://github.com/durandtibo/startorch/pull/181
* Add `SwissRollExampleGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/182
* Add option to generate hole in Swiss roll by durandtibo in https://github.com/durandtibo/startorch/pull/183
* Add `make_normal_linear_regression` by durandtibo in https://github.com/durandtibo/startorch/pull/184
* Add `LinearRegressionExampleGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/185
* Update linear regression example generator by durandtibo in https://github.com/durandtibo/startorch/pull/186
* Rename example generators by durandtibo in https://github.com/durandtibo/startorch/pull/187
* Update tests of some example generators by durandtibo in https://github.com/durandtibo/startorch/pull/188
* Add `make_friedman1` by durandtibo in https://github.com/durandtibo/startorch/pull/189
* Update tests of some example generators by durandtibo in https://github.com/durandtibo/startorch/pull/190
* Add `make_friedman2` by durandtibo in https://github.com/durandtibo/startorch/pull/191
* Add `make_friedman3` by durandtibo in https://github.com/durandtibo/startorch/pull/193
* Add `Friedman1RegressionExampleGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/194
* Rename some functions by durandtibo in https://github.com/durandtibo/startorch/pull/199
* Update dependencies by durandtibo in https://github.com/durandtibo/startorch/pull/200
* Add `Friedman2RegressionExampleGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/201
* Bump jupyterlab from 4.0.6 to 4.0.7 by dependabot in https://github.com/durandtibo/startorch/pull/197
* Add `Friedman3RegressionExampleGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/202
* Add optional `plotly` dependency by durandtibo in https://github.com/durandtibo/startorch/pull/203
* Add matplotlib `plot_features` by durandtibo in https://github.com/durandtibo/startorch/pull/204
* Bump mkdocs-material from 9.4.4 to 9.4.6 by dependabot in https://github.com/durandtibo/startorch/pull/196
* Test different plotly versions in workflows by durandtibo in https://github.com/durandtibo/startorch/pull/205
* Rename `hist_features` by durandtibo in https://github.com/durandtibo/startorch/pull/206
* Refactor existing plot functions by durandtibo in https://github.com/durandtibo/startorch/pull/208
* Rename `hist_feature` by durandtibo in https://github.com/durandtibo/startorch/pull/209
* Bump urllib3 from 2.0.6 to 2.0.7 by dependabot in https://github.com/durandtibo/startorch/pull/207
* Update dependencies by durandtibo in https://github.com/durandtibo/startorch/pull/210
* Add `make_sparse_uncorrelated_regression` by durandtibo in https://github.com/durandtibo/startorch/pull/211
* Add `hist_feature` by durandtibo in https://github.com/durandtibo/startorch/pull/212
* Add notebook to visualize examples by durandtibo in https://github.com/durandtibo/startorch/pull/213
* Add `make_circles_classification` by durandtibo in https://github.com/durandtibo/startorch/pull/214
* Add `check_num_examples` by durandtibo in https://github.com/durandtibo/startorch/pull/216
* Add `check_std` by durandtibo in https://github.com/durandtibo/startorch/pull/217
* Use `check_num_examples` in `make_XXX` functions by durandtibo in https://github.com/durandtibo/startorch/pull/218
* Use `check_std` in example generators by durandtibo in https://github.com/durandtibo/startorch/pull/219
* Add `check_interval` by durandtibo in https://github.com/durandtibo/startorch/pull/220
* Add `check_interval` to example generators by durandtibo in https://github.com/durandtibo/startorch/pull/221
* Add `check_positive_integer` by durandtibo in https://github.com/durandtibo/startorch/pull/222
* Add `check_feature_size` by durandtibo in https://github.com/durandtibo/startorch/pull/223
* Update checks to example generators by durandtibo in https://github.com/durandtibo/startorch/pull/224
* Add `CirclesClassificationExampleGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/225
* Add `make_moons_classification` by durandtibo in https://github.com/durandtibo/startorch/pull/226
* Add `MoonsClassificationExampleGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/227
* Update notebook to visualize examples by durandtibo in https://github.com/durandtibo/startorch/pull/228
* Improve circles examples by durandtibo in https://github.com/durandtibo/startorch/pull/229
* Add `make_blobs_classification` by durandtibo in https://github.com/durandtibo/startorch/pull/230
* Add `BlobsClassificationExampleGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/231
* Update dependencies by durandtibo in https://github.com/durandtibo/startorch/pull/233
* Add `CacheExampleGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/234
* Add `plotly.hist_sequence` by durandtibo in https://github.com/durandtibo/startorch/pull/235
* Add `plotly.plot_sequence` by durandtibo in https://github.com/durandtibo/startorch/pull/236
* Release version `0.0.7` by durandtibo in https://github.com/durandtibo/startorch/pull/237


**Full Changelog**: https://github.com/durandtibo/startorch/compare/v0.0.6...v0.0.7

0.0.6

What's Changed
* Update dependencies by durandtibo in https://github.com/durandtibo/startorch/pull/176
* Bump mkdocs-material from 9.4.3 to 9.4.4 by dependabot in https://github.com/durandtibo/startorch/pull/174
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/startorch/pull/177
* Add pre-commit workflow by durandtibo in https://github.com/durandtibo/startorch/pull/178
* Update `seaborn` dependency by durandtibo in https://github.com/durandtibo/startorch/pull/179
* Release version `0.0.6` by durandtibo in https://github.com/durandtibo/startorch/pull/180

New Contributors
* dependabot made their first contribution in https://github.com/durandtibo/startorch/pull/174

**Full Changelog**: https://github.com/durandtibo/startorch/compare/v0.0.5...v0.0.6

0.0.5

What's Changed
* Update imports in package init files by durandtibo in https://github.com/durandtibo/startorch/pull/163
* Update dependencies by durandtibo in https://github.com/durandtibo/startorch/pull/164
* Add function to merge time series by time by durandtibo in https://github.com/durandtibo/startorch/pull/152
* Remove merge time series old module by durandtibo in https://github.com/durandtibo/startorch/pull/165
* Add `MergeTimeSeriesGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/166
* Add `mix2sequences` by durandtibo in https://github.com/durandtibo/startorch/pull/167
* Add `MixedTimeSeriesGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/170
* Release version `0.0.5` by durandtibo in https://github.com/durandtibo/startorch/pull/171


**Full Changelog**: https://github.com/durandtibo/startorch/compare/v0.0.4...v0.0.5

0.0.4

What's Changed
* Update docstrings by durandtibo in https://github.com/durandtibo/startorch/pull/139
* Update docstrings for sequence generators by durandtibo in https://github.com/durandtibo/startorch/pull/140
* Update docstrings for generators by durandtibo in https://github.com/durandtibo/startorch/pull/141
* Add `MultinomialChoiceTimeSeriesGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/142
* Rename some inputs by durandtibo in https://github.com/durandtibo/startorch/pull/143
* Update workflows to check for cyclic imports by durandtibo in https://github.com/durandtibo/startorch/pull/144
* Update redcat dependency by durandtibo in https://github.com/durandtibo/startorch/pull/145
* Add `BasePeriodicTimeSeriesGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/146
* Update workflows by durandtibo in https://github.com/durandtibo/startorch/pull/147
* Add `PeriodicTimeSeriesGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/148
* Add `is_xxx_generator_config` by durandtibo in https://github.com/durandtibo/startorch/pull/149
* Add missing `is_xxx_generator_config` by durandtibo in https://github.com/durandtibo/startorch/pull/150
* Improve some tests by durandtibo in https://github.com/durandtibo/startorch/pull/151
* Add `BaseExampleGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/153
* Add `create_hypercube_examples` by durandtibo in https://github.com/durandtibo/startorch/pull/157
* Add `HypercubeExampleGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/158
* Add missing tests by durandtibo in https://github.com/durandtibo/startorch/pull/159
* Update dependencies by durandtibo in https://github.com/durandtibo/startorch/pull/160
* Add `TimeSeriesExampleGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/161
* Release version `0.0.4` by durandtibo in https://github.com/durandtibo/startorch/pull/162


**Full Changelog**: https://github.com/durandtibo/startorch/compare/v0.0.3...v0.0.4

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.