Skip to content

Commit

Permalink
chore: CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Aug 22, 2023
1 parent a91a37e commit 2a5deef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Version 0.3.0 (development)

This release migrates the package to a more palatable Googl's version of pthon style guide. A major modification to the MAE class is with casing, all `camelCase` methods, functions and parameters are now `snake_case` .
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` methods, functions and parameters are now `snake_case`.

In addition, docstrings and documentation has been updated to use sphinx's features of linking objects to their types. Sphinx now also documents private and special dunder methods (e.g. `__getitem__`, `__copy__` etc). Intersphinx has been updated to link to references from dependent packages.

Expand Down

0 comments on commit 2a5deef

Please sign in to comment.