What's Changed * Update classifier by durandtibo in https://github.com/durandtibo/coola/pull/74 * Fix imports in init by durandtibo in https://github.com/durandtibo/coola/pull/75 * Release version `0.0.6` by durandtibo in https://github.com/durandtibo/coola/pull/76
What's Changed * Update dependencies and add badges by durandtibo in https://github.com/durandtibo/coola/pull/67 * Update nightly workflow by durandtibo in https://github.com/durandtibo/coola/pull/68 * Update workflows by durandtibo in https://github.com/durandtibo/coola/pull/69 * Update workflows by durandtibo in https://github.com/durandtibo/coola/pull/70 * Replace `flake8` by `ruff` by durandtibo in https://github.com/durandtibo/coola/pull/71 * Improve some tests by durandtibo in https://github.com/durandtibo/coola/pull/72 * Release version `0.0.5` by durandtibo in https://github.com/durandtibo/coola/pull/73
What's Changed * Add/update timeout to workflows by durandtibo in https://github.com/durandtibo/coola/pull/52 * Minor improvements by durandtibo in https://github.com/durandtibo/coola/pull/53 * Add CODEOWNERS by durandtibo in https://github.com/durandtibo/coola/pull/54 * Create CODE_OF_CONDUCT.md by durandtibo in https://github.com/durandtibo/coola/pull/55 * Add issue templates by durandtibo in https://github.com/durandtibo/coola/pull/56 * Update issue templates by durandtibo in https://github.com/durandtibo/coola/pull/57 * Add pull request templates by durandtibo in https://github.com/durandtibo/coola/pull/58 * Clean issue templates by durandtibo in https://github.com/durandtibo/coola/pull/59 * Update pull request template by durandtibo in https://github.com/durandtibo/coola/pull/60 * Add CONTRIBUTING.md by durandtibo in https://github.com/durandtibo/coola/pull/61 * Update PyPI workflow by durandtibo in https://github.com/durandtibo/coola/pull/63 * Reduce duplicate code by durandtibo in https://github.com/durandtibo/coola/pull/64 * Reduce duplicate code for ndarrays by durandtibo in https://github.com/durandtibo/coola/pull/65 * Release version `0.0.4` by durandtibo in https://github.com/durandtibo/coola/pull/66
What's Changed * Improve pre-commit config by durandtibo in https://github.com/durandtibo/coola/pull/49 * Update description by durandtibo in https://github.com/durandtibo/coola/pull/50 * Release version `0.0.3` by durandtibo in https://github.com/durandtibo/coola/pull/51
What's Changed * Update publish workflow by durandtibo in https://github.com/durandtibo/coola/pull/36 * Update publish workflow by durandtibo in https://github.com/durandtibo/coola/pull/37 * Update publish workflow by durandtibo in https://github.com/durandtibo/coola/pull/38 * Update installation documentation by durandtibo in https://github.com/durandtibo/coola/pull/39 * Minor improvements and update readme by durandtibo in https://github.com/durandtibo/coola/pull/40 * Add workflow to deploy documentation by durandtibo in https://github.com/durandtibo/coola/pull/41 * Update readme by durandtibo in https://github.com/durandtibo/coola/pull/42 * Update dependencies by durandtibo in https://github.com/durandtibo/coola/pull/43 * Update CI workflow by durandtibo in https://github.com/durandtibo/coola/pull/45 * Set minimum python version to 3.9 by durandtibo in https://github.com/durandtibo/coola/pull/46 * Add nightly workflow by durandtibo in https://github.com/durandtibo/coola/pull/47 * Release version `0.0.2` by durandtibo in https://github.com/durandtibo/coola/pull/48
What's Changed * Initial repo setup by durandtibo in https://github.com/durandtibo/coola/pull/1 * Add CI pipeline by durandtibo in https://github.com/durandtibo/coola/pull/2 * Add functions to format some objects by durandtibo in https://github.com/durandtibo/coola/pull/3 * Add `objects_are_equal` by durandtibo in https://github.com/durandtibo/coola/pull/4 * Make pytorch optional by durandtibo in https://github.com/durandtibo/coola/pull/5 * Make numpy optional by durandtibo in https://github.com/durandtibo/coola/pull/6 * Rename `equal` to `equality` by durandtibo in https://github.com/durandtibo/coola/pull/7 * Add `objects_are_allclose` by durandtibo in https://github.com/durandtibo/coola/pull/8 * Minor improvements by durandtibo in https://github.com/durandtibo/coola/pull/9 * Relax numpy and torch dependencies by durandtibo in https://github.com/durandtibo/coola/pull/10 * Reformat docstring and update makefile to publish package by durandtibo in https://github.com/durandtibo/coola/pull/11 * Add initial documentation by durandtibo in https://github.com/durandtibo/coola/pull/14 * Check PyTorch tensor device by durandtibo in https://github.com/durandtibo/coola/pull/16 * Improve checks and messages for numpy ndarray by durandtibo in https://github.com/durandtibo/coola/pull/17 * Raise error if package is not installed by durandtibo in https://github.com/durandtibo/coola/pull/18 * Format readme and docs by durandtibo in https://github.com/durandtibo/coola/pull/19 * Update documentation by durandtibo in https://github.com/durandtibo/coola/pull/22 * Update documentation by durandtibo in https://github.com/durandtibo/coola/pull/23 * Improve `ScalarAllCloseOperator` to check types by durandtibo in https://github.com/durandtibo/coola/pull/24 * Update some tests for PyTorch and NumPy by durandtibo in https://github.com/durandtibo/coola/pull/25 * Add some consistency tests by durandtibo in https://github.com/durandtibo/coola/pull/26 * Clean and improve some tests by durandtibo in https://github.com/durandtibo/coola/pull/27 * Add documentation for customization by durandtibo in https://github.com/durandtibo/coola/pull/28 * Update `__repr__` of `NDArray*` by durandtibo in https://github.com/durandtibo/coola/pull/29 * Update documentation and readme by durandtibo in https://github.com/durandtibo/coola/pull/30 * Add documentation for NaN and supported types by durandtibo in https://github.com/durandtibo/coola/pull/33 * Add workflow to publish package by durandtibo in https://github.com/durandtibo/coola/pull/34 * Release version `0.0.1` by durandtibo in https://github.com/durandtibo/coola/pull/35
New Contributors * durandtibo made their first contribution in https://github.com/durandtibo/coola/pull/1