What’s New#

v0.1.0 (unreleased)#

Initial realease

New Features#

  • Support for splitting the domain into subdomains and distribute the computation across several processes.

  • Use flake8 for linting and black for styling.

  • Enable SAST.

  • Support of grid staggering via StaggeredGrid class.

  • Formulate solver to work on curvilinear coordinates

  • Support of several time integration methods, such as euler_forward(), adams_bashforth2() and adams_bashforth3()

  • Support of None type data attributes of Variable.

  • Provide a benchmark suite to track performance Changes

  • xarray.DataArray view of a Variable.

Breaking changes#

Deprecations#

Bug fixes#

Documentation#

  • Online documentation rendered with sphinx.

Internal Changes#