From e2361cc6fa9fec52a280b22a5a2fde446870d944 Mon Sep 17 00:00:00 2001 From: Henry Doupe Date: Thu, 23 Aug 2018 09:17:44 -0400 Subject: [PATCH 1/2] Add RELEASES.md for v1.8.0 --- RELEASES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 20c47f96..b21f7b23 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -4,6 +4,21 @@ Go [here](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pulls?q=is%3Apr+is%3Aclosed) for a complete commit history. +Release 1.8.0 on 2018-08-???? +---------------------------- +**Major Changes** +- [#921](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/921) - Outputs revamp - Lucas Szwarcberg and with implementation help from Hank Doupe + +**Minor Changes** +- [#917](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/917) - Remove unused variables and imports - Lucas Szwarcberg +- [#919](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/919) - PEP8 fixes - Lucas Szwarcberg +- [#922](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/922) - Simplify `compute.py` for new backend archictecture - Hank Doupe +- [#923](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/923) - Beginning steps for refactoring high level submission logic - Hank Doupe + +**Bug Fixes** +- [#918](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/918) - Bug fix for #914 - Lucas Szwarcberg +- [#926](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/926) - In Python 3, '01' causes a syntax error when evaled via ast.literal_eval - Hank Doupe + Release 1.7.0 on 2018-07-02 ---------------------------- **Major Changes** From 7ebef6b83f3cf4ad6221e0454081a781aef4c8b6 Mon Sep 17 00:00:00 2001 From: Henry Doupe Date: Thu, 23 Aug 2018 21:16:51 -0400 Subject: [PATCH 2/2] Add PR #928 to RELEASES.md --- RELEASES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASES.md b/RELEASES.md index b21f7b23..b24fa680 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -14,6 +14,7 @@ Release 1.8.0 on 2018-08-???? - [#919](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/919) - PEP8 fixes - Lucas Szwarcberg - [#922](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/922) - Simplify `compute.py` for new backend archictecture - Hank Doupe - [#923](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/923) - Beginning steps for refactoring high level submission logic - Hank Doupe +- [#928](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/928) - Add Dockerfile for local dev on upstream packages - Hank Doupe **Bug Fixes** - [#918](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/918) - Bug fix for #914 - Lucas Szwarcberg