From ff59fc90ad9692d2147fd24da7e4c8eaa918b3c3 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 27 Oct 2024 23:45:45 -0400 Subject: [PATCH] updated Changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0748d9..6fb8720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2024-10-27 + +### Fixed +- fixed from_mcnp and to_mcnp for several classes +- fixed pre-commit +- fixed CI + +### Added +- more tests for parsing input files +- examples +- material.from_formula +- modify function to change inp objects + +### Changed +- updated docs +- better __str__ and __repr__ for several classes +- updated cli + ## [0.1.2] - 2024-10-19 ### Fixed