Skip to content

Releases: MPAS-Dev/geometric_features

v1.6.3

14 Apr 20:50
57f8691

Choose a tag to compare

What's Changed

  • Switch to rattler-build recipe format by @xylar in #288

Full Changelog: 1.6.2...1.6.3

v1.6.2

14 Apr 18:01
8de3262

Choose a tag to compare

What's Changed

  • Fix test_features_and_tags by @xylar in #225
  • Switch setup configurations to pyproject.toml by @altheaden in #226
  • Use separate conda cache directories in CI by @altheaden in #227
  • In CI, update docs build version to 3.13 by @altheaden in #229
  • Remove prints in aggregation by @xylar in #231
  • Switch linting from flake8 and isort to ruff by @altheaden in #234
  • Remove sphinx-multiversion and supply custom version drop-down on docs by @altheaden in #247
  • Change pre-commit hook ID to ruff-check by @altheaden in #248
  • Add docs on releasing and co-developing by @xylar in #253
  • Fix pre-commit workflow and other CI updates/cleanup by @altheaden in #254
  • Implement two-token method in pre-commit CI by @xylar in #257
  • Fix pre-commit update action (again) by @xylar in #258
  • Remove @altheaden from reviewer lists by @altheaden in #267
  • Add Python 3.14 CI testing and update single-version jobs to 3.14 by @Copilot in #276
  • Handle unknown user in provenance by @xylar in #287

Full Changelog: 1.6.1...1.6.2

v1.6.1

22 Dec 09:16
6d6274f

Choose a tag to compare

What's Changed

Bug fixes

  • Fix sea-ice historical median features by @xylar in #218
  • Fix ocean extended features by @xylar in #219

Cleanup and Testing

  • Add test to make sure features_and_tags.json looks as expected by @xylar in #220

CI/CD

  • Add CI workflow to automatically update pre-commit and its dependencies by @altheaden in #216
  • Add pre-commit for code linting by @altheaden in #221
  • Clean-up on imports and pre-commit by @xylar in #222
  • Fix flake8 lint in geometric_features by @xylar in #223

Full Changelog: 1.6.0...1.6.1

v1.6.0

19 Nov 20:20
da465bc

Choose a tag to compare

A minor release with new Greenland regions and a southern hemisphere basin.

Minor Enhancements

CI/CD

New Contributors

Full Changelog: 1.5.0...1.6.0

v1.5.0

18 Jul 18:50
1805f77

Choose a tag to compare

This release adds a critical passage at Carroll Inlet near Stange Ice Shelf in Antarctica's Bellingshausen Sea region.

Minor enhancement

  • Add Carroll Inlet as a critical passage #203

Continuous Integration

  • Fix issues with python 3.12 #201

Contributors

@darincomeau
@xylar

v1.4.0

16 May 04:49
6d4bc1b

Choose a tag to compare

This release adds ISMIP6 Greenland regions

Minor enhancement

  • Add ISMIP6 Greenland regions #199

Contributors

@cbegeman
@alexolinhager
@xylar

v1.3.0

28 Aug 20:59
711a7b3

Choose a tag to compare

This release changes adds two new critical land blockages to block the ocean from reaching the interior of Greenland using the GEBCO topography dataset.

Minor enhancement

  • Add land blockage to entrance of Ilulissat, Humboldt, and Petermann Glaciers #197

Contributors

@milenaveneziani
@stephenprice
@trhille
@xylar

v1.2.0

10 Apr 09:09
8ab3506

Choose a tag to compare

This release changes the definition of various Weddell Sea and Bellingshausen Sea features. They are now more consistent with the topography that defines these basins and include the full FRIS ice-shelf cavity where appropriate.

Minor enhancement

  • Modify Western Weddell definition and add polygon functions #195

Contributors

@cbegeman
@milenaveneziani
@xylar

v1.1.0

27 Jan 20:47
7eac189

Choose a tag to compare

A release to remove some troublesome seed points in the ocean.

Bug fix

  • Remove seed points near islands #193

Contributors

@xylar

v1.0.1

04 Jan 20:32
73b1b3f

Choose a tag to compare

A bug-fix release fixing support for importlib.resources backport for python 3.8

Bug fix

  • Fix importlib.resources import for python 3.8 #191

Contributors

@xylar