Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

23 lines (15 loc) · 1.08 KB

Changelog

Version 0.3.0 (development)

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.

In addition, pyscaffold has been updated to use "myst-parser" as the markdown compiler instead of rst. As part of the pyscaffold setup, one may use pre-commits to run some of the routine tasks of linting and formatting before every commit. While this is sometimes annoying and can be ignored with --no-verify, it brings some consistency to the code base.

Version 0.2.0

  • Rewriting MAE class
    • add more methods especially slicing
  • more robust tests
  • updated documentation, tutorial

Version 0.1

  • Initialize MAE class
  • Tests
  • Documentation