Skip to content

Releases: UXARRAY/uxarray

v2023.08.0

16 Aug 16:14
8354ceb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2023.06.0...v2023.08.0

v2023.06.0

16 Jun 04:46
40c180d
Compare
Choose a tag to compare

Redesign Patchnotes

  • Introduced the ux.UxDataset and ux.UxDataArray data structures

    • Inherits the equivalent Xarray data structures to provide a grid-informed implementation
    • Contains an instance of a Grid class stored as an attribute (.uxgrid), which represents the unstructured grid that the data variables lie on
    • Some inherited methods have been overloaded to properly maintain the uxgrid property
  • Custom I/O methods for loading in grid and data files

  • Quality of Life changes to ux.Grid

    • Grid Dimensions, Coordinates, and Connectivity Variables are now represented as properties instead of standard attributes with appropriate docstrings and calls to construction methods if a variable is not present in the dataset (detailed overview here)
    • == and != operators for comparing the contents of two grids
    • Can now perform a deep copy of a Grid using Grid.copy
  • Notebooks

Merged Pull Requests

New Contributors

Full Changelog: v2023.05.0...v2023.06.0

v2023.05.0

24 May 21:33
1cdc9ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.04.1...v2023.05.0

v2023.05.0dev

24 May 20:34
9cad7e8
Compare
Choose a tag to compare
v2023.05.0dev Pre-release
Pre-release

What's Changed

Difference from v2023.04.1

Full Changelog: v2023.04.1...v2023.05.0dev

v2023.04.1

24 Apr 21:47
14c86f4
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Fixed MPAS attributes not being parsed by @philipc2 in #274
  • Fixed MPAS attributes not being stored correctly by @philipc2 in #275
  • Fixes to Face Area Calculation and Indexing Connectivity Data Types by @philipc2 in #283

Automated

Dev Ops

Full Changelog: v2023.04.0...v2023.04.1

v2023.04.0

11 Apr 21:50
cb63de0
Compare
Choose a tag to compare

What's Changed

  • Read MPAS by @philipc2 in #228
  • Standardized Fill Values and Data Types for Connectivity Variables by @philipc2 in #241
  • Bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4 by @dependabot in #187
  • Add _replace_fill_values to Internal API by @philipc2 in #254
  • Use correct data type and fill value in __from_vert__ by @philipc2 in #256
  • Fix to nan Values Breaking UGRID Data Type and Fill Values by @philipc2 in #259
  • Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.5 by @dependabot in #264

Devops

Full Changelog: v2023.03.0...v2023.04.0

v2023.03.0

23 Mar 18:38
2830c63
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.02.0...v2023.03.0

v2023.02.0

02 Feb 20:12
b4c002a
Compare
Choose a tag to compare

What's Changed

New Features

  • add Grid.__populate_lonlat_coord and Grid.__populate_cartesian_xyz_coord by @hongyuchen1030 in #188

Documentation

  • Pin numpy in requirements.txt for documentation generation by @anissa111 in #200

Maintenance

New Contributors

Full Changelog: v2022.12.0...v2023.02.0

v2022.12.0

05 Dec 19:21
e7338d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.11.0...v2022.12.0

v2022.11.0

02 Nov 03:31
eb14ec8
Compare
Choose a tag to compare

What's Changed

  • Fix dimension attributes returning a range instead of counts by @philipc2 in #168
  • Fesom Support by @pgierz in #160
  • Bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0 by @dependabot in #169
  • Version 2022.11.0 to get bug fixes released before tutorial by @erogluorhan in #170

New Contributors

Full Changelog: v2022.10.0...v2022.11.0