Coola

Latest version: v0.8.7

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

Scan your dependencies

Page 8 of 9

0.0.12

BC

What's Changed
* Add clone to numpy comparators by durandtibo in https://github.com/durandtibo/coola/pull/155
* Improve some equal comparators by durandtibo in https://github.com/durandtibo/coola/pull/156
* Improve pandas comparators by durandtibo in https://github.com/durandtibo/coola/pull/157
* Add support for numpy 1.25 by durandtibo in https://github.com/durandtibo/coola/pull/159
* Improve polars comparators by durandtibo in https://github.com/durandtibo/coola/pull/160
* Improve torch comparators by durandtibo in https://github.com/durandtibo/coola/pull/161
* Improve xarray comparators by durandtibo in https://github.com/durandtibo/coola/pull/162
* Add missing tests by durandtibo in https://github.com/durandtibo/coola/pull/163
* Update dependencies by durandtibo in https://github.com/durandtibo/coola/pull/164
* Add `clone` to some comparators by durandtibo in https://github.com/durandtibo/coola/pull/165
* Add `clone` to base comparator classes by durandtibo in https://github.com/durandtibo/coola/pull/166
* Rename methods in testers by durandtibo in https://github.com/durandtibo/coola/pull/167
* Fix docstrings by durandtibo in https://github.com/durandtibo/coola/pull/168
* Add `LocalEqualityTester` by durandtibo in https://github.com/durandtibo/coola/pull/169
* Add `local_copy` to `EqualityTester` by durandtibo in https://github.com/durandtibo/coola/pull/170
* Add `LocalAllCloseTester` by durandtibo in https://github.com/durandtibo/coola/pull/171
* Add `local_copy` to `AllCloseTester` by durandtibo in https://github.com/durandtibo/coola/pull/172
* Release version `0.0.12` by durandtibo in https://github.com/durandtibo/coola/pull/173


**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.0.11...v0.0.12

0.0.11

What's Changed
* Add polars dependency by durandtibo in https://github.com/durandtibo/coola/pull/138
* Add `SeriesEqualityOperator` by durandtibo in https://github.com/durandtibo/coola/pull/139
* Add `DataFrameEqualityOperator` by durandtibo in https://github.com/durandtibo/coola/pull/140
* Add `SeriesAllCloseOperator` by durandtibo in https://github.com/durandtibo/coola/pull/141
* Improve tests by durandtibo in https://github.com/durandtibo/coola/pull/142
* Add `DataFrameAllCloseOperator` for `polars` by durandtibo in https://github.com/durandtibo/coola/pull/143
* Add missing tests for `DataFrameAllCloseOperator` by durandtibo in https://github.com/durandtibo/coola/pull/144
* Add `polars` to CI workflow by durandtibo in https://github.com/durandtibo/coola/pull/145
* Add `polars` to nightly tests workflow by durandtibo in https://github.com/durandtibo/coola/pull/146
* Add `polars` to nightly package workflow by durandtibo in https://github.com/durandtibo/coola/pull/147
* Add `nulls_compare_equal` to `SeriesEqualityOperator` by durandtibo in https://github.com/durandtibo/coola/pull/148
* Add `nulls_compare_equal` to `DataFrameEqualityOperator` by durandtibo in https://github.com/durandtibo/coola/pull/149
* Add `nulls_compare_equal` to `SeriesEqualityOperator` by durandtibo in https://github.com/durandtibo/coola/pull/150
* Add `nulls_compare_equal` to `DataFrameEqualityOperator` by durandtibo in https://github.com/durandtibo/coola/pull/151
* Update `polars>=0.18.3` by durandtibo in https://github.com/durandtibo/coola/pull/152
* Release version `0.0.11` by durandtibo in https://github.com/durandtibo/coola/pull/153


**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.0.10...v0.0.11

0.0.10

What's Changed
* Add `pandas` dependency by durandtibo in https://github.com/durandtibo/coola/pull/122
* Add `DataFrameEqualityOperator` by durandtibo in https://github.com/durandtibo/coola/pull/123
* Add `SeriesEqualityOperator` by durandtibo in https://github.com/durandtibo/coola/pull/124
* Improve xarray objects tests by durandtibo in https://github.com/durandtibo/coola/pull/125
* Add `SeriesAllCloseOperator` by durandtibo in https://github.com/durandtibo/coola/pull/126
* Update `SeriesEqualityOperator` by durandtibo in https://github.com/durandtibo/coola/pull/127
* Update CI workflow by durandtibo in https://github.com/durandtibo/coola/pull/128
* Improve pandas operators by durandtibo in https://github.com/durandtibo/coola/pull/130
* Bump pytest from 7.3.1 to 7.3.2 by dependabot in https://github.com/durandtibo/coola/pull/129
* Add missing tests by durandtibo in https://github.com/durandtibo/coola/pull/131
* Update dependencies by durandtibo in https://github.com/durandtibo/coola/pull/132
* Update CI and relax pandas version requirement by durandtibo in https://github.com/durandtibo/coola/pull/133
* Update nightly tests by durandtibo in https://github.com/durandtibo/coola/pull/134
* Update nightly package tests by durandtibo in https://github.com/durandtibo/coola/pull/135
* Fix nightly workflows by durandtibo in https://github.com/durandtibo/coola/pull/136
* Release version `0.0.10` by durandtibo in https://github.com/durandtibo/coola/pull/137


**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.0.9...v0.0.10

0.0.9

What's Changed
* Improve `DataArrayEqualityOperator` by durandtibo in https://github.com/durandtibo/coola/pull/113
* Add `DataArrayAllCloseOperator` by durandtibo in https://github.com/durandtibo/coola/pull/114
* Add `VariableEqualityOperator` by durandtibo in https://github.com/durandtibo/coola/pull/115
* Improve `DatasetEqualityOperator` by durandtibo in https://github.com/durandtibo/coola/pull/116
* Improve comparators for same object by durandtibo in https://github.com/durandtibo/coola/pull/117
* Add `VariableAllCloseOperator` by durandtibo in https://github.com/durandtibo/coola/pull/118
* Add `DatasetAllCloseOperator` by durandtibo in https://github.com/durandtibo/coola/pull/119
* Improve xarray comparators by durandtibo in https://github.com/durandtibo/coola/pull/120
* Release version `0.0.9` by durandtibo in https://github.com/durandtibo/coola/pull/121


**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.0.8...v0.0.9

0.0.8

What's Changed
* Improve workflows by durandtibo in https://github.com/durandtibo/coola/pull/86
* Improve Nightly Package workflow by durandtibo in https://github.com/durandtibo/coola/pull/87
* Create dependabot.yml by durandtibo in https://github.com/durandtibo/coola/pull/88
* Bump coverage from 6.5.0 to 7.2.5 by dependabot in https://github.com/durandtibo/coola/pull/89
* Bump pre-commit from 2.21.0 to 3.3.2 by dependabot in https://github.com/durandtibo/coola/pull/90
* Bump mkdocs-material from 9.1.12 to 9.1.13 by dependabot in https://github.com/durandtibo/coola/pull/91
* Bump ruff from 0.0.261 to 0.0.269 by dependabot in https://github.com/durandtibo/coola/pull/92
* Bump mkdocs-material from 9.1.13 to 9.1.14 by dependabot in https://github.com/durandtibo/coola/pull/93
* Bump docformatter from 1.7.0 to 1.7.1 by dependabot in https://github.com/durandtibo/coola/pull/94
* Update dependencies by durandtibo in https://github.com/durandtibo/coola/pull/95
* Update dependencies by durandtibo in https://github.com/durandtibo/coola/pull/96
* Add citation and update dependencies by durandtibo in https://github.com/durandtibo/coola/pull/97
* Add black for documentation by durandtibo in https://github.com/durandtibo/coola/pull/98
* Improve nightly workflows by durandtibo in https://github.com/durandtibo/coola/pull/99
* Update dependencies by durandtibo in https://github.com/durandtibo/coola/pull/101
* Update style and dependencies by durandtibo in https://github.com/durandtibo/coola/pull/102
* Add `xarray` dependency + cleaning by durandtibo in https://github.com/durandtibo/coola/pull/103
* Test multiple `xarray` versions in CI workflow by durandtibo in https://github.com/durandtibo/coola/pull/104
* Add `XarrayDatasetEqualityOperator` by durandtibo in https://github.com/durandtibo/coola/pull/105
* Test multiple `xarray` versions in nightly workflow by durandtibo in https://github.com/durandtibo/coola/pull/106
* Add `XarrayDataArrayEqualityOperator` by durandtibo in https://github.com/durandtibo/coola/pull/107
* Make protected some modules by durandtibo in https://github.com/durandtibo/coola/pull/108
* Rename xarray comparators by durandtibo in https://github.com/durandtibo/coola/pull/109
* Update nightly package workflow by durandtibo in https://github.com/durandtibo/coola/pull/110
* Update documentation by durandtibo in https://github.com/durandtibo/coola/pull/111
* Release version `0.0.8` by durandtibo in https://github.com/durandtibo/coola/pull/112

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

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

0.0.7

What's Changed
* Improve nightly workflow by durandtibo in https://github.com/durandtibo/coola/pull/77
* Improve nightly workflow by durandtibo in https://github.com/durandtibo/coola/pull/78
* Improve CI workflow by durandtibo in https://github.com/durandtibo/coola/pull/79
* Update dependencies by durandtibo in https://github.com/durandtibo/coola/pull/80
* Update badges in readme by durandtibo in https://github.com/durandtibo/coola/pull/81
* Refactor `format` and `imports` by durandtibo in https://github.com/durandtibo/coola/pull/82
* Test numpy version in workflows by durandtibo in https://github.com/durandtibo/coola/pull/83
* Create dependency-review.yml by durandtibo in https://github.com/durandtibo/coola/pull/85
* Release version `0.0.7` by durandtibo in https://github.com/durandtibo/coola/pull/84


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

Page 8 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.