|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +[Full Changelog](https://github.com/intake/intake-esm/compare/v2025.2.3...v2025.7.9) |
| 4 | + |
| 5 | +## v2025.7.9 |
| 6 | + |
| 7 | +### New features added |
| 8 | + |
| 9 | +- Support Python313, add setuptools to requirements by @Zeitsperre in https://github.com/intake/intake-esm/pull/707 |
| 10 | +- Load with polars by @charles-turner-1 in https://github.com/intake/intake-esm/pull/709 |
| 11 | +- Add interactive view of catalog by @charles-turner-1 in https://github.com/intake/intake-esm/pull/723 |
| 12 | + |
| 13 | +### Bugs fixed |
| 14 | + |
| 15 | +- Fixed bug where pyarrow conversions were causing string accessor to fail in search by @charles-turner-1 in https://github.com/intake/intake-esm/pull/718 |
| 16 | + |
| 17 | +### Maintenance and upkeep improvements |
| 18 | + |
| 19 | +- Update default argument for decode_timedelta by @charles-turner-1 in https://github.com/intake/intake-esm/pull/706 |
| 20 | +- 697- Fix segfault by @charles-turner-1 in https://github.com/intake/intake-esm/pull/712 |
| 21 | +- Fix broken `require_all_on` example in docs by @charles-turner-1 in https://github.com/intake/intake-esm/pull/720 |
| 22 | +- Improve test performance by @charles-turner-1 in https://github.com/intake/intake-esm/pull/719 |
| 23 | + |
| 24 | +### Other merged PRs |
| 25 | + |
| 26 | +- Bump codecov/codecov-action from 5.3.1 to 5.4.0 in the actions group by @dependabot in https://github.com/intake/intake-esm/pull/703 |
| 27 | +- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/704 |
| 28 | +- Remove setuptools runtime requirements by @Zeitsperre in https://github.com/intake/intake-esm/pull/708 |
| 29 | +- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/713 |
| 30 | +- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/716 |
| 31 | +- Bump codecov/codecov-action from 5.4.0 to 5.4.2 in the actions group by @dependabot in https://github.com/intake/intake-esm/pull/714 |
| 32 | +- Bump codecov/codecov-action from 5.4.2 to 5.4.3 in the actions group by @dependabot in https://github.com/intake/intake-esm/pull/721 |
| 33 | +- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/722 |
| 34 | +- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/726 |
| 35 | + |
| 36 | +### New Contributors |
| 37 | + |
| 38 | +- @Zeitsperre made their first contribution in https://github.com/intake/intake-esm/pull/707 |
| 39 | + |
| 40 | +## v2025.2.3 |
| 41 | + |
| 42 | +[Full Changelog](https://github.com/intake/intake-esm/compare/v2024.2.6...v2025.2.3) |
| 43 | + |
| 44 | +### New features added |
| 45 | + |
| 46 | +- Changed behaviour of `source._open_dataset` to include coordinate variables by @charles-turner-1 in https://github.com/intake/intake-esm/pull/681 |
| 47 | +- feat: Support being able to use in-memory ESMCatalogModel instances by @lewisjared in https://github.com/intake/intake-esm/pull/690 |
| 48 | + |
| 49 | +### Bugs fixed |
| 50 | + |
| 51 | +- Fix #684 Merge results from main and derived catalogs by @rbeucher in https://github.com/intake/intake-esm/pull/685 |
| 52 | +- Fix how storage_options is passed to get_mapper by @garciampred in https://github.com/intake/intake-esm/pull/678 |
| 53 | + |
| 54 | +### Maintenance and upkeep improvements |
| 55 | + |
| 56 | +- Upgrade to intake Take2 by @charles-turner-1 in https://github.com/intake/intake-esm/pull/683 |
| 57 | +- Update dependencies and improve import handling for xarray version compatibility by @andersy005 in https://github.com/intake/intake-esm/pull/696 |
| 58 | +- Update pyproject.toml and readthedocs.yml by @andersy005 in https://github.com/intake/intake-esm/pull/695 |
| 59 | +- Add flaky decorator for tests with remote resources to reduce cold start failure rate by @charles-turner-1 in https://github.com/intake/intake-esm/pull/700 |
| 60 | +- Update CONTRIBUTING guidelines to e.g. refer to new default branch by @sadielbartholomew in https://github.com/intake/intake-esm/pull/674 |
| 61 | + |
| 62 | +### Other merged PRs |
| 63 | + |
| 64 | +- Bump the actions group with 16 updates by @dependabot in https://github.com/intake/intake-esm/pull/658, https://github.com/intake/intake-esm/pull/654, https://github.com/intake/intake-esm/pull/661, https://github.com/intake/intake-esm/pull/671, https://github.com/intake/intake-esm/pull/686, https://github.com/intake/intake-esm/pull/691, https://github.com/intake/intake-esm/pull/693, https://github.com/intake/intake-esm/pull/698 |
| 65 | +- Update PyPI workflow to build and upload intake-esm artifacts by @andersy005 in https://github.com/intake/intake-esm/pull/659 |
| 66 | +- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/662, https://github.com/intake/intake-esm/pull/664, https://github.com/intake/intake-esm/pull/669, https://github.com/intake/intake-esm/pull/672, https://github.com/intake/intake-esm/pull/675, https://github.com/intake/intake-esm/pull/677, https://github.com/intake/intake-esm/pull/682, https://github.com/intake/intake-esm/pull/687, https://github.com/intake/intake-esm/pull/692, https://github.com/intake/intake-esm/pull/694 |
| 67 | +- Bump codecov/codecov-action from 4.1.1 to 4.4.1 in the actions group by @dependabot in https://github.com/intake/intake-esm/pull/663,https://github.com/intake/intake-esm/pull/668 |
| 68 | +- Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.2 in the actions group by @dependabot in https://github.com/intake/intake-esm/pull/676, https://github.com/intake/intake-esm/pull/680 |
| 69 | + |
| 70 | +### New Contributors |
| 71 | + |
| 72 | +- @sadielbartholomew made their first contribution in https://github.com/intake/intake-esm/pull/674 |
| 73 | +- @garciampred made their first contribution in https://github.com/intake/intake-esm/pull/678 |
| 74 | +- @charles-turner-1 made their first contribution in https://github.com/intake/intake-esm/pull/681 |
| 75 | +- @rbeucher made their first contribution in https://github.com/intake/intake-esm/pull/685 |
| 76 | +- @lewisjared made their first contribution in https://github.com/intake/intake-esm/pull/690 |
| 77 | + |
3 | 78 | ## v2024.2.6
|
4 | 79 |
|
5 | 80 | ([full changelog](https://github.com/intake/intake-esm/compare/v2023.10.27...d96efea14b348e346d5c2a1490e91c9ae1e2c709))
|
|
684 | 759 |
|
685 | 760 | - Fix CESM-LE ice component peculiarities that caused intake-esm to load data improperly.
|
686 | 761 | The fix separates variables for `ice` component into two separate components:
|
687 |
| - |
688 | 762 | - `ice_sh`: for southern hemisphere
|
689 | 763 | - `ice_nh`: for northern hemisphere
|
690 | 764 |
|
|
0 commit comments