Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 721 Bytes

CHANGELOG.md

File metadata and controls

28 lines (16 loc) · 721 Bytes

Changelog

All notable changes to this project will be documented in this file. If you are interested in bug fixes, enhancements etc., best follow the project on GitHub.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.0.0] - 2023-09-27

Added

  • Protocols for PointData, CellData, PolyData and PolyCell classes
  • Cell interpolators (#7)

Fixed

  • Copy and deepcopy operations (#29).
  • Cell class generation (#36).

Changed

  • Class architecture of data structures. Now the geometry is a nested class.

Removed

  • Intermediate, unnecessary geometry classes.