Skip to content

Latest commit

 

History

History
88 lines (51 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

88 lines (51 loc) · 2.05 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

$ 1.4.1

Changed

  • Code cleaning.

Changed

  • Code cleanup.
  • Make Python 3.9 the minimum version
  • Update dependencies

Changed

  • Altered the maximum allowed Python version so that newer versions of 3.10.* are not excluded

[1.1.4]

Changed

  • Miscellaneous fixes for mypy and passing tests
  • Add smooth to __all__ for explicit export of the symbol

Removed

  • Custom Numeric type for type hinting in lieu of following PEP 484 and the Numeric Tower

Changed

  • Renamed smooth submodule so that it does not conflict with the smooth() function.
  • Updated README.rst to include requirements and example usage

Version bump for pypi

Changed

  • Decreased required vesions of numpy to 1.20.3 so that it does not conflict with numba

Added

  • Added unit test to sm_3 for a 2-element list

Changed

  • Removed click, typer, and rich requirements
  • Moved hypothesis and nox-poetry to dev requirements

Removed

  • main function, as it was unused and pysmooth is not intended to be a cli application