Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Changes in 0.3.0

* Airflow 3.0 is now supported.

* Bug fixes and test improvements

* Enhanced documentation

* Update generated project CI's

## Changes in 0.2.0

* Local MLOps now works on both Linux and Windows
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,10 @@ S3 credentials access?

Add sensor based DAGs

Make CI unittest using conda instead
Update CI to use ECR credentials.

Update CI to use ECR credentials.
How to share Secrets?

Monitoring Airflow

MLFlow Deployment
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ keywords = [
"Machine Learning",
"Deep Learning"
]
version = "0.2.0"
version = "0.3.0"
readme = { file = "README.md", content-type = "text/markdown" }
license = { file = "LICENSE", content-type = "text/plain" }
requires-python = ">=3.12"
Expand Down