mlinfra
mlinfra copied to clipboard
deploy ML Infrastructure and MLOps tooling anywhere quickly and with best practices with a single command
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6.0.2. Release notes Sourced from pyyaml's releases. 6.0.2 What's Changed Support for Cython 3.x and Python 3.13. Full Changelog: https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2 6.0.2rc1 Support for extension build...
Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.11.2. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.11 We’ve just uploaded mypy 1.11 to the Python Package Index (PyPI). Mypy...
Bumps [paginate](https://github.com/Signum/paginate) from 0.5.6 to 0.5.7. Changelog Sourced from paginate's changelog. Version 0.5.7 - 2024-08-25 Changes: Fixed metadata for pypi Added a wheel release Fixed tests for python 3.12 Commits...
Bumps [s3transfer](https://github.com/boto/s3transfer) from 0.10.1 to 0.10.2. Changelog Sourced from s3transfer's changelog. 0.10.2 bugfix:awscrt: Pass operation name to awscrt.s3 to improve error handling. Commits 9a16829 Merge branch 'release-0.10.2' 7a0f702 Bumping version...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.7.4 to 2024.8.30. Commits 325c2fd 2024.08.30 (#304) d66bf5f Bump actions/upload-artifact from 4.3.5 to 4.3.6 (#302) 2150f23 Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#301) fc9b771 Bump actions/setup-python from...
### Describe the Feature [rich library](https://github.com/Textualize/rich) allows better terminal output. Rich can also render pretty tracebacks in case code runs into an exception ### Importance of the Feature This improves...
### Describe the Feature The project readme has been outdated for a while and needs some updating. ### Importance of the Feature Would be nice to get project readme get...
### Describe the Feature [Struclog](https://www.structlog.org/en/stable/) library allows structured logging to be emitted from the cli application. This providers a better handling and better interface for handling all the logs. ###...
### Describe the documentation change Currently release notes are lost somewhere after a release is published. We would want to capture those release notes and append them to [release_notes.md file](https://github.com/mlinfra-io/mlinfra/blob/main/RELEASE_NOTES.md)...
### Describe the Feature mlinfra cli currently uses [pyinvoke](https://www.pyinvoke.org/) to allow interaction via cli. However we would like to replace it with [typer](https://typer.tiangolo.com/) due it its better features and maintenance....