Skip to content

Commit

Permalink
Merge pull request #246 from datacarpentry/stable-release
Browse files Browse the repository at this point in the history
move lesson beta -> stable
  • Loading branch information
tobyhodges authored Jan 27, 2023
2 parents 8e5eae0 + 1fde1d3 commit 086b1d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

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

**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.**

## Lesson Content

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.
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ title: "Image Processing with Python"

# Life cycle stage of the lesson
# possible values: "pre-alpha", "alpha", "beta", "stable"
life_cycle: "beta"
life_cycle: "stable"

#------------------------------------------------------------
# Generic settings (should not need to change).
Expand Down

0 comments on commit 086b1d0

Please sign in to comment.