Skip to content

Commit 1fde1d3

Browse files
committed
move lesson beta -> stable
1 parent d78deec commit 1fde1d3

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
A lesson teaching foundational image processing skills with Python and [scikit-image](https://scikit-image.org/).
77

8-
**The lesson is currently under active development and should not be considered stable. We are looking or volunteers to host and teach beta pilot workshops now.**
9-
108
## Lesson Content
119

1210
This lesson introduces fundamental concepts in image handling and processing. Learners will gain the skills needed to load images into Python, to select, summarise, and modify specific regions in these image, and to identify and extract objects within an image for further analysis.

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: "Image Processing with Python"
1414

1515
# Life cycle stage of the lesson
1616
# possible values: "pre-alpha", "alpha", "beta", "stable"
17-
life_cycle: "beta"
17+
life_cycle: "stable"
1818

1919
#------------------------------------------------------------
2020
# Generic settings (should not need to change).

0 commit comments

Comments
 (0)