Skip to content

Commit c134fc4

Browse files
CHORE: increase max line length from 79 to 88, update HISTORY.rst according to last few commits (#587)
1 parent d8665e4 commit c134fc4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

HISTORY.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ History
66
------------------
77

88
* Fix issue 525 in contribution guidelines with syntax errors in hyperlinks and other formatting issues.
9-
* Bump wheel version to avoid known security vulnerabilities
109
* Fix issue 495 to center correctly the prediction intervals
11-
* Fix documentation build warnings
1210
* Fix issue 528 to correct broken ENS image in the documentation
1311
* Fix issue 548 to correct labels generated in tutorial
1412
* Fix issue 547 to fix wrong warning
1513
* Fix issue 480 (correct display of mathematical equations in generated notebooks)
14+
* Remove several irrelevant user warnings
15+
* Limit max sklearn version allowed at MAPIE installation
1616
* Refactor MapieRegressor, EnsembleRegressor, and MapieQuantileRegressor, to prepare for the release of v1.0.0
17-
* Remove optimize_beta usage warning when using for methods other than EnbPI
17+
* Documentation build: fix warnings, fix image generation, update sklearn version requirement
18+
* Increase max line length from 79 to 88 characters
19+
* Bump wheel version
1820

1921
0.9.1 (2024-09-13)
2022
------------------

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: tests doc build
22

33
lint:
4-
flake8 . --exclude=doc
4+
flake8 . --max-line-length=88 --exclude=doc
55

66
type-check:
77
mypy mapie

0 commit comments

Comments
 (0)