Intake-esm

Latest version: v2025.2.3

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

2020.12.18

([full changelog](https://github.com/intake/intake-esm/compare/4f63319294fc7d8394a7c89680ca3525ca1b0d54...dd3e7fdbd752a9e26030ccc7c03e571adb3d3be1))

Bug Fixes

- 🐛 Disable `_requested_variables` for single variable assets [306](https://github.com/intake/intake-esm/pull/306) ([andersy005](https://github.com/andersy005))

Internal Changes

- Update changelog in preparation for new release [307](https://github.com/intake/intake-esm/pull/307) ([andersy005](https://github.com/andersy005))
- Use `github-activity` to update list of contributors [302](https://github.com/intake/intake-esm/pull/302) ([andersy005](https://github.com/andersy005))
- Add nbqa & Update prettier commit hooks [300](https://github.com/intake/intake-esm/pull/300) ([andersy005](https://github.com/andersy005))
- Update pre-commit and GH actions [299](https://github.com/intake/intake-esm/pull/299) ([andersy005](https://github.com/andersy005))

Contributors to this release

([GitHub contributors page for this release](https://github.com/intake/intake-esm/graphs/contributors?from=2020-11-05&to=2020-12-19&type=c))

[andersy005](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Aandersy005+updated%3A2020-11-05..2020-12-19&type=Issues) | [dcherian](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Adcherian+updated%3A2020-11-05..2020-12-19&type=Issues) | [jbusecke](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Ajbusecke+updated%3A2020-11-05..2020-12-19&type=Issues) | [naomi-henderson](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Anaomi-henderson+updated%3A2020-11-05..2020-12-19&type=Issues) | [Recalculate](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3ARecalculate+updated%3A2020-11-05..2020-12-19&type=Issues)

2020.11.4

Features

- ✨ Support multiple variable assets/files. ({pr}`287`) [andersy005](https://github.com/andersy005)
- ✨ Add utility function for printing version information. ({pr}`284`) [andersy005](https://github.com/andersy005)

Breaking Changes

- 💥 Remove unnecessary logging bits. ({pr}`297`) [andersy005](https://github.com/andersy005)

Bug Fixes

- ✔️ Fix test failures. ({pr}`280`) [andersy005](https://github.com/andersy005)
- Fix TypeError bug in `.search()` method when using wildcard and regular expressions. ({pr}`285`) [andersy005](https://github.com/andersy005)
- Use file like object when dealing with netcdf in the cloud. ({pr}`292`) [andersy005](https://github.com/andersy005)

Documentation

- 📚 Fix ReadtheDocs documentation builds. ({pr}`286`) [andersy005](https://github.com/andersy005)
- 📚 Migrate docs from restructured text to markdown via `myst-parsers`. ({pr}`296`) [andersy005](https://github.com/andersy005)
- 🔨 Refactor documentation contents & add new notebooks. ({pr}`298`) [andersy005](https://github.com/andersy005)

Internal Changes

- Fix import errors due to [intake/intake526](https://github.com/intake/intake/pull/526). ({pr}`282`) [andersy005](https://github.com/andersy005)
- Migrate CI from CircleCI to GitHub Actions. ({pr}`283`) [andersy005](https://github.com/andersy005)
- Use mamba to speed up CI testing. ({pr}`293`) [andersy005](https://github.com/andersy005)
- Enable dependabot updates. ({pr}`294`) [andersy005](https://github.com/andersy005)
- Test against Python 3.9. ({pr}`295`) [andersy005](https://github.com/andersy005)

Contributors to this release

([GitHub contributors page for this release](https://github.com/intake/intake-esm/graphs/contributors?from=2020-08-15&to=2020-11-04&type=c))

[andersy005](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Aandersy005+updated%3A2020-08-15..2020-11-04&type=Issues) | [dcherian](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Adcherian+updated%3A2020-08-15..2020-11-04&type=Issues) | [jbusecke](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Ajbusecke+updated%3A2020-08-15..2020-11-04&type=Issues) | [jukent](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Ajukent+updated%3A2020-08-15..2020-11-04&type=Issues) | [sherimickelson](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Asherimickelson+updated%3A2020-08-15..2020-11-04&type=Issues)

2020.8.15

Features

- Support regular expression objects in {py:meth}`~intake_esm.core.esm_datastore.search`
({pr}`236`) [andersy005](https://github.com/andersy005)
- Support wildcard expresssions in {py:meth}`~intake_esm.core.esm_datastore.search`
({pr}`259`) [andersy005](https://github.com/andersy005)
- Expose attributes used when aggregating/combining datasets ({pr}`268`) [andersy005](https://github.com/andersy005)
- Support turning aggregations off ({pr}`269`) [andersy005](https://github.com/andersy005)
- Improve error messages ({pr}`270`) [andersy005](https://github.com/andersy005)
- Expose aggregations options passed to xarray during datasets aggregation
({pr}`272`) [andersy005](https://github.com/andersy005)
- Reset `_entries` dict after updating aggregations ({pr}`274`) [andersy005](https://github.com/andersy005)

Documentation

- Update {py:meth}`~intake_esm.core.esm_datastore.to_dataset_dict` docstring
to inform users on how `cdf_kwargs` argument is used in regards to chunking
({pr}`278`) [bonnland](https://github.com/bonnland)

Internal Changes

- Update pre-commit hooks & GitHub actions ({pr}`260`) [andersy005](https://github.com/andersy005)
- Update badges ({pr}`258`) [andersy005](https://github.com/andersy005)
- Update upstream environment ({pr}`263`) [andersy005](https://github.com/andersy005)
- Refactor search functionality into a standalone module ({pr}`267`) [andersy005](https://github.com/andersy005)
- Fix dask/concurrent.futures parallelism ({pr}`271`) [andersy005](https://github.com/andersy005)
- Increase test coverage to ~100% ({pr}`273`) [andersy005](https://github.com/andersy005)
- Bump minimum required versions ({pr}`275`) [andersy005](https://github.com/andersy005)

Contributors to this release

([GitHub contributors page for this release](https://github.com/intake/intake-esm/graphs/contributors?from=2020-06-11&to=2020-08-15&type=c))

[andersy005](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Aandersy005+updated%3A2020-06-11..2020-08-15&type=Issues) | [bonnland](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Abonnland+updated%3A2020-06-11..2020-08-15&type=Issues) | [dcherian](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Adcherian+updated%3A2020-06-11..2020-08-15&type=Issues) | [jeffdlb](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Ajeffdlb+updated%3A2020-06-11..2020-08-15&type=Issues) | [jukent](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Ajukent+updated%3A2020-06-11..2020-08-15&type=Issues) | [kmpaul](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Akmpaul+updated%3A2020-06-11..2020-08-15&type=Issues) | [markusritschel](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Amarkusritschel+updated%3A2020-06-11..2020-08-15&type=Issues) | [martindurant](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Amartindurant+updated%3A2020-06-11..2020-08-15&type=Issues) | [matt-long](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Amatt-long+updated%3A2020-06-11..2020-08-15&type=Issues)

2020.6.11

Features

- Add `df` property setter ({pr}`247`) [andersy005](https://github.com/andersy005)

Documentation

- Use Pandas sphinx theme ({pr}`244`) [andersy005](https://github.com/andersy005)
- Update documentation tutorial ({pr}`252`) [andersy005](https://github.com/andersy005) & [charlesbluca](https://github.com/charlesbluca)

Internal Changes

- Fix anti-patterns and other bug risks ({pr}`251`) [andersy005](https://github.com/andersy005)
- Sync with intake's Entry unification ({pr}`249`) [andersy005](https://github.com/andersy005)

Contributors to this release

([GitHub contributors page for this release](https://github.com/intake/intake-esm/graphs/contributors?from=2020-05-21&to=2020-06-11&type=c))

[andersy005](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Aandersy005+updated%3A2020-05-21..2020-06-11&type=Issues) | [jhamman](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Ajhamman+updated%3A2020-05-21..2020-06-11&type=Issues) | [martindurant](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Amartindurant+updated%3A2020-05-21..2020-06-11&type=Issues)

2020.5.21

Features

- Provide informative message/warnings from empty queries. ({pr}`235`) [andersy005](https://github.com/andersy005)
- Replace tqdm progressbar with fastprogress. ({pr}`238`) [andersy005](https://github.com/andersy005)
- Add `catalog_file` attribute to `esm_datastore` class. ({pr}`240`) [andersy005](https://github.com/andersy005)

Contributors to this release

([GitHub contributors page for this release](https://github.com/intake/intake-esm/graphs/contributors?from=2020-05-01&to=2020-05-21&type=c))

[andersy005](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Aandersy005+updated%3A2020-05-01..2020-05-21&type=Issues) | [bonnland](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Abonnland+updated%3A2020-05-01..2020-05-21&type=Issues) | [dcherian](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Adcherian+updated%3A2020-05-01..2020-05-21&type=Issues) | [jbusecke](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Ajbusecke+updated%3A2020-05-01..2020-05-21&type=Issues) | [jeffdlb](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Ajeffdlb+updated%3A2020-05-01..2020-05-21&type=Issues) | [kmpaul](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Akmpaul+updated%3A2020-05-01..2020-05-21&type=Issues) | [markusritschel](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Amarkusritschel+updated%3A2020-05-01..2020-05-21&type=Issues)

2020.5.01

Features

- Add html representation for the catalog object. ({pr}`229`) [andersy005](https://github.com/andersy005)

- Move logic for assets aggregation into {py:meth}`~intake_esm.source.ESMGroupDataSource`
and add few basic dict-like methods (`keys()`, `len()`, `getitem()`, `contains()`)
to the catalog object. ({pr}`194`) [andersy005](https://github.com/andersy005) & [jhamman](https://github.com/jhamman) & [kmpaul](https://github.com/kmpaul)

- Support columns with iterables in {py:meth}`~intake_esm.core.esm_datastore.unique` and
{py:meth}`~intake_esm.core.esm_datastore.nunique`. ({pr}`223`) [andersy005](https://github.com/andersy005)

Bug Fixes

- Revert back to using `concurrent.futures` to address failures due
to dask's distributed scheduler. ({issue}`225`) & ({issue}`226`)

Internal Changes

- Increase test coverage. ({pr}`222`) [andersy005](https://github.com/andersy005)

Contributors to this release

([GitHub contributors page for this release](https://github.com/intake/intake-esm/graphs/contributors?from=2020-03-16&to=2020-05-01&type=c))

[andersy005](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Aandersy005+updated%3A2020-03-16..2020-05-01&type=Issues) | [bonnland](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Abonnland+updated%3A2020-03-16..2020-05-01&type=Issues) | [dcherian](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Adcherian+updated%3A2020-03-16..2020-05-01&type=Issues) | [jbusecke](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Ajbusecke+updated%3A2020-03-16..2020-05-01&type=Issues) | [jhamman](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Ajhamman+updated%3A2020-03-16..2020-05-01&type=Issues) | [kmpaul](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Akmpaul+updated%3A2020-03-16..2020-05-01&type=Issues) | [sherimickelson](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Asherimickelson+updated%3A2020-03-16..2020-05-01&type=Issues)

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.