Skip to content

Commit 94ac7d4

Browse files
committed
update
1 parent c50ac6e commit 94ac7d4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
# Change Log - predictr
33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.21] - 2021-08-23
6+
7+
### Fixed
8+
- Custom plot title was not updating in PlotAll
9+
- MRR plots: pvalue was not shown when adj. ranks were being used
10+
- RBA now works correctly in PlotAll
11+
12+
### Added
13+
- Linestyles can now be customized in PlotAll -> mult_weibull(linestyle=['-', '-.']) etc.
14+
515

616
## [0.1.20] - 2021-04-15
717

docs/classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Most of the arguments are either self explanatory or already defined in [default
190190

191191
| Methods | Default arguments |
192192
|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
193-
| mult_weibull() | x_label='Time To Failure', y_label='Unreliability', plot_title='Weibull Probability Plot', xy_fontsize=12, plot_title_fontsize=12, fig_size=(6, 7), plot_ranks=True, save=False, **kwargs |
193+
| mult_weibull() | x_label='Time To Failure', y_label='Unreliability', plot_title='Weibull Probability Plot', xy_fontsize=12, plot_title_fontsize=12, fig_size=(6, 7), plot_ranks=True, save=False, linestyle=None, **kwargs |
194194
| contour_plot() | show_legend=True, save=False, **kwargs |
195195
| weibull_pdf() | beta=None, eta=None, linestyle=None, labels = None,x_label = None, y_label=None, xy_fontsize=10, legend_fontsize=8, plot_title='Weibull PDF', plot_title_fontsize=12, x_bounds=None, fig_size=None, color=None, save=False, plot_style='ggplot', **kwargs |
196196
| simple_weibull() | beta, eta, unit='-', x_label = 'Time to Failure', y_label = 'Unreliability', xy_fontsize=12, plot_title_fontsize=12, plot_title='Weibull Probability Plot', fig_size=(6, 7), show_legend=True, legend_fontsize=9, save=False, df=None, ds=None, **kwargs |

0 commit comments

Comments
 (0)