From 62fad1591268fc5f07477e12958249e7e094de05 Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Wed, 3 Jan 2024 14:07:01 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b498e..446ff51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog -## Version 0.3.0 (development) +## Version 0.4.0 to 0.4.1 + +This is a complete rewrite of the package, following the functional paradigm from our [developer notes](https://github.com/BiocPy/developer_guide#use-functional-discipline). + +- Migrates package to the newly udpated SE/RSE classes. +- Implement combine generics on SCE. +- Reduce dependency on a number of external packages. +- Update docstrings, tests + + +## Version 0.3.0 This release migrates the package to a more palatable Google's Python style guide. A major modification to the package is with casing, all `camelCase` properties, methods, functions and parameters are now `snake_case`.