Releases: durandtibo/coola
Releases · durandtibo/coola
[v0.0.14] Big refactoring
What's Changed
- Add
comparators
package by @durandtibo in #193 - Refactor code for equality by @durandtibo in #194
- Refactor code for allclose by @durandtibo in #195
- Fusion and reorganize code by @durandtibo in #196
- Add
get_mapping_allclose
by @durandtibo in #197 - Add
get_mapping_allclose
by @durandtibo in #198 - Improve testers by @durandtibo in #199
- Update comparators registration by @durandtibo in #200
- Clean implementation by @durandtibo in #201
- Release version
0.0.14
by @durandtibo in #202
Full Changelog: v0.0.13...v0.0.14
[v0.0.13] Add tolerance for keys in mappings + reorganization
What's Changed
- Bump polars from 0.18.4 to 0.18.6 by @dependabot in #178
- Bump docformatter from 1.7.3 to 1.7.4 by @dependabot in #177
- Bump numpy from 1.25.0 to 1.25.1 by @dependabot in #176
- Bump pandas from 2.0.2 to 2.0.3 by @dependabot in #174
- Bump mkdocs-material from 9.1.17 to 9.1.18 by @dependabot in #175
- Update dependencies by @durandtibo in #179
- Improve some docstrings by @durandtibo in #180
- Update CI workflow by @durandtibo in #181
- Add
str_mapping
by @durandtibo in #182 - Replace
str_dict
bystr_mapping
by @durandtibo in #183 - Clean format by @durandtibo in #184
- Clean some workflows by @durandtibo in #185
- Update workflows by @durandtibo in #186
- Rename some modules by @durandtibo in #188
- Reorganize imports by @durandtibo in #189
- Bump xarray from 2023.6.0 to 2023.7.0 by @dependabot in #187
- Update xarray versions in workflows by @durandtibo in #190
- Add tolerance for keys in mappings by @durandtibo in #191
- Release version
0.0.13
by @durandtibo in #192
Full Changelog: v0.0.12...v0.0.13
[v0.0.12] Add `clone` to comparators
BC
What's Changed
- Add clone to numpy comparators by @durandtibo in #155
- Improve some equal comparators by @durandtibo in #156
- Improve pandas comparators by @durandtibo in #157
- Add support for numpy 1.25 by @durandtibo in #159
- Improve polars comparators by @durandtibo in #160
- Improve torch comparators by @durandtibo in #161
- Improve xarray comparators by @durandtibo in #162
- Add missing tests by @durandtibo in #163
- Update dependencies by @durandtibo in #164
- Add
clone
to some comparators by @durandtibo in #165 - Add
clone
to base comparator classes by @durandtibo in #166 - Rename methods in testers by @durandtibo in #167
- Fix docstrings by @durandtibo in #168
- Add
LocalEqualityTester
by @durandtibo in #169 - Add
local_copy
toEqualityTester
by @durandtibo in #170 - Add
LocalAllCloseTester
by @durandtibo in #171 - Add
local_copy
toAllCloseTester
by @durandtibo in #172 - Release version
0.0.12
by @durandtibo in #173
Full Changelog: v0.0.11...v0.0.12
[v0.0.11] Add support for `polars`
What's Changed
- Add polars dependency by @durandtibo in #138
- Add
SeriesEqualityOperator
by @durandtibo in #139 - Add
DataFrameEqualityOperator
by @durandtibo in #140 - Add
SeriesAllCloseOperator
by @durandtibo in #141 - Improve tests by @durandtibo in #142
- Add
DataFrameAllCloseOperator
forpolars
by @durandtibo in #143 - Add missing tests for
DataFrameAllCloseOperator
by @durandtibo in #144 - Add
polars
to CI workflow by @durandtibo in #145 - Add
polars
to nightly tests workflow by @durandtibo in #146 - Add
polars
to nightly package workflow by @durandtibo in #147 - Add
nulls_compare_equal
toSeriesEqualityOperator
by @durandtibo in #148 - Add
nulls_compare_equal
toDataFrameEqualityOperator
by @durandtibo in #149 - Add
nulls_compare_equal
toSeriesEqualityOperator
by @durandtibo in #150 - Add
nulls_compare_equal
toDataFrameEqualityOperator
by @durandtibo in #151 - Update
polars>=0.18.3
by @durandtibo in #152 - Release version
0.0.11
by @durandtibo in #153
Full Changelog: v0.0.10...v0.0.11
[v0.0.10] Add support for pandas DataFrame and Series
What's Changed
- Add
pandas
dependency by @durandtibo in #122 - Add
DataFrameEqualityOperator
by @durandtibo in #123 - Add
SeriesEqualityOperator
by @durandtibo in #124 - Improve xarray objects tests by @durandtibo in #125
- Add
SeriesAllCloseOperator
by @durandtibo in #126 - Update
SeriesEqualityOperator
by @durandtibo in #127 - Update CI workflow by @durandtibo in #128
- Improve pandas operators by @durandtibo in #130
- Bump pytest from 7.3.1 to 7.3.2 by @dependabot in #129
- Add missing tests by @durandtibo in #131
- Update dependencies by @durandtibo in #132
- Update CI and relax pandas version requirement by @durandtibo in #133
- Update nightly tests by @durandtibo in #134
- Update nightly package tests by @durandtibo in #135
- Fix nightly workflows by @durandtibo in #136
- Release version
0.0.10
by @durandtibo in #137
Full Changelog: v0.0.9...v0.0.10
[v0.0.9] Improve xarray support
What's Changed
- Improve
DataArrayEqualityOperator
by @durandtibo in #113 - Add
DataArrayAllCloseOperator
by @durandtibo in #114 - Add
VariableEqualityOperator
by @durandtibo in #115 - Improve
DatasetEqualityOperator
by @durandtibo in #116 - Improve comparators for same object by @durandtibo in #117
- Add
VariableAllCloseOperator
by @durandtibo in #118 - Add
DatasetAllCloseOperator
by @durandtibo in #119 - Improve xarray comparators by @durandtibo in #120
- Release version
0.0.9
by @durandtibo in #121
Full Changelog: v0.0.8...v0.0.9
[v0.0.8] Add xarray support
What's Changed
- Improve workflows by @durandtibo in #86
- Improve Nightly Package workflow by @durandtibo in #87
- Create dependabot.yml by @durandtibo in #88
- Bump coverage from 6.5.0 to 7.2.5 by @dependabot in #89
- Bump pre-commit from 2.21.0 to 3.3.2 by @dependabot in #90
- Bump mkdocs-material from 9.1.12 to 9.1.13 by @dependabot in #91
- Bump ruff from 0.0.261 to 0.0.269 by @dependabot in #92
- Bump mkdocs-material from 9.1.13 to 9.1.14 by @dependabot in #93
- Bump docformatter from 1.7.0 to 1.7.1 by @dependabot in #94
- Update dependencies by @durandtibo in #95
- Update dependencies by @durandtibo in #96
- Add citation and update dependencies by @durandtibo in #97
- Add black for documentation by @durandtibo in #98
- Improve nightly workflows by @durandtibo in #99
- Update dependencies by @durandtibo in #101
- Update style and dependencies by @durandtibo in #102
- Add
xarray
dependency + cleaning by @durandtibo in #103 - Test multiple
xarray
versions in CI workflow by @durandtibo in #104 - Add
XarrayDatasetEqualityOperator
by @durandtibo in #105 - Test multiple
xarray
versions in nightly workflow by @durandtibo in #106 - Add
XarrayDataArrayEqualityOperator
by @durandtibo in #107 - Make protected some modules by @durandtibo in #108
- Rename xarray comparators by @durandtibo in #109
- Update nightly package workflow by @durandtibo in #110
- Update documentation by @durandtibo in #111
- Release version
0.0.8
by @durandtibo in #112
New Contributors
- @dependabot made their first contribution in #89
Full Changelog: v0.0.7...v0.0.8
[v0.0.7] Small refactoring
What's Changed
- Improve nightly workflow by @durandtibo in #77
- Improve nightly workflow by @durandtibo in #78
- Improve CI workflow by @durandtibo in #79
- Update dependencies by @durandtibo in #80
- Update badges in readme by @durandtibo in #81
- Refactor
format
andimports
by @durandtibo in #82 - Test numpy version in workflows by @durandtibo in #83
- Create dependency-review.yml by @durandtibo in #85
- Release version
0.0.7
by @durandtibo in #84
Full Changelog: v0.0.6...v0.0.7
[v0.0.6] Fix bug in `v0.0.5`
What's Changed
- Update classifier by @durandtibo in #74
- Fix imports in init by @durandtibo in #75
- Release version
0.0.6
by @durandtibo in #76
Full Changelog: v0.0.5...v0.0.6
[v0.0.5] Make PyTorch and NumPy fully optional
What's Changed
- Update dependencies and add badges by @durandtibo in #67
- Update nightly workflow by @durandtibo in #68
- Update workflows by @durandtibo in #69
- Update workflows by @durandtibo in #70
- Replace
flake8
byruff
by @durandtibo in #71 - Improve some tests by @durandtibo in #72
- Release version
0.0.5
by @durandtibo in #73
Full Changelog: v0.0.4...v0.0.5