Skip to content

Releases: prs513rosewood/uvw

Version 0.7.0

07 Mar 13:23
2635019
Compare
Choose a tag to compare

Added

  • Added support for rational Bézier cells (PR #8)

Version 0.6.0

04 Dec 09:30
94bb25a
Compare
Choose a tag to compare

Added

  • DataArray now lazy-copies the underlying data at write-time. Changes to the
    data after instantiation will now be reflected in the written file.

Version 0.5.2

14 Jun 08:15
6210d69
Compare
Choose a tag to compare

Added

  • Can now pass a communicator object to parallel writers (#4)

Version 0.5.1

13 Apr 09:01
82524a6
Compare
Choose a tag to compare

Added

  • CI now with Github Actions

Fixed

  • Wrong number of nodes for hexahedron cell (8 instead of 9)

Version 0.5.0

25 Nov 13:07
6a9d3ed
Compare
Choose a tag to compare

Added

  • Drop-in replacement for pyevtk.hl that is less restrictive and more
    feature-rich than the original (e.g. arbitrary number of components in data
    and data compression).

Fixed

  • Bug that prevented using variable size cells in UnstructuredGrid

Deprecated

  • Support for Python 3.6 removed, this is the last compatible version

Version 0.4.0

04 May 15:47
f508e7c
Compare
Choose a tag to compare

Added

  • Support for os.PathLike for filenames
  • Support for PImageData

Changed

  • Using relative path for Source in PRRectilinearGrid
  • Tests use temporary directories and files
  • Array data is converted to ndarray if necessary with numpy.asarray
  • Version numbers are managed with vX.Y.Z tags using Versioneer and follow PEP440