Skip to content

Commit ca434c2

Browse files
Merge branch 'main' into 732-hashable-itercols
2 parents da507fb + d2e691a commit ca434c2

File tree

2 files changed

+76
-1
lines changed

2 files changed

+76
-1
lines changed

CHANGELOG.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,80 @@
11
# Changelog
22

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+
378
## v2024.2.6
479

580
([full changelog](https://github.com/intake/intake-esm/compare/v2023.10.27...d96efea14b348e346d5c2a1490e91c9ae1e2c709))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ providing necessary functionality for searching, discovering, data access/loadin
6464
...: )
6565

6666
In [6]: cat_subset
67-
Out[6]: <GOOGLE-CMIP6 catalog with 4 dataset(s) from 261 asset(s)>
67+
Out[6]: <GOOGLE-CMIP6 catalog with 2 dataset(s) from 67 asset(s)>
6868
```
6969

7070
- Access: when the user is satisfied with the results of their query, they can load data assets (netCDF and/or Zarr stores) into xarray datasets:

0 commit comments

Comments
 (0)