Skip to content

Releases: abelsiqueira/perprof-py

v1.1.4

11 Apr 18:40
Compare
Choose a tag to compare

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

v1.1.3

21 Mar 19:38
Compare
Choose a tag to compare

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

v1.1.2

25 Jun 14:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

Release 1.1.1

31 Aug 19:42
Compare
Choose a tag to compare

Changes:

  • Change package location;
  • Fix Travis and add make-examples.sh to it;
  • Add information on README to report a bug or suggest a feature
  • Fix Read the Docs

v1.1.0

30 May 01:15
Compare
Choose a tag to compare
Change to version 1.1.0

First release

20 Aug 16:28
Compare
Choose a tag to compare

This release contains the basic functionalities to create a performance profile.