From ae5deb2da92fcefadbad5073b0e7014250171951 Mon Sep 17 00:00:00 2001 From: ricardoribeiro-2020 Date: Thu, 11 Mar 2021 10:23:17 +0000 Subject: [PATCH] Release notes --- docs/RELEASENOTES | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/RELEASENOTES diff --git a/docs/RELEASENOTES b/docs/RELEASENOTES new file mode 100644 index 0000000..62da82e --- /dev/null +++ b/docs/RELEASENOTES @@ -0,0 +1,32 @@ +RELEASE NOTES for berry v.0.2 + +New in 0.2 version: + +- Improved velocity up to 10x in generate.py and other programs + +- More reliable preprocessing.py and resilient to QE changes + +- Calculates the Berry curvature + +- Uses less disk space + +- All programs are now written in python + +- Output from programs more readable, and more information + +- Conformity to PEP8 was achieved + +Fixed in 0.2 version: + +- Some small bugs were fixed + + +Incompatible changes in 0.2 version: + +- Since most of the files are now saved in a different format, the new version cannot read the old data files in general + +- The numbering of the bands is now from 0 to n-1 while in the previous version it was from 1 to n. + +- The some extensions of the output files are different + +