From 997c7ecb3af7ee4d290891233657a866c8df0ea0 Mon Sep 17 00:00:00 2001 From: Mehdi Ataei Date: Thu, 5 Dec 2024 17:29:08 -0500 Subject: [PATCH] Get ready for 0.2.1 release --- CHANGELOG.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ad1f4..097cd03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,15 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - _No changes yet_ + +## [0.2.1] - 2024-12-05 + ### Fixed -- mkdocs is now configured correctly for the new project structure -- JAX installation is now handled correctly for different configurations (CPU, CUDA, TPU) +- mkdocs is now configured correctly for the new project structure +- JAX installation is now handled correctly for different configurations (CPU, CUDA, TPU) + +### Added + +- Added abstraction layer for boundary condition efficient encoding/decoding of auxiliary data +- Added the capability to add profiles to boundary conditions +- Added prepare_fields method to the Stepper class to allow for more automatic preparation of fields ## [0.2.0] - 2024-10-22 ### Added - XLB is now installable via pip - Complete rewrite of the codebase for better modularity and extensibility based on "Operators" design pattern -- Added NVIDIA's Warp backend for state-of-the-art performance -- Added abstraction layer for boundary condition efficient encoding/decoding of auxiliary data -- Added the capability to add profiles to boundary conditions \ No newline at end of file +- Added NVIDIA's Warp backend for state-of-the-art performance \ No newline at end of file