Recent Releases of ncompare
ncompare - 1.13.1
What's Changed
- Fixed new dependency version specifiers by @danielfromearth in https://github.com/nasa/ncompare/pull/286/commits/ef6535cc36770762bf48a7ea60ff25535f7e5556
- chore: update pre-commit hooks by @pre-commit-ci in https://github.com/nasa/ncompare/pull/285
Full Changelog: https://github.com/nasa/ncompare/compare/1.13.0...1.13.1
Scientific Software - Peer-reviewed
- Python
Published by danielfromearth 12 months ago
ncompare - 1.13.0
What's Changed
- Readability and branching Improvements by @kokroo in https://github.com/nasa/ncompare/pull/264, https://github.com/nasa/ncompare/pull/280
- Expand compatibility to general hdf files (Feature/issue 82) by @danielfromearth in https://github.com/nasa/ncompare/pull/281
- Bump jinja2 from 3.1.4 to 3.1.5 by @dependabot in https://github.com/nasa/ncompare/pull/284
- Bump the pip-dependencies group with 3 updates by @dependabot in https://github.com/nasa/ncompare/pull/282
New Contributors
- @kokroo made their first contribution in https://github.com/nasa/ncompare/pull/264
Full Changelog: https://github.com/nasa/ncompare/compare/1.12.0...1.13.0
Scientific Software - Peer-reviewed
- Python
Published by danielfromearth 12 months ago
ncompare - 1.12.0
What's Changed
- Remove randomized value check (Feature/issue 271) by @danielfromearth in https://github.com/nasa/ncompare/pull/272
- Docstring cleanups by @danielfromearth in https://github.com/nasa/ncompare/pull/274
- Categorize counts of differences (including attributes) in a summary (Feature/issue 202) by @danielfromearth in https://github.com/nasa/ncompare/pull/276
- Add dimension names to report summary in addition to variable shape (Feature/issue 275) by @danielfromearth in https://github.com/nasa/ncompare/pull/277
- Provide numerical output where zero means no differences found (Feature/issue 270) by @danielfromearth in https://github.com/nasa/ncompare/pull/278
- Catch "unsupported datatype" exception from netCDF library by @danielfromearth in https://github.com/nasa/ncompare/pull/268
- Chore: update pre-commit hooks by @pre-commit-ci in https://github.com/nasa/ncompare/pull/266
- Bump the pip-dependencies group with 3 updates by @dependabot in https://github.com/nasa/ncompare/pull/265
- Bump tornado from 6.4.1 to 6.4.2 by @dependabot in https://github.com/nasa/ncompare/pull/262
New Contributors
- @pre-commit-ci made their first contribution in https://github.com/nasa/ncompare/pull/266
Full Changelog: https://github.com/nasa/ncompare/compare/1.11.0...1.12.0
Scientific Software - Peer-reviewed
- Python
Published by danielfromearth about 1 year ago
ncompare - 1.11.0
What's Changed
- Fix pre-commit during workflows by @danielfromearth in https://github.com/nasa/ncompare/pull/257
- Add gitleaks hook to pre-commit by @danielfromearth in https://github.com/nasa/ncompare/pull/261
- Remove usage of black for code formatting by @danielfromearth in https://github.com/nasa/ncompare/pull/257
- Bump the pip-dependencies group by @dependabot in https://github.com/nasa/ncompare/pull/251, https://github.com/nasa/ncompare/pull/250, https://github.com/nasa/ncompare/pull/253, https://github.com/nasa/ncompare/pull/258
- Bump the gha-dependencies group across 1 directory with 2 updates by @dependabot in https://github.com/nasa/ncompare/pull/259
Full Changelog: https://github.com/nasa/ncompare/compare/1.10.0...1.11.0
Scientific Software - Peer-reviewed
- Python
Published by danielfromearth about 1 year ago
ncompare - 1.10.0
What's Changed
- Add joss info by @danielfromearth in https://github.com/nasa/ncompare/pull/234
- Group dependabot updates by @danielfromearth in https://github.com/nasa/ncompare/pull/235
- Fix help text for second NetCDF file passed on command line by @berquist in https://github.com/nasa/ncompare/pull/230
- Relax upper bound constraints of dependencies by @danielfromearth in https://github.com/nasa/ncompare/pull/236
- conda install docs by @danielfromearth in https://github.com/nasa/ncompare/pull/243
- fix: deprecation of xarray Dataset.dims by @nannau in https://github.com/nasa/ncompare/pull/247
- Improve changelog by @danielfromearth in https://github.com/nasa/ncompare/pull/244
Dependency updates
- Bump ruff from 0.4.5 to 0.4.7 by @dependabot in https://github.com/nasa/ncompare/pull/227
- Bump openpyxl from 3.1.2 to 3.1.3 by @dependabot in https://github.com/nasa/ncompare/pull/226
- Bump tornado from 6.4 to 6.4.1 by @dependabot in https://github.com/nasa/ncompare/pull/232
- Bump urllib3 from 2.2.1 to 2.2.2 by @dependabot in https://github.com/nasa/ncompare/pull/237
- Bump mypy from 1.10.0 to 1.10.1 by @dependabot in https://github.com/nasa/ncompare/pull/241
- Bump ruff from 0.4.7 to 0.5.0 by @dependabot in https://github.com/nasa/ncompare/pull/238
- Bump openpyxl from 3.1.4 to 3.1.5 by @dependabot in https://github.com/nasa/ncompare/pull/239
- Bump numpy from 1.26.4 to 2.0.0 by @dependabot in https://github.com/nasa/ncompare/pull/242
- Bump netcdf4 from 1.7.0 to 1.7.1.post1 by @dependabot in https://github.com/nasa/ncompare/pull/240
- Bump certifi from 2024.2.2 to 2024.7.4 by @dependabot in https://github.com/nasa/ncompare/pull/245
New Contributors
- @berquist made their first contribution in https://github.com/nasa/ncompare/pull/230
- @nannau made their first contribution in https://github.com/nasa/ncompare/pull/247
Full Changelog: https://github.com/nasa/ncompare/compare/1.9.0...1.10.0
Scientific Software - Peer-reviewed
- Python
Published by danielfromearth over 1 year ago
ncompare - 1.9.0
What's Changed
- Release/1.9.0 by @danielfromearth in https://github.com/nasa/ncompare/pull/223
- Change License by @danielfromearth in https://github.com/nasa/ncompare/pull/185
- Feature/issue 184 copyright headers by @danielfromearth in https://github.com/nasa/ncompare/pull/221
- Feature/issue0200 dependabot frequency by @danielfromearth in https://github.com/nasa/ncompare/pull/201
- Feature/issue 208 missing group error by @danielfromearth in https://github.com/nasa/ncompare/pull/209
- Feature/issue 210 add gif to readme by @danielfromearth in https://github.com/nasa/ncompare/pull/211
- update
developby @danielfromearth in https://github.com/nasa/ncompare/pull/187 - Feature/issue 190 codecov upload by @danielfromearth in https://github.com/nasa/ncompare/pull/191
- Feature/issue 198 resolve linting error by @danielfromearth in https://github.com/nasa/ncompare/pull/199
- Bump ruff from 0.3.2 to 0.4.5 by @dependabot in https://github.com/nasa/ncompare/pull/171, https://github.com/nasa/ncompare/pull/175, https://github.com/nasa/ncompare/pull/179, https://github.com/nasa/ncompare/pull/188, https://github.com/nasa/ncompare/pull/192, https://github.com/nasa/ncompare/pull/195, https://github.com/nasa/ncompare/pull/220, https://github.com/nasa/ncompare/pull/212
- Bump black from 24.2.0 to 24.4.2 by @dependabot in https://github.com/nasa/ncompare/pull/170, https://github.com/nasa/ncompare/pull/173, https://github.com/nasa/ncompare/pull/189, https://github.com/nasa/ncompare/pull/194
- Bump mkdocs-material from 9.5.14 to 9.5.25 by @dependabot in https://github.com/nasa/ncompare/pull/177, https://github.com/nasa/ncompare/pull/183, https://github.com/nasa/ncompare/pull/196, https://github.com/nasa/ncompare/pull/215, https://github.com/nasa/ncompare/pull/219
- Bump codecov/codecov-action from 3 to 4 by @dependabot in https://github.com/nasa/ncompare/pull/174
- Bump pytest-cov from 4.1.0 to 5.0.0 by @dependabot in https://github.com/nasa/ncompare/pull/176
- Bump xarray from 2024.2.0 to 2024.5.0 by @dependabot in https://github.com/nasa/ncompare/pull/180, https://github.com/nasa/ncompare/pull/214
- Bump mkdocstrings from 0.24.1 to 0.25.1 by @dependabot in https://github.com/nasa/ncompare/pull/182, https://github.com/nasa/ncompare/pull/204
- Bump idna from 3.6 to 3.7 by @dependabot in https://github.com/nasa/ncompare/pull/186
- Bump pytest from 8.1.1 to 8.2.1 by @dependabot in https://github.com/nasa/ncompare/pull/197, https://github.com/nasa/ncompare/pull/216
- Bump mkdocs from 1.5.3 to 1.6.0 by @dependabot in https://github.com/nasa/ncompare/pull/193
- Bump mypy from 1.9.0 to 1.10.0 by @dependabot in https://github.com/nasa/ncompare/pull/206
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in https://github.com/nasa/ncompare/pull/203
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in https://github.com/nasa/ncompare/pull/218
Full Changelog: https://github.com/nasa/ncompare/compare/1.8.0...1.9.0
Scientific Software - Peer-reviewed
- Python
Published by danielfromearth over 1 year ago
ncompare - 1.8.0
What's Changed
- Bump ruff from 0.2.0 to 0.2.1 by @dependabot in https://github.com/nasa/ncompare/pull/150
- Bump black from 24.1.1 to 24.2.0 by @dependabot in https://github.com/nasa/ncompare/pull/151
- Bump mkdocs-material from 9.5.7 to 9.5.9 by @dependabot in https://github.com/nasa/ncompare/pull/152
- Bump ruff from 0.2.1 to 0.2.2 by @dependabot in https://github.com/nasa/ncompare/pull/155
- Bump pytest from 8.0.0 to 8.0.1 by @dependabot in https://github.com/nasa/ncompare/pull/154
- Bump xarray from 2024.1.1 to 2024.2.0 by @dependabot in https://github.com/nasa/ncompare/pull/156
- Bump mkdocs-material from 9.5.9 to 9.5.10 by @dependabot in https://github.com/nasa/ncompare/pull/153
- Feature/update mkdocs deps by @danielfromearth in https://github.com/nasa/ncompare/pull/162
- Bump ruff from 0.2.2 to 0.3.0 by @dependabot in https://github.com/nasa/ncompare/pull/160
- Bump mypy from 1.8.0 to 1.9.0 by @dependabot in https://github.com/nasa/ncompare/pull/165
- Bump ruff from 0.3.0 to 0.3.2 by @dependabot in https://github.com/nasa/ncompare/pull/164
- Feature/issue 167 pass ruff linting checks by @danielfromearth in https://github.com/nasa/ncompare/pull/168
- Release/1.8.0 by @danielfromearth in https://github.com/nasa/ncompare/pull/169
Full Changelog: https://github.com/nasa/ncompare/compare/1.7.3...1.8.0
Scientific Software - Peer-reviewed
- Python
Published by danielfromearth almost 2 years ago
ncompare - 1.7.1
What's Changed
- Updated dev from 1.6.1 by @danielfromearth in https://github.com/nasa/ncompare/pull/129
- Fixed links in readme by @danielfromearth in https://github.com/nasa/ncompare/pull/135
- Replaced example data for no credentials by @danielfromearth in https://github.com/nasa/ncompare/pull/136
- Bumped black from 23.12.1 to 24.1.1 by @dependabot in https://github.com/nasa/ncompare/pull/137
- Bumped pytest from 7.4.4 to 8.0.0 by @dependabot in https://github.com/nasa/ncompare/pull/138
- Bumped xarray from 2023.12.0 to 2024.1.1 by @dependabot in https://github.com/nasa/ncompare/pull/132 and https://github.com/nasa/ncompare/pull/140
- Bumped markdown-callouts from 0.3.0 to 0.4.0 by @dependabot in https://github.com/nasa/ncompare/pull/141
- Bumped ruff from 0.1.13 to 0.2.0 by @dependabot in https://github.com/nasa/ncompare/pull/131 and https://github.com/nasa/ncompare/pull/144
- Bumped mkdocs-material from 9.5.4 to 9.5.7 by @dependabot in https://github.com/nasa/ncompare/pull/139 and https://github.com/nasa/ncompare/pull/145
- Bumped codecov/codecov-action from 3 to 4 by @dependabot in https://github.com/nasa/ncompare/pull/143
Full Changelog: https://github.com/nasa/ncompare/compare/1.6.1...1.7.1
Scientific Software - Peer-reviewed
- Python
Published by danielfromearth almost 2 years ago