From 77b9599703846ed58d769967f6cdf42c438c57a0 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 18 Apr 2024 10:00:41 -0500 Subject: [PATCH] Add CHANGELOG.md (#10) --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..881a7c6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,31 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [0.1.2] + +### Added + +* Add support for MF=7, MT=451 thermal scattering general info ([#1](https://github.com/paulromano/endf-python/pull/1)) +* Allow encoding to be specified when opening ENDF file ([#2](https://github.com/paulromano/endf-python/pull/2)) +* Add tests for cfloat_endf ([#8](https://github.com/paulromano/endf-python/pull/8)) +* Add Python 3.12 in CI ([#9](https://github.com/paulromano/endf-python/pull/9)) + +### Fixed + +* Fix issue with C++ endf float converter ([#7](https://github.com/paulromano/endf-python/pull/7)) + +## [0.1.1] + +### Fixed + +* Fixed GHA workflow for building sdist + +## [0.1.0] + +### Added + +* Initial release