Skip to content

Latest commit

 

History

History
77 lines (49 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

77 lines (49 loc) · 2.03 KB

Changelog

All notable changes to this project will be documented in this file. Internal changes will frequently not be included here.

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

1.1.4 - 2023-04-11

Added

  • Class solver_data.SolverData, which stores a single solver information.
  • Class profile_data.ProfileData, which stores the basic performance profile data.

Changed

  • Allow PyYAML 0.6.0
  • Add upper bounds to dependency versions

1.1.3 - 2023-03-21

Added

  • Constraints on the versions of packages.
  • CITATION.cff
  • Docker image

Changed

  • Package name is now perprof-py because of name clashes in PyPI.

Removed

  • Support for Python < 3.7

Fixed

  • Compatible with Matplotlib 3

1.1.2 - 2017-06-25

This was too long before we had a CHANGELOG, so the changes were not kept. Please check the commit list.

1.1.1 - 2015-08-31

This was the version used in the JORS paper.

This was too long before we had a CHANGELOG, so the changes were not kept. Please check the commit list.

1.1.0 - 2015-05-30

This was too long before we had a CHANGELOG, so the changes were not kept. Please check the commit list.

1.0.0 - 2014-08-20

  • initial release