Skip to content

Commit 086b1d0

Browse files
authored
Merge pull request #246 from datacarpentry/stable-release
move lesson beta -> stable
2 parents 8e5eae0 + 1fde1d3 commit 086b1d0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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)