Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 749 Bytes

CHANGELOG.md

File metadata and controls

18 lines (13 loc) · 749 Bytes

Change Log

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.

[Unreleased] - yyyy-mm-dd

Added

  • [fix/pzisopou/complex_function] Added a warning suppression for ComplexWarning types.

Changed

  • [fix/pzisopou/complex_function] Changed deprecated numpy functions to builtin ones.
  • [fix/pzisopou/complex_function] Changed the __main__ example to include more harmonics.
  • [fix/pzisopou/complex_function] Changed the tol variable description in the docstring.

Removed

  • [fix/pzisopou/complex_function] Removed future imports and other imports that were not used