File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning].
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 1.1.4] - 2023-04-11
12
+
11
13
### Added
12
14
13
15
- Class ` solver_data.SolverData ` , which stores a single solver information.
@@ -65,7 +67,9 @@ Please check the commit list.
65
67
[ JORS paper ] : https://openresearchsoftware.metajnl.com/articles/10.5334/jors.81/
66
68
67
69
<!-- Versions -->
68
- [ unreleased ] : https://github.com/abelsiqueira/perprof-py/compare/v1.1.3...HEAD
70
+ <!-- markdown-link-check-disable -->
71
+ [ unreleased ] : https://github.com/abelsiqueira/perprof-py/compare/v1.1.4...HEAD
72
+ [ 1.1.4 ] : https://github.com/abelsiqueira/perprof-py/compare/v1.1.3...v1.1.4
69
73
[ 1.1.3 ] : https://github.com/abelsiqueira/perprof-py/compare/v1.1.2...v1.1.3
70
74
[ 1.1.2 ] : https://github.com/abelsiqueira/perprof-py/compare/v1.1.1...v1.1.2
71
75
[ 1.1.1 ] : https://github.com/abelsiqueira/perprof-py/compare/v1.1.0...v1.1.1
Original file line number Diff line number Diff line change 4
4
A Python module for performance profiling (as described by [Dolan and
5
5
Moré](http://arxiv.org/abs/cs/0102001)) with TikZ and matplotlib output.
6
6
"""
7
- __version__ = "1.1.3 "
7
+ __version__ = "1.1.4 "
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies = [
23
23
" bokeh>=2,<3" ,
24
24
" pandas>=1,<2" ,
25
25
]
26
- version = " 1.1.3 "
26
+ version = " 1.1.4 "
27
27
28
28
[project .optional-dependencies ]
29
29
dev = [
You can’t perform that action at this time.
0 commit comments