Recent Releases of intake-esm

intake-esm - v2025.7.9

What's Changed

  • 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
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/704
  • Support Python313, add setuptools to requirements by @Zeitsperre in https://github.com/intake/intake-esm/pull/707
  • Update default argument for decode_timedelta by @charles-turner-1 in https://github.com/intake/intake-esm/pull/706
  • Remove setuptools runtime requirements by @Zeitsperre in https://github.com/intake/intake-esm/pull/708
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/713
  • 697- Fix segfault by @charles-turner-1 in https://github.com/intake/intake-esm/pull/712
  • Load with polars by @charles-turner-1 in https://github.com/intake/intake-esm/pull/709
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/716
  • 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
  • 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
  • Improve test performance by @charles-turner-1 in https://github.com/intake/intake-esm/pull/719
  • Fix broken require_all_on example in docs by @charles-turner-1 in https://github.com/intake/intake-esm/pull/720
  • 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
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/722
  • Add interactive view of catalog by @charles-turner-1 in https://github.com/intake/intake-esm/pull/723
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/726

New Contributors

  • @Zeitsperre made their first contribution in https://github.com/intake/intake-esm/pull/707

Full Changelog: https://github.com/intake/intake-esm/compare/v2025.2.3...v2025.7.9

- Python
Published by charles-turner-1 8 months ago

intake-esm - v2025.2.3

What's Changed

  • 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
  • Update PyPI workflow to build and upload intake-esm artifacts by @andersy005 in https://github.com/intake/intake-esm/pull/659
  • [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
  • 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
  • Update CONTRIBUTING guidelines to e.g. refer to new default branch by @sadielbartholomew in https://github.com/intake/intake-esm/pull/674
  • 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
  • Fix how storageoptions is passed to getmapper by @garciampred in https://github.com/intake/intake-esm/pull/678
  • Changed behaviour of source._open_dataset to include coordinate variables by @charles-turner-1 in https://github.com/intake/intake-esm/pull/681
  • Upgrade to intake Take2 by @charles-turner-1 in https://github.com/intake/intake-esm/pull/683
  • Fix #684 Merge results from main and derived catalogs by @rbeucher in https://github.com/intake/intake-esm/pull/685
  • Update dependencies and improve import handling for xarray version compatibility by @andersy005 in https://github.com/intake/intake-esm/pull/696
  • Update pyproject.toml and readthedocs.yml by @andersy005 in https://github.com/intake/intake-esm/pull/695
  • feat: Support being able to use in-memory ESMCatalogModel instances by @lewisjared in https://github.com/intake/intake-esm/pull/690
  • 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

New Contributors

  • @sadielbartholomew made their first contribution in https://github.com/intake/intake-esm/pull/674
  • @garciampred made their first contribution in https://github.com/intake/intake-esm/pull/678
  • @charles-turner-1 made their first contribution in https://github.com/intake/intake-esm/pull/681
  • @rbeucher made their first contribution in https://github.com/intake/intake-esm/pull/685
  • @lewisjared made their first contribution in https://github.com/intake/intake-esm/pull/690

Full Changelog: https://github.com/intake/intake-esm/compare/v2024.2.6...v2025.2.3

- Python
Published by charles-turner-1 about 1 year ago

intake-esm - 🚀 v2024.2.6 🚀

What's Changed

  • Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in https://github.com/intake/intake-esm/pull/641
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/642
  • replace black/flake/isort with ruff-format by @andersy005 in https://github.com/intake/intake-esm/pull/643
  • FIX: Pin older versions of sphinx to fix docs by @mgrover1 in https://github.com/intake/intake-esm/pull/646
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/645
  • Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/intake/intake-esm/pull/644
  • Bump codecov/codecov-action from 3.1.4 to 4.0.0 by @dependabot in https://github.com/intake/intake-esm/pull/648
  • Pin intake to <v2 by @andersy005 in https://github.com/intake/intake-esm/pull/651
  • Drop python 3.9 by @andersy005 in https://github.com/intake/intake-esm/pull/652
  • Update Dependabot configuration by @andersy005 in https://github.com/intake/intake-esm/pull/653
  • update changelog by @andersy005 in https://github.com/intake/intake-esm/pull/655

Full Changelog: https://github.com/intake/intake-esm/compare/v2023.11.10...v2024.2.6

- Python
Published by andersy005 about 2 years ago

intake-esm - 🚀 intake-esm v2023.11.10 🚀

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/640
  • Replace applymap with map by @dougiesquire in https://github.com/intake/intake-esm/pull/639
  • ADD: Add ci support for python 3.12 by @mgrover1 in https://github.com/intake/intake-esm/pull/634

Full Changelog: https://github.com/intake/intake-esm/compare/v2023.10.27...v2023.11.10

- Python
Published by mgrover1 over 2 years ago

intake-esm - 📦 v2023.10.27 📦

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/618
  • Add levels option to to_datatree() by @mgrover1 in https://github.com/intake/intake-esm/pull/624
  • Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 by @dependabot in https://github.com/intake/intake-esm/pull/625
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/626
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/628
  • Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by @dependabot in https://github.com/intake/intake-esm/pull/627
  • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/intake/intake-esm/pull/630
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/631
  • Fix for fsspec 2023.10.0 by @aulemahal in https://github.com/intake/intake-esm/pull/636
  • Update-changelog by @andersy005 in https://github.com/intake/intake-esm/pull/638

Full Changelog: https://github.com/intake/intake-esm/compare/v2023.07.07...v2023.10.27

- Python
Published by andersy005 over 2 years ago

intake-esm - 🚀 v2023.07.07 🚀

What's Changed

  • Add support for None in search query by @aulemahal in https://github.com/intake/intake-esm/pull/612
  • Remove hardcoded single-threaded dask scheduler for dataset combine by @dougiesquire in https://github.com/intake/intake-esm/pull/614
  • Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by @dependabot in https://github.com/intake/intake-esm/pull/616
  • Updates for pydantic v2 by @dougiesquire in https://github.com/intake/intake-esm/pull/619

Full Changelog: https://github.com/intake/intake-esm/compare/v2023.6.14...v2023.07.07

- Python
Published by mgrover1 over 2 years ago

intake-esm - 📦 v2023.6.14 📦

What's Changed

  • Bump codecov/codecov-action from 3.1.1 to 3.1.3 by @dependabot in https://github.com/intake/intake-esm/pull/600
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/602
  • Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 by @dependabot in https://github.com/intake/intake-esm/pull/601
  • Optional aggregation control by @aulemahal in https://github.com/intake/intake-esm/pull/569
  • Bump codecov/codecov-action from 3.1.3 to 3.1.4 by @dependabot in https://github.com/intake/intake-esm/pull/605
  • Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in https://github.com/intake/intake-esm/pull/604
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/607
  • FIX: Ensure storage options passed properly by @mgrover1 in https://github.com/intake/intake-esm/pull/609
  • attempt at fixing rtd docs build by @andersy005 in https://github.com/intake/intake-esm/pull/610

Full Changelog: https://github.com/intake/intake-esm/compare/v2023.4.20...v2023.6.14

- Python
Published by mgrover1 over 2 years ago

intake-esm - 📦 v2023.4.20 📦

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/532
  • Bump codecov/codecov-action from 3.1.0 to 3.1.1 by @dependabot in https://github.com/intake/intake-esm/pull/533
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/534
  • Ensure intake kwargs are properly passed to Catalog by @andersy005 in https://github.com/intake/intake-esm/pull/536
  • Use latest ecgtools by @andersy005 in https://github.com/intake/intake-esm/pull/538
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/537
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/539
  • FIX: Add more options to kerchunk backend kwargs by @mgrover1 in https://github.com/intake/intake-esm/pull/548
  • Accept Path in esm_datastore by @aulemahal in https://github.com/intake/intake-esm/pull/541
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/542
  • fix badge for ci by @mgrover1 in https://github.com/intake/intake-esm/pull/555
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/553
  • Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.4 by @dependabot in https://github.com/intake/intake-esm/pull/552
  • Ensure aggregation control is optional by @mgrover1 in https://github.com/intake/intake-esm/pull/551
  • Fix #554: check filesystem url is a string by @observingClouds in https://github.com/intake/intake-esm/pull/558
  • FIX: Add dask config single-threaded to build catalog from timeseries by @mgrover1 in https://github.com/intake/intake-esm/pull/559
  • Pin minimum versions for fsspec, gcsfs, and s3fs by @andersy005 in https://github.com/intake/intake-esm/pull/563
  • Drop support for Python 3.8 by @andersy005 in https://github.com/intake/intake-esm/pull/564
  • Replace flake8/isort with ruff by @andersy005 in https://github.com/intake/intake-esm/pull/566
  • [pre-commit.ci] pre-commit autoupdate (#571)Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> by @pre-commit-ci in https://github.com/intake/intake-esm/pull/571
  • [pre-commit.ci] pre-commit autoupdate (#573)Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> by @pre-commit-ci in https://github.com/intake/intake-esm/pull/573
  • add in distributed for build catalog example by @mgrover1 in https://github.com/intake/intake-esm/pull/574
  • New opendap dataformat by @aulemahal in https://github.com/intake/intake-esm/pull/570
  • Add max as a codeowner by @mgrover1 in https://github.com/intake/intake-esm/pull/576
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/575
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/577
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/578
  • Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by @dependabot in https://github.com/intake/intake-esm/pull/581
  • [pre-commit.ci] pre-commit autoupdate (#582)Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> by @pre-commit-ci in https://github.com/intake/intake-esm/pull/582
  • Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (#584)Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> by @dependabot in https://github.com/intake/intake-esm/pull/584
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/585
  • update pre-commit and dependabot schedules by @andersy005 in https://github.com/intake/intake-esm/pull/586
  • Add columns_with_iterables parameter to esm_datastore by @dougiesquire in https://github.com/intake/intake-esm/pull/589
  • Fix the link to documentation build status by @mgrover1 in https://github.com/intake/intake-esm/pull/591
  • Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.4 by @dependabot in https://github.com/intake/intake-esm/pull/592
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/593

New Contributors

  • @observingClouds made their first contribution in https://github.com/intake/intake-esm/pull/558
  • @dougiesquire made their first contribution in https://github.com/intake/intake-esm/pull/589

Full Changelog: https://github.com/intake/intake-esm/compare/v2022.9.18...v2023.4.20

- Python
Published by mgrover1 almost 3 years ago

intake-esm - 📦 v2022.9.18 📦

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/363
  • Bump codecov/codecov-action from 2.0.2 to 2.0.3 by @dependabot in https://github.com/intake/intake-esm/pull/362
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/364
  • Bump codecov/codecov-action from 2.0.3 to 2.1.0 by @dependabot in https://github.com/intake/intake-esm/pull/365
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/366
  • Update pydantic models by @andersy005 in https://github.com/intake/intake-esm/pull/367
  • Update pre-commit hooks by @andersy005 in https://github.com/intake/intake-esm/pull/369
  • Add Query Model by @andersy005 in https://github.com/intake/intake-esm/pull/370
  • Use ESMCatModel Pydantic model by @andersy005 in https://github.com/intake/intake-esm/pull/368
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/371
  • Add ESMDataSource by @andersy005 in https://github.com/intake/intake-esm/pull/372
  • Fix catalog serialization by @andersy005 in https://github.com/intake/intake-esm/pull/373
  • Fix __repr__ and __repr_html__ by @andersy005 in https://github.com/intake/intake-esm/pull/374
  • Ensure multi variable catalogs are parsed properly by @andersy005 in https://github.com/intake/intake-esm/pull/375
  • Update Pull Request Template by @andersy005 in https://github.com/intake/intake-esm/pull/376
  • Use pydantic.validate_arguments decorator to validate individual functions by @andersy005 in https://github.com/intake/intake-esm/pull/377
  • Upgrade setup/build requirements by @andersy005 in https://github.com/intake/intake-esm/pull/383
  • Add functionality for derived variables by @andersy005 in https://github.com/intake/intake-esm/pull/379
  • Rename _types module to cat by @andersy005 in https://github.com/intake/intake-esm/pull/381
  • Add method for loading registry from a Python module by @andersy005 in https://github.com/intake/intake-esm/pull/386
  • Add query to derived variables by @andersy005 in https://github.com/intake/intake-esm/pull/389
  • Add skip_on_error option when loading datasets by @andersy005 in https://github.com/intake/intake-esm/pull/390
  • Fix .nunique() and .unique() methods by @andersy005 in https://github.com/intake/intake-esm/pull/391
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/392
  • Properly check whether dataframe is empty by @andersy005 in https://github.com/intake/intake-esm/pull/394
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/396
  • Remove linting workflow: use pre-commit.ci by @andersy005 in https://github.com/intake/intake-esm/pull/399
  • ESMCat pydantic Model: make id optional by @andersy005 in https://github.com/intake/intake-esm/pull/398
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/402
  • Exclude buggy xarray versions by @andersy005 in https://github.com/intake/intake-esm/pull/406
  • Add to_dask() method to esm_datastore by @d70-t in https://github.com/intake/intake-esm/pull/403
  • Use mamba when building docs on Readthedocs by @andersy005 in https://github.com/intake/intake-esm/pull/408
  • Add to_collection method returning an Xcollection by @jukent in https://github.com/intake/intake-esm/pull/405
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/410
  • Added detection of "*" to enable opening of multi-file datasets. by @andersy005 in https://github.com/intake/intake-esm/pull/395
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/411
  • Add Docs Based on ESDS Blog Posts by @mgrover1 in https://github.com/intake/intake-esm/pull/409
  • Switch over to the furo theme by @andersy005 in https://github.com/intake/intake-esm/pull/412
  • Reorganize docs by @andersy005 in https://github.com/intake/intake-esm/pull/413
  • Search returns same class as self - allowing subclassing by @aulemahal in https://github.com/intake/intake-esm/pull/417
  • Support mixed data formats by @aulemahal in https://github.com/intake/intake-esm/pull/416
  • Expose pd.DataFrame.to_csv and json.dump keyword arguments by @andersy005 in https://github.com/intake/intake-esm/pull/421
  • Pin importlib-metadata to 2.0 by @andersy005 in https://github.com/intake/intake-esm/pull/422
  • Fix CI failures: don't turn warnings into errors by @andersy005 in https://github.com/intake/intake-esm/pull/429
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/430
  • Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 by @dependabot in https://github.com/intake/intake-esm/pull/431
  • Fix dependency version conflict by @andersy005 in https://github.com/intake/intake-esm/pull/432
  • Add Python 3.10 to CI by @andersy005 in https://github.com/intake/intake-esm/pull/400
  • Improve search with derived variables by @aulemahal in https://github.com/intake/intake-esm/pull/428
  • Add pyupgrade to pre-commit hooks by @andersy005 in https://github.com/intake/intake-esm/pull/433
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/438
  • Support iterable columns with require_all_on by @aulemahal in https://github.com/intake/intake-esm/pull/435
  • Remove unused @df.setter by @andersy005 in https://github.com/intake/intake-esm/pull/440
  • Add last_updated to the ESMCatalogModel by @andersy005 in https://github.com/intake/intake-esm/pull/442
  • Derived Catalog: test for all needed variables and skip if existing by @aulemahal in https://github.com/intake/intake-esm/pull/441
  • Subset derived variable registry only with used derived variables by @aulemahal in https://github.com/intake/intake-esm/pull/446
  • Bump actions/setup-python from 2 to 3 by @dependabot in https://github.com/intake/intake-esm/pull/451
  • Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/intake/intake-esm/pull/450
  • Add tutorial module by @jukent in https://github.com/intake/intake-esm/pull/454
  • Tutorial url by @jukent in https://github.com/intake/intake-esm/pull/455
  • Ensure fsspec storage options are propagated to xr.open_dataset by @jukent in https://github.com/intake/intake-esm/pull/453
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/459
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/463
  • Change import to have configurable prefixes via set_options by @aulemahal in https://github.com/intake/intake-esm/pull/460
  • updating google-cmip6 cat to have more datasets by @jukent in https://github.com/intake/intake-esm/pull/464
  • replace references to collection with catalog by @jukent in https://github.com/intake/intake-esm/pull/457
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/466
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/467
  • Allow saving catalog via fsspec protocols by @andersy005 in https://github.com/intake/intake-esm/pull/469
  • Ensure storage_options are passed to esmcat.save() by @andersy005 in https://github.com/intake/intake-esm/pull/471
  • Bump codecov/codecov-action from 2.1.0 to 3.0.0 by @dependabot in https://github.com/intake/intake-esm/pull/472
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/473
  • Support for the grid mapping attribute and variable by @RondeauG in https://github.com/intake/intake-esm/pull/449
  • Bump codecov/codecov-action from 3.0.0 to 3.1.0 by @dependabot in https://github.com/intake/intake-esm/pull/475
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/476
  • ENH: Support Kerchunk Files by @mgrover1 in https://github.com/intake/intake-esm/pull/480
  • Bump actions/setup-python from 3 to 4 by @dependabot in https://github.com/intake/intake-esm/pull/482
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/483
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/484
  • FIX: Add fixes to allow reading kerchunk catalog by @mgrover1 in https://github.com/intake/intake-esm/pull/485
  • Bump styfle/cancel-workflow-action from 0.9.1 to 0.10.0 by @dependabot in https://github.com/intake/intake-esm/pull/486
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/488
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/489
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/492
  • Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 by @dependabot in https://github.com/intake/intake-esm/pull/493
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/494
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/497
  • Drop support for Python 3.7 by @andersy005 in https://github.com/intake/intake-esm/pull/499
  • use micromamba in CI by @andersy005 in https://github.com/intake/intake-esm/pull/500
  • Add get_available_cats() method to tutorial.py by @jukent in https://github.com/intake/intake-esm/pull/458
  • Docs improvement: use sphinx-design tabs by @andersy005 in https://github.com/intake/intake-esm/pull/504
  • add sphinx-design to list of extensions by @andersy005 in https://github.com/intake/intake-esm/pull/505
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/507
  • ensure storage_options are passed to data loader by @andersy005 in https://github.com/intake/intake-esm/pull/508
  • Ensure global attributes added by intake-esm are compatible with netCDF and Zarr by @andersy005 in https://github.com/intake/intake-esm/pull/509
  • ENH: Add .to_datatree() method and remove to collection by @mgrover1 in https://github.com/intake/intake-esm/pull/512
  • Discard catalog_file attribute after a search by @andersy005 in https://github.com/intake/intake-esm/pull/514
  • Add keys_info() method by @andersy005 in https://github.com/intake/intake-esm/pull/515
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/516
  • upgrade dependencies by @andersy005 in https://github.com/intake/intake-esm/pull/517
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/intake/intake-esm/pull/519
  • Reorganize the documentation by @andersy005 in https://github.com/intake/intake-esm/pull/521
  • DOC: Add section on intake-esm keys by @mgrover1 in https://github.com/intake/intake-esm/pull/522
  • Update how to guides by @andersy005 in https://github.com/intake/intake-esm/pull/523
  • FIX: Update default catalog location and tests by @mgrover1 in https://github.com/intake/intake-esm/pull/525
  • Check if all values in a groupby column are NaN or not NaN by @andersy005 in https://github.com/intake/intake-esm/pull/526
  • Update isort configuration to use profile=black by @andersy005 in https://github.com/intake/intake-esm/pull/528
  • Update changelog by @andersy005 in https://github.com/intake/intake-esm/pull/527

New Contributors

  • @d70-t made their first contribution in https://github.com/intake/intake-esm/pull/403
  • @aulemahal made their first contribution in https://github.com/intake/intake-esm/pull/417
  • @RondeauG made their first contribution in https://github.com/intake/intake-esm/pull/449

Full Changelog: https://github.com/intake/intake-esm/compare/v2021.8.17...v2022.9.18

- Python
Published by andersy005 over 3 years ago

intake-esm - 🚀 intake-esm v2021.8.17 🚀

(full changelog)

Enhancements made

Maintenance and upkeep improvements

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@andersy005 | @dependabot | @mgrover1 | @pre-commit-ci

- Python
Published by andersy005 over 4 years ago

intake-esm - 🚀 Intake-esm v2021.1.15 🚀

(full changelog)

Bug Fixes

Breaking Changes

Internal Changes

Documentation

Contributors to this release

(GitHub contributors page for this release)

@aaronspring | @andersy005 | @jbusecke

- Python
Published by andersy005 about 5 years ago

intake-esm - 🚀 Intake-esm v2020.12.18 🚀

(full changelog)

Bug Fixes

  • 🐛 Disable _requested_variables for single variable assets #306 (@andersy005)

Internal Changes

Contributors to this release

(GitHub contributors page for this release)

@andersy005 | @dcherian | @jbusecke | @naomi-henderson | @Recalculate

- Python
Published by andersy005 about 5 years ago

intake-esm - 🚀 Intake-esm v2020.11.4 🚀

Features

  • ✨ Support multiple variable assets/files. ({pr}287) @andersy005
  • ✨ Add utility function for printing version information. ({pr}284) @andersy005

Breaking Changes

  • 💥 Remove unnecessary logging bits. ({pr}297) @andersy005

Bug Fixes

  • ✔️ Fix test failures. ({pr}280) @andersy005
  • 🐛 Fix TypeError bug in .search() method when using wildcard and regular expressions. ({pr}285) @andersy005
  • 🐛 Use file like object when dealing with netcdf in the cloud. ({pr}292) @andersy005
  • 🐛 Fix import errors due to intake/intake#526. ({pr}282) @andersy005

Documentation

  • 📚 Fix ReadtheDocs documentation builds. ({pr}286) @andersy005
  • 📚 Migrate docs from restructured text to markdown via myst-parsers. ({pr}296) @andersy005
  • 🔨 Refactor documentation contents & add new notebooks. ({pr}298) @andersy005

Internal Changes

  • 💚 Migrate CI from CircleCI to GitHub Actions. ({pr}283) @andersy005
  • 💚 Use mamba to speed up CI testing. ({pr}293) @andersy005
  • Enable dependabot updates. ({pr}294) @andersy005
  • Test against Python 3.9. ({pr}295) @andersy005

- Python
Published by andersy005 over 5 years ago

intake-esm - v2020.08.15

See changelog for the list of new features and changes.

- Python
Published by andersy005 over 5 years ago

intake-esm - v2020.06.11

- Python
Published by andersy005 over 5 years ago

intake-esm - v2020.05.21

- Python
Published by andersy005 almost 6 years ago

intake-esm - v2020.05.01

- Python
Published by andersy005 almost 6 years ago

intake-esm -

Bug Fix

  • When using relative URL for catalogs (CSV), the absolute URL was incorrectly constructed resulting in FileNotFoundError.

- Python
Published by andersy005 almost 6 years ago

intake-esm -

Squashed some bugs when using require_all_on parameter during searches.

- Python
Published by andersy005 almost 6 years ago

intake-esm -

See the changelog for more information about this release.

- Python
Published by andersy005 almost 6 years ago

intake-esm -

- Python
Published by andersy005 about 6 years ago

intake-esm -

- Python
Published by andersy005 over 6 years ago

intake-esm -

- Python
Published by andersy005 over 6 years ago

intake-esm -

- Python
Published by andersy005 over 6 years ago

intake-esm -

- Python
Published by andersy005 almost 7 years ago

intake-esm - v2019.4.26.1

- Python
Published by andersy005 almost 7 years ago

intake-esm - v2019.4.26

- Python
Published by andersy005 almost 7 years ago

intake-esm -

- Python
Published by andersy005 almost 7 years ago