File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ ## Changes in 0.3.0
2+
3+ * Airflow 3.0 is now supported.
4+
5+ * Bug fixes and test improvements
6+
7+ * Enhanced documentation
8+
9+ * Update generated project CI's
10+
111## Changes in 0.2.0
212
313* Local MLOps now works on both Linux and Windows
Original file line number Diff line number Diff line change @@ -342,6 +342,10 @@ S3 credentials access?
342342
343343Add sensor based DAGs
344344
345- Make CI unittest using conda instead
345+ Update CI to use ECR credentials.
346346
347- Update CI to use ECR credentials.
347+ How to share Secrets?
348+
349+ Monitoring Airflow
350+
351+ MLFlow Deployment
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ keywords = [
1919 " Machine Learning" ,
2020 " Deep Learning"
2121]
22- version = " 0.2 .0"
22+ version = " 0.3 .0"
2323readme = { file = " README.md" , content-type = " text/markdown" }
2424license = { file = " LICENSE" , content-type = " text/plain" }
2525requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments