Coola

Latest version: v0.8.7

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

Scan your dependencies

Page 4 of 9

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

0.3.0

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

What's Changed
* Add flake8-bandit ruff rule by durandtibo in https://github.com/durandtibo/coola/pull/351
* Add base equality handlers by durandtibo in https://github.com/durandtibo/coola/pull/353
* Add `SameTypeHandler` by durandtibo in https://github.com/durandtibo/coola/pull/354
* Add `SameLengthHandler` by durandtibo in https://github.com/durandtibo/coola/pull/355
* Add `ObjectEqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/356
* Add `SameKeysHandler` by durandtibo in https://github.com/durandtibo/coola/pull/357
* Add `chain` method to `BaseEqualityHandler` by durandtibo in https://github.com/durandtibo/coola/pull/358
* Add `DefaultEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/359
* Add `ArraySameDTypeHandler` by durandtibo in https://github.com/durandtibo/coola/pull/360
* Add `ArraySameShapeHandler` by durandtibo in https://github.com/durandtibo/coola/pull/361
* Add `ArrayEqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/362
* Add `ArrayEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/363
* Add `equal_nan` to `ArrayEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/364
* Add `get_type_comparator_mapping` by durandtibo in https://github.com/durandtibo/coola/pull/365
* Add `TensorEqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/366
* Add `TensorSameDeviceHandler` by durandtibo in https://github.com/durandtibo/coola/pull/367
* Add `TensorEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/368
* Add `SequenceSameValueHandler` by durandtibo in https://github.com/durandtibo/coola/pull/369
* Add `SequenceEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/370
* Refactoring handlers by durandtibo in https://github.com/durandtibo/coola/pull/371
* Add `MappingSameValuesHandler` by durandtibo in https://github.com/durandtibo/coola/pull/372
* Add `MappingEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/373
* Rename `SequenceSameValuesHandler` by durandtibo in https://github.com/durandtibo/coola/pull/374
* Update `get_type_comparator_mapping` by durandtibo in https://github.com/durandtibo/coola/pull/375
* Use consistent naming by durandtibo in https://github.com/durandtibo/coola/pull/377
* Add `JaxArrayEqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/378
* Add `JaxArrayEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/379
* Add `SameShapeHandler` by durandtibo in https://github.com/durandtibo/coola/pull/381
* Remove `ArraySameShapeHandler` by durandtibo in https://github.com/durandtibo/coola/pull/382
* Make `SameDTypeHandler` more generic by durandtibo in https://github.com/durandtibo/coola/pull/383
* Add `SameAttributeHandler` by durandtibo in https://github.com/durandtibo/coola/pull/384
* Minor improvements by durandtibo in https://github.com/durandtibo/coola/pull/385
* Add `SameDataHandler` by durandtibo in https://github.com/durandtibo/coola/pull/386
* Add `TorchPackedSequenceEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/387
* Add `repr` and `str` support for handlers by durandtibo in https://github.com/durandtibo/coola/pull/388
* Add `XarrayVariableEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/389
* Add `XarrayDatasetEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/390
* Improve some tests by durandtibo in https://github.com/durandtibo/coola/pull/391
* Add `XarrayDataArrayEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/392
* Rename some tests by durandtibo in https://github.com/durandtibo/coola/pull/393
* Improve some tests by durandtibo in https://github.com/durandtibo/coola/pull/394
* Add `PandasSeriesEqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/395
* Add `PandasDataFrameEqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/396
* Add `PandasSeriesEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/397
* Add `PandasDataFrameEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/398
* Add `PolarsDataFrameEqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/399
* Add `PolarsDataFrameEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/400
* Add `NumpyMaskedArrayEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/401
* Update `get_type_comparator_mapping` by durandtibo in https://github.com/durandtibo/coola/pull/402
* Add `equality.testers` package by durandtibo in https://github.com/durandtibo/coola/pull/376
* Improve tests for numpy objects by durandtibo in https://github.com/durandtibo/coola/pull/403
* Update `objects_are_equal` by durandtibo in https://github.com/durandtibo/coola/pull/404
* Improve some tests by durandtibo in https://github.com/durandtibo/coola/pull/405
* Improve pandas tests by durandtibo in https://github.com/durandtibo/coola/pull/406
* Improve polars tests by durandtibo in https://github.com/durandtibo/coola/pull/407
* Improve jax tests by durandtibo in https://github.com/durandtibo/coola/pull/408
* Improve torch tests by durandtibo in https://github.com/durandtibo/coola/pull/409
* Improve some tests by durandtibo in https://github.com/durandtibo/coola/pull/410
* Improve xarray tests by durandtibo in https://github.com/durandtibo/coola/pull/411
* Add missing types by durandtibo in https://github.com/durandtibo/coola/pull/412
* Add `EqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/413
* Update `NumpyMaskedArrayEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/414
* Add `FloatEqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/415
* Add `FloatEqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/416
* Improve collection tests by durandtibo in https://github.com/durandtibo/coola/pull/417
* Improve default tests by durandtibo in https://github.com/durandtibo/coola/pull/418
* Add `ScalarCloseHandler` by durandtibo in https://github.com/durandtibo/coola/pull/419
* Update `ScalarEqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/420
* Remove `FloatEqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/422
* Add `NanEqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/423
* Update `FloatEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/424
* Rename `ScalarEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/425
* Add tolerance support to `TorchTensorEqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/426
* Add tolerance support to `NumpyArrayEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/427
* Add tolerance support to `JaxArrayEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/428
* Add tolerance support to `MappingEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/429
* Add `objects_are_close` by durandtibo in https://github.com/durandtibo/coola/pull/430
* Add tests for `objects_are_close` by durandtibo in https://github.com/durandtibo/coola/pull/431
* Add tolerance support to `PandasSeriesEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/432
* Add tolerance support to `polars` features by durandtibo in https://github.com/durandtibo/coola/pull/434
* Improve some tests by durandtibo in https://github.com/durandtibo/coola/pull/435
* Improve `xarray` tests by durandtibo in https://github.com/durandtibo/coola/pull/436
* Use `mike` to deploy documentation by durandtibo in https://github.com/durandtibo/coola/pull/437
* Fix doc deployment by durandtibo in https://github.com/durandtibo/coola/pull/438
* Fix latest docs deployment by durandtibo in https://github.com/durandtibo/coola/pull/439
* Update comparison function signatures by durandtibo in https://github.com/durandtibo/coola/pull/440
* Add version `0.3` upgrade guide by durandtibo in https://github.com/durandtibo/coola/pull/441
* Improve `MappingSameKeysHandler` by durandtibo in https://github.com/durandtibo/coola/pull/442
* Add tolerance support to `PackedSequence` by durandtibo in https://github.com/durandtibo/coola/pull/443
* Improve `objects_are_allclose` and remove `objects_are_close` by durandtibo in https://github.com/durandtibo/coola/pull/444
* Update `0.3` upgrade guide by durandtibo in https://github.com/durandtibo/coola/pull/445
* Update readme by durandtibo in https://github.com/durandtibo/coola/pull/446
* Remove `comparators` and `testers` packages by durandtibo in https://github.com/durandtibo/coola/pull/447
* Refactor some handlers by durandtibo in https://github.com/durandtibo/coola/pull/448
* Update documentation by durandtibo in https://github.com/durandtibo/coola/pull/449
* Fix references in doc by durandtibo in https://github.com/durandtibo/coola/pull/450
* Release version `0.3.0` by durandtibo in https://github.com/durandtibo/coola/pull/451


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

0.2.2

What's Changed
* Remove types from docstrings by durandtibo in https://github.com/durandtibo/coola/pull/344
* Improve style by durandtibo in https://github.com/durandtibo/coola/pull/346
* Add `tryceratops` in pre-commit by durandtibo in https://github.com/durandtibo/coola/pull/347
* Add TCH ruff rule by durandtibo in https://github.com/durandtibo/coola/pull/348
* Improve code style by durandtibo in https://github.com/durandtibo/coola/pull/349
* Release version `0.2.2` by durandtibo in https://github.com/durandtibo/coola/pull/350


**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
* Improve docstrings by durandtibo in https://github.com/durandtibo/coola/pull/338
* Update dependencies and workflow by durandtibo in https://github.com/durandtibo/coola/pull/341
* Improve some docstrings by durandtibo in https://github.com/durandtibo/coola/pull/342
* Release version `0.2.1` by durandtibo in https://github.com/durandtibo/coola/pull/343


**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.2.0...v0.2.1

Page 4 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.