Coola

Latest version: v0.8.7

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

Scan your dependencies

Page 5 of 9

0.2.0

Breaking change

This new release changes the behaviour of `objects_are_allclose` for NaNs. If `equal_nan=True`, all the NaN values are equal. Previously, only the NaNs in tensors/arrays and DataFrame were equaled.

python
behaviour in 0.1.x
>>> objects_are_allclose(float('nan'), float('nan'), equal_nan=True)
False
>>> objects_are_allclose([1, 4.2, float('nan')], [1, 4.2, float('nan')], equal_nan=True)
False
behaviour in 0.2.0 (new)
>>> objects_are_allclose(float('nan'), float('nan'), equal_nan=True)
True
>>> objects_are_allclose([1, 4.2, float('nan')], [1, 4.2, float('nan')], equal_nan=True)
True


What's Changed
* Update readme by durandtibo in https://github.com/durandtibo/coola/pull/330
* Fix docstring format by durandtibo in https://github.com/durandtibo/coola/pull/331
* Update dependencies by durandtibo in https://github.com/durandtibo/coola/pull/332
* [BC] `ScalarAllCloseOperator` compares `NaN`s as equal by durandtibo in https://github.com/durandtibo/coola/pull/333
* Add reference documentation by durandtibo in https://github.com/durandtibo/coola/pull/334
* Fix documentation workflow by durandtibo in https://github.com/durandtibo/coola/pull/335
* Make polars allclose ops consistent with pandas by durandtibo in https://github.com/durandtibo/coola/pull/336
* Release version `0.2.0` by durandtibo in https://github.com/durandtibo/coola/pull/337


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

0.1.2

What's Changed
* Add `xarray_available` decorator by durandtibo in https://github.com/durandtibo/coola/pull/323
* Improve some docstrings by durandtibo in https://github.com/durandtibo/coola/pull/324
* Add decorators to check if package is available by durandtibo in https://github.com/durandtibo/coola/pull/325
* Improve nightly package workflow by durandtibo in https://github.com/durandtibo/coola/pull/326
* Update polars comparators to support version `0.20` by durandtibo in https://github.com/durandtibo/coola/pull/327
* Update polars comparators to ignore null values by durandtibo in https://github.com/durandtibo/coola/pull/328
* Release version `0.1.2` by durandtibo in https://github.com/durandtibo/coola/pull/329


**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.1.1...v0.1.2

0.1.1

What's Changed
* Support for python 3.12 by durandtibo in https://github.com/durandtibo/coola/pull/320
* Update nightly package workflow by durandtibo in https://github.com/durandtibo/coola/pull/321
* Release version `0.1.1` by durandtibo in https://github.com/durandtibo/coola/pull/322


**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.1.0...v0.1.1

0.1.0

What's Changed
* Release version `0.1.0` by durandtibo in https://github.com/durandtibo/coola/pull/319


**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.0.26...v0.1.0

0.0.26

What's Changed
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/coola/pull/316
* Release version `0.0.26` by durandtibo in https://github.com/durandtibo/coola/pull/317


**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.0.25...v0.0.26

0.0.25

What's Changed
* Update nightly package workflow by durandtibo in https://github.com/durandtibo/coola/pull/278
* Update readme by durandtibo in https://github.com/durandtibo/coola/pull/279
* Update nightly package workflow by durandtibo in https://github.com/durandtibo/coola/pull/280
* Update dependencies and workflow by durandtibo in https://github.com/durandtibo/coola/pull/281
* Update dependencies and workflow by durandtibo in https://github.com/durandtibo/coola/pull/282
* Add pre-commit workflow by durandtibo in https://github.com/durandtibo/coola/pull/283
* Update workflow by durandtibo in https://github.com/durandtibo/coola/pull/284
* Clean Makefile by durandtibo in https://github.com/durandtibo/coola/pull/285
* Add `repr_indent` by durandtibo in https://github.com/durandtibo/coola/pull/286
* Add `repr_sequence` by durandtibo in https://github.com/durandtibo/coola/pull/287
* Add `repr_mapping` by durandtibo in https://github.com/durandtibo/coola/pull/288
* Update dependencies and workflow by durandtibo in https://github.com/durandtibo/coola/pull/294
* Bump urllib3 from 2.0.6 to 2.0.7 by dependabot in https://github.com/durandtibo/coola/pull/293
* Bump numpy from 1.26.0 to 1.26.1 by dependabot in https://github.com/durandtibo/coola/pull/291
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/coola/pull/302
* Update dependencies by durandtibo in https://github.com/durandtibo/coola/pull/309
* Release version `0.0.25` by durandtibo in https://github.com/durandtibo/coola/pull/310


**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.0.24...v0.0.25

Page 5 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.