What's Changed * Add license by durandtibo in https://github.com/durandtibo/coola/pull/679 * Add `is_torch_numpy_available` by durandtibo in https://github.com/durandtibo/coola/pull/678 * Release version `0.8.1` by durandtibo in https://github.com/durandtibo/coola/pull/680
What's Changed * Improve docstrings by durandtibo in https://github.com/durandtibo/coola/pull/665 * Add `check_package` by durandtibo in https://github.com/durandtibo/coola/pull/666 * Add `LazyModule` by durandtibo in https://github.com/durandtibo/coola/pull/672 * Add `lazy_import` by durandtibo in https://github.com/durandtibo/coola/pull/673 * Bump polars from 1.2.1 to 1.3.0 by dependabot in https://github.com/durandtibo/coola/pull/671 * Bump pre-commit from 3.7.1 to 3.8.0 by dependabot in https://github.com/durandtibo/coola/pull/670 * Bump ruff from 0.5.4 to 0.5.5 by dependabot in https://github.com/durandtibo/coola/pull/667 * Bump mkdocstrings from 0.25.1 to 0.25.2 by dependabot in https://github.com/durandtibo/coola/pull/668 * Bump pytest from 8.3.1 to 8.3.2 by dependabot in https://github.com/durandtibo/coola/pull/669 * Improve `check_package` by durandtibo in https://github.com/durandtibo/coola/pull/674 * Update dependencies and workflows by durandtibo in https://github.com/durandtibo/coola/pull/675 * [BC] Improve import utility functions by durandtibo in https://github.com/durandtibo/coola/pull/676 * Release version `0.8.0` by durandtibo in https://github.com/durandtibo/coola/pull/677
What's Changed * Update README.md by durandtibo in https://github.com/durandtibo/coola/pull/642 * Add `is_pyarrow_available` by durandtibo in https://github.com/durandtibo/coola/pull/643 * Update workflows by durandtibo in https://github.com/durandtibo/coola/pull/644 * Bump ruff from 0.5.3 to 0.5.4 by dependabot in https://github.com/durandtibo/coola/pull/646 * Bump numpy from 2.0.0 to 2.0.1 by dependabot in https://github.com/durandtibo/coola/pull/645 * Bump pytest from 8.2.2 to 8.3.1 by dependabot in https://github.com/durandtibo/coola/pull/647 * Update dependencies and workflows by durandtibo in https://github.com/durandtibo/coola/pull/648 * Update dependencies and workflows by durandtibo in https://github.com/durandtibo/coola/pull/650 * Add `is_packaging_available` by durandtibo in https://github.com/durandtibo/coola/pull/651 * Update workflows by durandtibo in https://github.com/durandtibo/coola/pull/652 * Add `compare_version` by durandtibo in https://github.com/durandtibo/coola/pull/653 * Improve version functions by durandtibo in https://github.com/durandtibo/coola/pull/654 * Improve `PolarsXXXEqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/655 * Fix pyarrow install in workflows by durandtibo in https://github.com/durandtibo/coola/pull/656 * Add `PyarrowArrayEqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/649 * Improve some pyarrow tests by durandtibo in https://github.com/durandtibo/coola/pull/657 * Add tests for `pyarrow.Table` by durandtibo in https://github.com/durandtibo/coola/pull/658 * Rename and improve `PyarrowEqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/659 * Improve `PyarrowEqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/660 * Add `PyarrowEqualityComparator` by durandtibo in https://github.com/durandtibo/coola/pull/661 * Add tests for check `pyarrow` and `objects_are_equal` by durandtibo in https://github.com/durandtibo/coola/pull/662 * Update documentation by durandtibo in https://github.com/durandtibo/coola/pull/663 * Release version `0.7.4` by durandtibo in https://github.com/durandtibo/coola/pull/664
What's Changed * Bump certifi from 2024.6.2 to 2024.7.4 in the pip group by dependabot in https://github.com/durandtibo/coola/pull/629 * Update `polars` imports by durandtibo in https://github.com/durandtibo/coola/pull/634 * Improve `has_nan` for `polars` by durandtibo in https://github.com/durandtibo/coola/pull/633 * Bump polars from 1.0.0 to 1.2.0 by dependabot in https://github.com/durandtibo/coola/pull/638 * Bump coverage from 7.5.4 to 7.6.0 by dependabot in https://github.com/durandtibo/coola/pull/637 * Bump ruff from 0.5.0 to 0.5.2 by dependabot in https://github.com/durandtibo/coola/pull/635 * Bump mkdocs-material from 9.5.27 to 9.5.29 by dependabot in https://github.com/durandtibo/coola/pull/636 * Update dependencies and workflows by durandtibo in https://github.com/durandtibo/coola/pull/640 * Release version `0.7.3` by durandtibo in https://github.com/durandtibo/coola/pull/641
What's Changed * Fix issue when installing package by durandtibo in https://github.com/durandtibo/coola/pull/615 * Remove torch 1.10 support by durandtibo in https://github.com/durandtibo/coola/pull/616 * Add more ruff rules by durandtibo in https://github.com/durandtibo/coola/pull/617 * Update docstring examples by durandtibo in https://github.com/durandtibo/coola/pull/618 * Improve docstrings by durandtibo in https://github.com/durandtibo/coola/pull/619 * Bump coverage from 7.5.3 to 7.5.4 by dependabot in https://github.com/durandtibo/coola/pull/620 * Bump feu from 0.0.4 to 0.0.6 by dependabot in https://github.com/durandtibo/coola/pull/621 * Add `package_available` by durandtibo in https://github.com/durandtibo/coola/pull/622 * Improve import utility functions by durandtibo in https://github.com/durandtibo/coola/pull/623 * Add `module_available` by durandtibo in https://github.com/durandtibo/coola/pull/624 * Bump mike from 2.1.1 to 2.1.2 by dependabot in https://github.com/durandtibo/coola/pull/625 * Bump polars from 0.20.31 to 1.0.0 by dependabot in https://github.com/durandtibo/coola/pull/626 * Update dependencies and workflows by durandtibo in https://github.com/durandtibo/coola/pull/627 * Release version `0.7.2` by durandtibo in https://github.com/durandtibo/coola/pull/628
What's Changed * Bump xdoctest from 1.1.4 to 1.1.5 by dependabot in https://github.com/durandtibo/coola/pull/605 * Bump mkdocs-material from 9.5.25 to 9.5.26 by dependabot in https://github.com/durandtibo/coola/pull/604 * Update dependencies by durandtibo in https://github.com/durandtibo/coola/pull/606 * Bump paambaati/codeclimate-action from 6.0.0 to 8.0.0 by dependabot in https://github.com/durandtibo/coola/pull/611 * Bump urllib3 from 2.2.1 to 2.2.2 in the pip group by dependabot in https://github.com/durandtibo/coola/pull/612 * Bump mkdocs-material from 9.5.26 to 9.5.27 by dependabot in https://github.com/durandtibo/coola/pull/607 * Bump xarray from 2024.5.0 to 2024.6.0 by dependabot in https://github.com/durandtibo/coola/pull/609 * Bump ruff from 0.4.8 to 0.4.9 by dependabot in https://github.com/durandtibo/coola/pull/608 * Bump numpy from 1.26.4 to 2.0.0 by dependabot in https://github.com/durandtibo/coola/pull/610 * Update dependencies and workflows by durandtibo in https://github.com/durandtibo/coola/pull/613 * Release version `0.7.1` by durandtibo in https://github.com/durandtibo/coola/pull/614