Skip to content

Commit

Permalink
adding CHANGELOG.md note and incrementing version in .env.template
Browse files Browse the repository at this point in the history
  • Loading branch information
tomstesco committed Mar 15, 2022
1 parent 2988c67 commit 9575740
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LOCAL_PACKAGE_DIR=<where you cloned the repo>
# 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
Expand Down
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9575740

Please sign in to comment.