From c82637d8efd407ea59d856f27b2b776ac9620dbc Mon Sep 17 00:00:00 2001 From: Scott Prahl Date: Thu, 22 Feb 2024 09:47:38 -0800 Subject: [PATCH] updates --- CHANGELOG.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d0f85ab..f4ecfb9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,17 @@ Changelog for `iadpython` package ================================= +0.6.0 +------ +* add command-line support +* add Monte Carlo sphere simulations +* add Port class for Sphere class +* change entrance port to empty port +* improve sphere-single.ipynb +* add sphere-random.ipynb +* improve single sphere testing +* add port testig + 0.5.3 ------ * add github actions