Startorch

Latest version: v0.2.0

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

Scan your dependencies

Page 1 of 2

0.2.0

Breaking changes

This release contains multiple breaking changes. Most of the breaking changes are indicated with `[BC]` in the list below.

What's Changed
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/startorch/pull/338
* Bump mkdocs-material from 9.5.15 to 9.5.17 by dependabot in https://github.com/durandtibo/startorch/pull/344
* Bump idna from 3.6 to 3.7 by dependabot in https://github.com/durandtibo/startorch/pull/345
* Bump pillow from 10.2.0 to 10.3.0 by dependabot in https://github.com/durandtibo/startorch/pull/343
* Bump torch from 2.2.1 to 2.2.2 by dependabot in https://github.com/durandtibo/startorch/pull/341
* Bump jupyterlab from 4.1.5 to 4.1.6 by dependabot in https://github.com/durandtibo/startorch/pull/346
* Bump mkdocstrings from 0.24.1 to 0.24.3 by dependabot in https://github.com/durandtibo/startorch/pull/347
* Bump pre-commit from 3.6.2 to 3.7.0 by dependabot in https://github.com/durandtibo/startorch/pull/339
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/startorch/pull/349
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/startorch/pull/351
* Add PR template by durandtibo in https://github.com/durandtibo/startorch/pull/352
* Add issue templates by durandtibo in https://github.com/durandtibo/startorch/pull/353
* Update documentation workflows by durandtibo in https://github.com/durandtibo/startorch/pull/354
* Bump paambaati/codeclimate-action from 5.0.0 to 6.0.0 by dependabot in https://github.com/durandtibo/startorch/pull/355
* Bump pytest from 8.1.2 to 8.2.0 by dependabot in https://github.com/durandtibo/startorch/pull/356
* Bump mkdocs-material from 9.5.19 to 9.5.20 by dependabot in https://github.com/durandtibo/startorch/pull/357
* Bump mkdocstrings from 0.24.3 to 0.25.0 by dependabot in https://github.com/durandtibo/startorch/pull/358
* Bump jinja2 from 3.1.3 to 3.1.4 by dependabot in https://github.com/durandtibo/startorch/pull/364
* Bump mkdocs-material from 9.5.20 to 9.5.21 by dependabot in https://github.com/durandtibo/startorch/pull/363
* Bump coverage from 7.5.0 to 7.5.1 by dependabot in https://github.com/durandtibo/startorch/pull/359
* Bump mkdocstrings from 0.25.0 to 0.25.1 by dependabot in https://github.com/durandtibo/startorch/pull/360
* Bump coola from 0.6.0 to 0.6.1 by dependabot in https://github.com/durandtibo/startorch/pull/361
* Bump plotly from 5.21.0 to 5.22.0 by dependabot in https://github.com/durandtibo/startorch/pull/362
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/startorch/pull/365
* Bump ruff from 0.4.3 to 0.4.4 by dependabot in https://github.com/durandtibo/startorch/pull/367
* Bump pre-commit from 3.7.0 to 3.7.1 by dependabot in https://github.com/durandtibo/startorch/pull/366
* Bump mkdocs-material from 9.5.21 to 9.5.22 by dependabot in https://github.com/durandtibo/startorch/pull/368
* Clean notebooks by durandtibo in https://github.com/durandtibo/startorch/pull/369
* Add reference docs by durandtibo in https://github.com/durandtibo/startorch/pull/370
* Rename integration package by durandtibo in https://github.com/durandtibo/startorch/pull/371
* Add `BaseTensorTransformer` by durandtibo in https://github.com/durandtibo/startorch/pull/372
* Update documentation by durandtibo in https://github.com/durandtibo/startorch/pull/373
* Add trigo tensor transformers by durandtibo in https://github.com/durandtibo/startorch/pull/374
* Add `PoissonTensorTransformer` by durandtibo in https://github.com/durandtibo/startorch/pull/375
* Improve transformers by durandtibo in https://github.com/durandtibo/startorch/pull/376
* Improve transformer interface by durandtibo in https://github.com/durandtibo/startorch/pull/377
* Add utility functions by durandtibo in https://github.com/durandtibo/startorch/pull/378
* Improve `PoissonTensorTransformer` by durandtibo in https://github.com/durandtibo/startorch/pull/379
* Refactor `transformer` package by durandtibo in https://github.com/durandtibo/startorch/pull/380
* Rename `BaseTensorTransformer` to `BaseTransformer` by durandtibo in https://github.com/durandtibo/startorch/pull/382
* Update docstrings by durandtibo in https://github.com/durandtibo/startorch/pull/383
* Bump requests from 2.31.0 to 2.32.0 by dependabot in https://github.com/durandtibo/startorch/pull/381
* Improve transformers by durandtibo in https://github.com/durandtibo/startorch/pull/384
* Add `Abs` and `Clamp` transformers by durandtibo in https://github.com/durandtibo/startorch/pull/385
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/startorch/pull/386
* Add `SequentialTransformer` by durandtibo in https://github.com/durandtibo/startorch/pull/387
* Update docstrings by durandtibo in https://github.com/durandtibo/startorch/pull/388
* Add `VanillaExampleGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/390
* Make `BaseTransformer` a bit more generic by durandtibo in https://github.com/durandtibo/startorch/pull/391
* Add `TransformedExampleGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/389
* Update links in docstrings by durandtibo in https://github.com/durandtibo/startorch/pull/392
* Add `LookupTableTransformer` by durandtibo in https://github.com/durandtibo/startorch/pull/393
* Add `ExponentialTransformer` by durandtibo in https://github.com/durandtibo/startorch/pull/394
* Add `ExponentialTransformer` by durandtibo in https://github.com/durandtibo/startorch/pull/395
* Add `ConcatenateExampleGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/396
* Add asynchronous time series notebook by durandtibo in https://github.com/durandtibo/startorch/pull/397
* Add default `size` to `TensorExampleGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/398
* [BC] Rename some generators by durandtibo in https://github.com/durandtibo/startorch/pull/399
* [BC] Rename `TransformExampleGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/400
* Add `ConcatenateTimeSeriesGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/401
* Add `TensorTimeSeriesGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/402
* [BC] Rename `SequenceTimeSeriesGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/403
* Add `mask_by_row` by durandtibo in https://github.com/durandtibo/startorch/pull/404
* Add `MarkovChainSequenceGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/405
* Update notebook by durandtibo in https://github.com/durandtibo/startorch/pull/406
* Add `BaseTransitionGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/407
* Refactor transition generators by durandtibo in https://github.com/durandtibo/startorch/pull/408
* Add utility functions to `BaseTransitionGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/409
* Remove old transition files by durandtibo in https://github.com/durandtibo/startorch/pull/410
* Add `PermutedDiagonalTransitionGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/411
* Improve `MarkovChainSequenceGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/412
* Add `TensorTransitionGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/413
* Add transition matrix generator documentation by durandtibo in https://github.com/durandtibo/startorch/pull/414
* Add circulant matrix by durandtibo in https://github.com/durandtibo/startorch/pull/416
* Add function to mask a square matrix by durandtibo in https://github.com/durandtibo/startorch/pull/417
* Add missing tests by durandtibo in https://github.com/durandtibo/startorch/pull/418
* Add `MaskedTransitionGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/415
* Add `BaseTensorTransformer` by durandtibo in https://github.com/durandtibo/startorch/pull/419
* Add `NormalizeTransitionGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/421
* Update notebook by durandtibo in https://github.com/durandtibo/startorch/pull/422
* Add `AbsTensorTransformer` by durandtibo in https://github.com/durandtibo/startorch/pull/420
* Bump coverage from 7.5.1 to 7.5.2 by dependabot in https://github.com/durandtibo/startorch/pull/426
* Bump jupyterlab from 4.2.0 to 4.2.1 by dependabot in https://github.com/durandtibo/startorch/pull/424
* Bump ruff from 0.4.4 to 0.4.5 by dependabot in https://github.com/durandtibo/startorch/pull/425
* Bump mkdocs-material from 9.5.24 to 9.5.25 by dependabot in https://github.com/durandtibo/startorch/pull/423
* Add `TransformTransitionGenerator` by durandtibo in https://github.com/durandtibo/startorch/pull/427
* Update dependencies by durandtibo in https://github.com/durandtibo/startorch/pull/428
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/startorch/pull/429
* Add trigo tensor transformers by durandtibo in https://github.com/durandtibo/startorch/pull/430
* Add `SequentialTensorTransformer` by durandtibo in https://github.com/durandtibo/startorch/pull/431
* Add `TensorTransformer` by durandtibo in https://github.com/durandtibo/startorch/pull/432
* Update documentation by durandtibo in https://github.com/durandtibo/startorch/pull/433
* Remove math transformers by durandtibo in https://github.com/durandtibo/startorch/pull/434
* Remove trigo transformers by durandtibo in https://github.com/durandtibo/startorch/pull/435


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

0.1.0

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

0.0.8

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

0.0.7

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

0.0.6

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

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

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.