From 9575740f0a6efa9d70050ae94b9d3fabc6e85dcd Mon Sep 17 00:00:00 2001 From: Tom Stesco Date: Tue, 15 Mar 2022 16:44:27 -0400 Subject: [PATCH] adding CHANGELOG.md note and incrementing version in .env.template --- .env.template | 2 +- CHANGELOG.md | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.env.template b/.env.template index 4215ecc..10eab3f 100644 --- a/.env.template +++ b/.env.template @@ -6,7 +6,7 @@ LOCAL_PACKAGE_DIR= # docker and package info: # do not change from default, may break integration PACKAGE_NAME=building-controls-simulator -VERSION_TAG=0.4.1-alpha +VERSION_TAG=0.6.0-alpha DOCKERHUB_REPOSITORY=tstesco MAINTAINER=tom.stesco@gmail.com USER_NAME=bcs diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee4177..6983d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ +# 0.6.0-alpha (2022-03-15) -# 0.5.0 (2021-06-13) +## Features and Improvements +- update dependencies to latest versions (see diff of requirements.txt) +- DataSpec and conversions support nullable and non-nullable data types in numpy and pandas + +## Breaking changes +- Previously undefined behaviour of nullable data types must now be defined in conversions + +## Bug fixes +- fixed make_epw_file and adding test_make_epw_file +- fixed DataClient issue with data type conversion after filling nulls +- fixed DataClient.py removal of columns that get truncated to all NA + +# 0.5.0-alpha (2021-06-13) ## Features and Improvements - simplify `.env` setup and usage