Unionml

Latest version: v0.2.1

Safety actively analyzes 701475 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.1.0

🎉 We're super excited to announce the first official, ready-for-public-use release of UnionML 🎉

Check out the [docs](https://unionml.readthedocs.io/en/latest/) to get started and don't hesitate to reach out to us on [slack](https://flyte-org.slack.com/archives/C03GGTF7D0D).

What's Changed

* Clean up dataset by cosmicBboy in https://github.com/unionai-oss/unionml/pull/80
* Add accuracy_score metric's library by SmritiSatyanV in https://github.com/unionai-oss/unionml/pull/81
* Quickdraw and MNIST tutorials by cosmicBboy in https://github.com/unionai-oss/unionml/pull/90
* Dev by cosmicBboy in https://github.com/unionai-oss/unionml/pull/91

New Contributors

* SmritiSatyanV made their first contribution in https://github.com/unionai-oss/unionml/pull/81

**Full Changelog**: https://github.com/unionai-oss/unionml/compare/v0.0.2...v0.1.0

0.1.0b2

What's Changed
* Dev by cosmicBboy in https://github.com/unionai-oss/unionml/pull/91


**Full Changelog**: https://github.com/unionai-oss/unionml/compare/v0.1.0b1...v0.1.0b2

0.1.0b1

What's Changed
* Quickdraw and MNIST tutorials by cosmicBboy in https://github.com/unionai-oss/unionml/pull/90

**Full Changelog**: https://github.com/unionai-oss/unionml/compare/v0.1.0b0...v0.1.0b1

0.1.0b0

What's Changed
* Clean up dataset by cosmicBboy in https://github.com/unionai-oss/unionml/pull/80
* Add accuracy_score metric's library by SmritiSatyanV in https://github.com/unionai-oss/unionml/pull/81

New Contributors
* SmritiSatyanV made their first contribution in https://github.com/unionai-oss/unionml/pull/81

**Full Changelog**: https://github.com/unionai-oss/unionml/compare/v0.0.2...v0.1.0b0

0.0.2

What's Changed

* Prototype POC by cosmicBboy in https://github.com/unionai-oss/unionml/pull/17
* add support for Dataset.from_sqlalchemy by cosmicBboy in https://github.com/unionai-oss/unionml/pull/20
* add support for custom splitter and parser functions by cosmicBboy in https://github.com/unionai-oss/unionml/pull/25
* add build ci and pre-commit hooks by cosmicBboy in https://github.com/unionai-oss/unionml/pull/26
* Remove .config subdir by eapolinario in https://github.com/unionai-oss/unionml/pull/30
* add docs, train workflow fix by cosmicBboy in https://github.com/unionai-oss/unionml/pull/31
* add more docs, fix predict from features, add integration tests by cosmicBboy in https://github.com/unionai-oss/unionml/pull/32
* Auto docker build and push by cosmicBboy in https://github.com/unionai-oss/unionml/pull/34
* aws lambda example by eapolinario in https://github.com/unionai-oss/unionml/pull/35
* Load model file from local FS for FastAPI app by cosmicBboy in https://github.com/unionai-oss/unionml/pull/38
* Remote train/predict methods, clean up fastapi endpoints by cosmicBboy in https://github.com/unionai-oss/unionml/pull/42
* Pytorch support by cosmicBboy in https://github.com/unionai-oss/unionml/pull/44
* rename flytekit-learn to ulearn, update source and docs by cosmicBboy in https://github.com/unionai-oss/unionml/pull/45
* Update config by cosmicBboy in https://github.com/unionai-oss/unionml/pull/47
* feat: added ci for publishing pypi package by evalsocket in https://github.com/unionai-oss/unionml/pull/48
* Model from file in lambda example by eapolinario in https://github.com/unionai-oss/unionml/pull/52
* remove the local fastapi serving param by cosmicBboy in https://github.com/unionai-oss/unionml/pull/54
* Update deployment docs by cosmicBboy in https://github.com/unionai-oss/unionml/pull/53
* add keras example and tests by cosmicBboy in https://github.com/unionai-oss/unionml/pull/61
* add unionml init command by cosmicBboy in https://github.com/unionai-oss/unionml/pull/68
* aws lambda template and docs by cosmicBboy in https://github.com/unionai-oss/unionml/pull/69
* docs fixes by cosmicBboy in https://github.com/unionai-oss/unionml/pull/75

New Contributors
* cosmicBboy made their first contribution in https://github.com/unionai-oss/unionml/pull/17
* eapolinario made their first contribution in https://github.com/unionai-oss/unionml/pull/30
* evalsocket made their first contribution in https://github.com/unionai-oss/unionml/pull/48

**Full Changelog**: https://github.com/unionai-oss/unionml/commits/v0.0.2

0.0.2b0

What's Changed
* Prototype POC by cosmicBboy in https://github.com/unionai-oss/unionml/pull/17
* add support for Dataset.from_sqlalchemy by cosmicBboy in https://github.com/unionai-oss/unionml/pull/20
* add support for custom splitter and parser functions by cosmicBboy in https://github.com/unionai-oss/unionml/pull/25
* add build ci and pre-commit hooks by cosmicBboy in https://github.com/unionai-oss/unionml/pull/26
* Remove .config subdir by eapolinario in https://github.com/unionai-oss/unionml/pull/30
* add docs, train workflow fix by cosmicBboy in https://github.com/unionai-oss/unionml/pull/31
* add more docs, fix predict from features, add integration tests by cosmicBboy in https://github.com/unionai-oss/unionml/pull/32
* Auto docker build and push by cosmicBboy in https://github.com/unionai-oss/unionml/pull/34
* aws lambda example by eapolinario in https://github.com/unionai-oss/unionml/pull/35
* Load model file from local FS for FastAPI app by cosmicBboy in https://github.com/unionai-oss/unionml/pull/38
* Remote train/predict methods, clean up fastapi endpoints by cosmicBboy in https://github.com/unionai-oss/unionml/pull/42
* Pytorch support by cosmicBboy in https://github.com/unionai-oss/unionml/pull/44
* rename flytekit-learn to ulearn, update source and docs by cosmicBboy in https://github.com/unionai-oss/unionml/pull/45
* Update config by cosmicBboy in https://github.com/unionai-oss/unionml/pull/47
* feat: added ci for publishing pypi package by evalsocket in https://github.com/unionai-oss/unionml/pull/48
* Model from file in lambda example by eapolinario in https://github.com/unionai-oss/unionml/pull/52
* remove the local fastapi serving param by cosmicBboy in https://github.com/unionai-oss/unionml/pull/54
* Update deployment docs by cosmicBboy in https://github.com/unionai-oss/unionml/pull/53
* add keras example and tests by cosmicBboy in https://github.com/unionai-oss/unionml/pull/61
* add unionml init command by cosmicBboy in https://github.com/unionai-oss/unionml/pull/68
* aws lambda template and docs by cosmicBboy in https://github.com/unionai-oss/unionml/pull/69

New Contributors
* cosmicBboy made their first contribution in https://github.com/unionai-oss/unionml/pull/17
* eapolinario made their first contribution in https://github.com/unionai-oss/unionml/pull/30
* evalsocket made their first contribution in https://github.com/unionai-oss/unionml/pull/48

**Full Changelog**: https://github.com/unionai-oss/unionml/commits/v0.0.2b0

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.