Skip to content

Latest commit

 

History

History
80 lines (45 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

80 lines (45 loc) · 1.49 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.0] - 2025-01-07

Added

  • Support for Python 3.12
  • Support for pip>=25
  • Support for numpy>=2
  • Support for Windows and macOS
  • Converted setup.py to setup.cfg

Removed

  • Support for Python 3.7 and 3.8
  • Unused imports

1.3.0 - 2023-01-24

Changed

  • Modified test matrix in CI

Removed

  • Support for Python 2.7 and 3.6.
  • Dependency on six.

1.2.0 - 2022-06-08

Added

  • New plot file

Fixed

  • Source distribution was broken on PyPI. Modified MANIFEST.in to correct that (#5 and #6)
  • Url to missing plot file
  • Fixed some incorrect int declarations using 1e3 notation

Removed

  • Removed Pipfile

1.1.1 - 2020-09-28

Added

  • Added CHANGELOG.md

Changed

  • Change CI from Azure Devops to Github Actions

1.1.0 - 2019-06-19

Added

  • First PyPI-released version

[1.0.0] - 2016-08-22

Added

  • Regarded as a feature-complete, stable library.