Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Jan 3, 2024
1 parent c71c002 commit 62fad15
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down

0 comments on commit 62fad15

Please sign in to comment.