Coola

Latest version: v0.6.0

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

Scan your dependencies

Page 1 of 7

0.6.0

Breaking changes
* [BC] Rename `BasicReducer` to `NativeReducer` by durandtibo in https://github.com/durandtibo/coola/pull/544

What's Changed
* Add more package tests by durandtibo in https://github.com/durandtibo/coola/pull/539
* Bump mkdocs-material from 9.5.14 to 9.5.15 by dependabot in https://github.com/durandtibo/coola/pull/540
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/coola/pull/543
* Minor improvements of `objects_are_equal` by durandtibo in https://github.com/durandtibo/coola/pull/545
* Add conversion functions by durandtibo in https://github.com/durandtibo/coola/pull/547
* Add mapping manipulation functions by durandtibo in https://github.com/durandtibo/coola/pull/548
* Bump mkdocs-material from 9.5.15 to 9.5.16 by dependabot in https://github.com/durandtibo/coola/pull/546
* Add `remove_keys_starting_with` by durandtibo in https://github.com/durandtibo/coola/pull/549
* Release version `0.6.0` by durandtibo in https://github.com/durandtibo/coola/pull/550


**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.5.1...v0.6.0

0.5.1

What's Changed
* Update badges and dependencies by durandtibo in https://github.com/durandtibo/coola/pull/536
* Add functions to manage randomness by durandtibo in https://github.com/durandtibo/coola/pull/537
* Release version `0.5.1` by durandtibo in https://github.com/durandtibo/coola/pull/538


**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.5.0...v0.5.1

0.5.0

What's Changed
* Update readme by durandtibo in https://github.com/durandtibo/coola/pull/511
* Make implementation more robust to renaming by durandtibo in https://github.com/durandtibo/coola/pull/512
* Update workflows by durandtibo in https://github.com/durandtibo/coola/pull/513
* Bump pytest from 8.0.2 to 8.1.1 by dependabot in https://github.com/durandtibo/coola/pull/515
* Bump ruff from 0.3.0 to 0.3.2 by dependabot in https://github.com/durandtibo/coola/pull/516
* Bump pytest-timeout from 2.2.0 to 2.3.1 by dependabot in https://github.com/durandtibo/coola/pull/517
* Bump mkdocs-material from 9.5.12 to 9.5.13 by dependabot in https://github.com/durandtibo/coola/pull/518
* Bump polars from 0.20.13 to 0.20.15 by dependabot in https://github.com/durandtibo/coola/pull/519
* Bump ruff from 0.3.2 to 0.3.3 by dependabot in https://github.com/durandtibo/coola/pull/521
* Bump mkdocs-material from 9.5.13 to 9.5.14 by dependabot in https://github.com/durandtibo/coola/pull/520
* Bump coverage from 7.4.3 to 7.4.4 by dependabot in https://github.com/durandtibo/coola/pull/522
* Bump black from 24.2.0 to 24.3.0 by dependabot in https://github.com/durandtibo/coola/pull/523
* Add `BaseRandomSeedSetter` by durandtibo in https://github.com/durandtibo/coola/pull/524
* Add `RandomRandomSeedSetter` by durandtibo in https://github.com/durandtibo/coola/pull/525
* Add `NumpyRandomSeedSetter` by durandtibo in https://github.com/durandtibo/coola/pull/526
* Update `TorchRandomManager` by durandtibo in https://github.com/durandtibo/coola/pull/527
* Update `NumpyRandomManager` by durandtibo in https://github.com/durandtibo/coola/pull/528
* Update `BaseRandomManager` by durandtibo in https://github.com/durandtibo/coola/pull/529
* Update docs by durandtibo in https://github.com/durandtibo/coola/pull/530
* Add `RandomManager` + other improvements by durandtibo in https://github.com/durandtibo/coola/pull/531
* Add `random_seed` context manager by durandtibo in https://github.com/durandtibo/coola/pull/532
* Add `numpy_seed` and `torch_seed` by durandtibo in https://github.com/durandtibo/coola/pull/533
* Improve code style by durandtibo in https://github.com/durandtibo/coola/pull/534
* Release version `0.5.0` by durandtibo in https://github.com/durandtibo/coola/pull/535


**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.4.0...v0.5.0

0.4.0

This release introduces some breaking changes. Please check this [link](https://durandtibo.github.io/coola/0.4/upgrade/0.4/) to learn more about the breaking changes and how to migrate to the new version.

What's Changed
* Bump pre-commit from 3.6.1 to 3.6.2 by dependabot in https://github.com/durandtibo/coola/pull/490
* Bump polars from 0.20.9 to 0.20.10 by dependabot in https://github.com/durandtibo/coola/pull/489
* Bump mkdocs-material from 9.5.9 to 9.5.10 by dependabot in https://github.com/durandtibo/coola/pull/488
* Bump ruff from 0.2.1 to 0.2.2 by dependabot in https://github.com/durandtibo/coola/pull/487
* Bump coverage from 7.4.1 to 7.4.3 by dependabot in https://github.com/durandtibo/coola/pull/494
* Bump pytest from 8.0.1 to 8.0.2 by dependabot in https://github.com/durandtibo/coola/pull/491
* Bump mkdocs-material from 9.5.10 to 9.5.11 by dependabot in https://github.com/durandtibo/coola/pull/492
* Bump pandas from 2.2.0 to 2.2.1 by dependabot in https://github.com/durandtibo/coola/pull/493
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/coola/pull/496
* Update documentation to compare with `torch` and `numpy` by durandtibo in https://github.com/durandtibo/coola/pull/497
* Fix failing test by durandtibo in https://github.com/durandtibo/coola/pull/498
* Ignore polars version with issue by durandtibo in https://github.com/durandtibo/coola/pull/501
* [BC] Rename to `actual` and `expected` by durandtibo in https://github.com/durandtibo/coola/pull/500
* Update `polars` dependencies and workflows by durandtibo in https://github.com/durandtibo/coola/pull/502
* Add ARG ruff rules by durandtibo in https://github.com/durandtibo/coola/pull/503
* Add `to_tensor` by durandtibo in https://github.com/durandtibo/coola/pull/504
* Improve `BaseReducer` by durandtibo in https://github.com/durandtibo/coola/pull/505
* Add `to_array` by durandtibo in https://github.com/durandtibo/coola/pull/506
* Improve `NumpyReducer` by durandtibo in https://github.com/durandtibo/coola/pull/507
* Update documentation by durandtibo in https://github.com/durandtibo/coola/pull/508
* Release version `0.4.0` by durandtibo in https://github.com/durandtibo/coola/pull/509


**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.3.2...v0.4.0

0.3.2

What's Changed
* Update dependabot.yml by durandtibo in https://github.com/durandtibo/coola/pull/470
* Bump actions/dependency-review-action from 2 to 4 by dependabot in https://github.com/durandtibo/coola/pull/471
* Update workflows by durandtibo in https://github.com/durandtibo/coola/pull/472
* Fix warning by durandtibo in https://github.com/durandtibo/coola/pull/473
* Bump polars from 0.20.6 to 0.20.7 by dependabot in https://github.com/durandtibo/coola/pull/474
* Bump pre-commit/action from 3.0.0 to 3.0.1 by dependabot in https://github.com/durandtibo/coola/pull/480
* Bump ruff from 0.2.0 to 0.2.1 by dependabot in https://github.com/durandtibo/coola/pull/475
* Bump numpy from 1.26.3 to 1.26.4 by dependabot in https://github.com/durandtibo/coola/pull/476
* Bump mkdocs-material from 9.5.7 to 9.5.9 by dependabot in https://github.com/durandtibo/coola/pull/477
* Bump jax from 0.4.23 to 0.4.24 by dependabot in https://github.com/durandtibo/coola/pull/479
* Bump jaxlib from 0.4.23 to 0.4.24 by dependabot in https://github.com/durandtibo/coola/pull/478
* Add support for `deque` by durandtibo in https://github.com/durandtibo/coola/pull/481
* Create comparator only one time by durandtibo in https://github.com/durandtibo/coola/pull/482
* Fix coverage workflow by durandtibo in https://github.com/durandtibo/coola/pull/483
* Update Makefile and workflows by durandtibo in https://github.com/durandtibo/coola/pull/484
* Release version `0.3.2` by durandtibo in https://github.com/durandtibo/coola/pull/485


**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.3.1...v0.3.2

0.3.1

What's Changed
* Fix warnings in `NumpyReducer` by durandtibo in https://github.com/durandtibo/coola/pull/452
* Update package tests by durandtibo in https://github.com/durandtibo/coola/pull/453
* Fix and improve nightly package tests by durandtibo in https://github.com/durandtibo/coola/pull/454
* Update dependencies by durandtibo in https://github.com/durandtibo/coola/pull/460
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/coola/pull/461
* Bump mkdocs-material from 9.5.5 to 9.5.6 by dependabot in https://github.com/durandtibo/coola/pull/462
* Add tests for `torch=2.2.0` by durandtibo in https://github.com/durandtibo/coola/pull/464
* Update coverage workflow by durandtibo in https://github.com/durandtibo/coola/pull/465
* Update dependencies by durandtibo in https://github.com/durandtibo/coola/pull/466
* Add python 3.12 support for `torch` by durandtibo in https://github.com/durandtibo/coola/pull/467
* Update `pytest` dependency by durandtibo in https://github.com/durandtibo/coola/pull/468
* Release version `0.3.1` by durandtibo in https://github.com/durandtibo/coola/pull/469


**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.3.0...v0.3.1

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.