From 597ef29f6ba121b7250f395e01b6a4f4f0f01ffe Mon Sep 17 00:00:00 2001 From: dh00601 <dh00601@surrey.ac.uk> Date: Mon, 1 Nov 2021 12:25:55 +0000 Subject: [PATCH] updated changelog --- CHANGELOG | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 000000000..f7d4dfeaa --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,13 @@ +Changes for each binarycpython version since 0.9.1. +https://keepachangelog.com/en/0.3.0/ + +* 0.9.2: +- Added scripts to generate test and docstring reports (generate_reports.sh) +- Added scripts to (re)install the code with all dependencies (install.sh), without dependencies (install_without_dependencies.sh) and via pip locally (install_with_pip.sh) (this doesn't install it from the pypi server but uses pip to compile and install the local version) +- Added centralized version number (VERSION) which is used source for all the other scripts. +- Added functionality to use a custom system_generator. This function allows the user to provide their own generator that yields system dictionaries. Can be useful for some random sampling, or interfacing with other codes +- merged the autoresolution branch that contains: + - Many updates in terms of functionality of the grid + - Modified the grid_variable structure and grid code generation + - +- -- GitLab