From 74216b1d042e28d6c25cafd2c854cf3f6cf4a1ca Mon Sep 17 00:00:00 2001 From: Isaac Lenton Date: Sat, 7 Apr 2018 23:40:24 +1000 Subject: [PATCH] Added changes for version 1.5 --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d7d6f2f6..5dd30e52 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,15 @@ Change history ============== +Version 1.5 +----------- + +* Makes the toolbox a package +* Creates a utils sub-package for non-essential functions, these functions may + be more susceptable to change in future releases. +* Introduces Tmatrix and Bsc classes to manage/generate beams and T-matrices +* Introduces a simple method of calculating T-matrices (Tmatrix.simple()) + Version 1.4 -----------