Skip to content

Commit 8dc03ba

Browse files
try plot for Ridge2 Pt.3
1 parent 5fd2d17 commit 8dc03ba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# version 0.8.2
2+
3+
- plot ridge2
4+
15
# version 0.8.1
26

37
- Align with R version (see [https://github.com/Techtonique/ahead/blob/main/NEWS.md#version-070](https://github.com/Techtonique/ahead/blob/main/NEWS.md#version-070) and [https://github.com/Techtonique/ahead/blob/main/NEWS.md#version-080](https://github.com/Techtonique/ahead/blob/main/NEWS.md#version-080)) as much as possible

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from codecs import open
33
from os import path
44

5-
__version__ = "0.8.1"
5+
__version__ = "0.8.2"
66

77
here = path.abspath(path.dirname(__file__))
88

0 commit comments

Comments
 (0)