8000 Tags · avast/wanna-ml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: avast/wanna-ml

Tags

v0.5.8

Toggle v0.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: not attempting to gcp access (#157)

This PR fixes issue with running `wanna pipeline build` without access
to GCP, it tried to connect to GCP.

v0.5.7

Toggle v0.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: I did 2 mistakes in such small feature (#156)

PR of shame, fixing #155

v0.5.6

Toggle v0.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow disabling docker image push (#155)

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Upgrade pyyaml-include to 2.1 for compatibility reasons (#154)

## Describe your changes

Upgraded pyyaml-include to ^2.1 for compatibility with prompty-dumpty.
This required some some syntax changes in yaml loaders (see breaking
changes in [pyyaml-include
changelog](https://pyyaml-include.readthedocs.io/en/stable/CHANGELOG.html#a1)),
mainly `YamlIncludeConstructor` was renamed to `Constructor` .
All the tests pass

## Issue ticket number and link

## Checklist before requesting a review
- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] If it is a core feature, I have added thorough tests.

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: MLOPS-1701 - Publish wanna manifest with "latest" version (#151)

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Support ENV based scheduling for wanna-ml pipeline (#149)

## Describe your changes
Adds support to set scheduler based on the environment, allowing to have
environments published without scheduler.

## Issue ticket number and link
MLOPS-515

## Checklist before requesting a review
- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] My changes generate no new warnings

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: dropped python 3.9 support (#150)

Update was done using https://pypi.org/project/pyupgrade-directories/
```
pipx install pyupgrade-directories
pyup-dirs --recursive --py310-plus ./src
pyup-dirs --recursive --py310-plus ./tests
```
and then I manually went through the changes.
Pendulum blocks us from using python 3.13
python-pendulum/pendulum#844

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: accepting wanna.yaml from stdin (#148)

Fixes #128 . It was surprisingly easy to implement, and it offers great
flexibility.

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: MLOPS-1633 - Upgrade pydantic to 2.x in wanna-ml (#146)

* feat: MLOPS-1633 - Upgrade pydantic to 2.x in wanna-ml

* feat: MLOPS-1633 - Upgrade pydantic to 2.x in wanna-ml

v0.5.0a1

Toggle v0.5.0a1's commit message
feat: MLOPS-1633 - Upgrade pydantic to 2.x in wanna-ml

0