Skip to content

Releases: UXARRAY/uxarray

v2023.11.1

08 Nov 20:19
9b8f0f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.11.0...v2023.11.1

v2023.11.0

02 Nov 03:32
1202745
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2023.10.1...v2023.11.0

v2023.10.1

21 Oct 00:41
fa4515d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.10.0...v2023.10.1

v2023.10.0

03 Oct 19:37
2c042a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.09.1...v2023.10.0

v2023.09.1

22 Sep 16:28
a1fdd92
Compare
Choose a tag to compare

What's Changed

New Features

  • Implement Grid.to_linecollection() by @philipc2 in #464
  • Implement UxDataArray.to_dataset() by @philipc2 in #470
  • Implement UxDataArray.integrate() and begin to deprecate current UxDataset.integrate() by @philipc2 in #459
  • Calculate Intersection Point Between Two Great Circle Arcs by @hongyuchen1030 in #453

Bug Fixes

Full Changelog: v2023.09.0...v2023.09.1

v2023.09.0

07 Sep 15:46
b0d95f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.08.0...v2023.09.0

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