Fondant

Latest version: v1.0.0

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

Scan your dependencies

Page 7 of 7

0.2.1

Not secure
What's Changed
* Fix README formatting by RobbeSneyders in https://github.com/ml6team/fondant/pull/243
* Update readme to include new components by RobbeSneyders in https://github.com/ml6team/fondant/pull/248
* Build dev images on main by RobbeSneyders in https://github.com/ml6team/fondant/pull/236
* Add getting started documentation by GeorgesLorre in https://github.com/ml6team/fondant/pull/250
* Promote package from test.PyPI to PyPI without rebuilding by RobbeSneyders in https://github.com/ml6team/fondant/pull/258
* Redefine empty images array each loop by RobbeSneyders in https://github.com/ml6team/fondant/pull/262
* Install buildx in prep-release pipeline by RobbeSneyders in https://github.com/ml6team/fondant/pull/263
* Revert target branch to main by GeorgesLorre in https://github.com/ml6team/fondant/pull/264
* Update build_explorer.sh to use buildx by RobbeSneyders in https://github.com/ml6team/fondant/pull/266
* Fix link to getting-started docs by GeorgesLorre in https://github.com/ml6team/fondant/pull/267
* Add checkout to release pipeline by GeorgesLorre in https://github.com/ml6team/fondant/pull/271
* Update tag script to tag without pulling by GeorgesLorre in https://github.com/ml6team/fondant/pull/272
* [Commoncrawl pipeline] Add load from commoncrawl component by shayorshay in https://github.com/ml6team/fondant/pull/269
* [LLM pipeline] Add normalize text component by mrchtr in https://github.com/ml6team/fondant/pull/246
* [LLM pipeline] Language filter component by mrchtr in https://github.com/ml6team/fondant/pull/232
* Use pip to download distributions from test pypi by RobbeSneyders in https://github.com/ml6team/fondant/pull/274
* Fix pip --index-url param by RobbeSneyders in https://github.com/ml6team/fondant/pull/277

New Contributors
* shayorshay made their first contribution in https://github.com/ml6team/fondant/pull/269

**Full Changelog**: https://github.com/ml6team/fondant/compare/0.2.0...0.2.1

0.2.0

Not secure
What's Changed
* Provide hierarchical columns in pandas component by RobbeSneyders in https://github.com/ml6team/fondant/pull/211
* Change default fondant version to latest and update docs by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/216
* Add support for mounting custom volumes (cloud credentials) by GeorgesLorre in https://github.com/ml6team/fondant/pull/212
* Add data explorer by ChristiaensBert in https://github.com/ml6team/fondant/pull/206
* Migrate stable diffusion & controlnet components to PandasTransformComponent by RobbeSneyders in https://github.com/ml6team/fondant/pull/219
* Update starcoder example to use the docker compiler by GeorgesLorre in https://github.com/ml6team/fondant/pull/215
* Generic read write component by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/214
* Add read / write components to docs and reorder index by RobbeSneyders in https://github.com/ml6team/fondant/pull/222
* Add cli entrypoint for compile by GeorgesLorre in https://github.com/ml6team/fondant/pull/218
* [DataComp pipeline] Add first 2 components by NielsRogge in https://github.com/ml6team/fondant/pull/223
* Centralize logging configuration by RobbeSneyders in https://github.com/ml6team/fondant/pull/229
* Make pipeline argument positional and relative to cwd by RobbeSneyders in https://github.com/ml6team/fondant/pull/227
* Don't validate returned Pandas dataframe strictly by RobbeSneyders in https://github.com/ml6team/fondant/pull/226
* Enable more Ruff rules by RobbeSneyders in https://github.com/ml6team/fondant/pull/231
* Reassign dataframe after dropping extra columns by RobbeSneyders in https://github.com/ml6team/fondant/pull/233
* Enforce binding of absolute path by mrchtr in https://github.com/ml6team/fondant/pull/235
* Refactor local runner and add `run` command by GeorgesLorre in https://github.com/ml6team/fondant/pull/234
* [DataComp] Add image resolution filtering component by NielsRogge in https://github.com/ml6team/fondant/pull/230
* Expand test cases by GeorgesLorre in https://github.com/ml6team/fondant/pull/237
* Revert fondant dependency in reusable components to git by RobbeSneyders in https://github.com/ml6team/fondant/pull/238
* Remove outdated image_resolution_filtering component by RobbeSneyders in https://github.com/ml6team/fondant/pull/240
* Fix empty dockerfile by GeorgesLorre in https://github.com/ml6team/fondant/pull/241
* Revert tagging of explorer to git by GeorgesLorre in https://github.com/ml6team/fondant/pull/242

New Contributors
* mrchtr made their first contribution in https://github.com/ml6team/fondant/pull/235

**Full Changelog**: https://github.com/ml6team/fondant/compare/0.1.3...0.2.0

0.1.3

Not secure
What's Changed
* Custom component spec by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/191
* Enable defining nested data types by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/193
* Add writer component by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/196
* Enable default component arguments by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/199
* First implementation of DockerCompiler by GeorgesLorre in https://github.com/ml6team/fondant/pull/194
* Add Starcoder example pipeline + base components by NielsRogge in https://github.com/ml6team/fondant/pull/175
* Add Pandas interface by RobbeSneyders in https://github.com/ml6team/fondant/pull/200
* Run ruff on components by RobbeSneyders in https://github.com/ml6team/fondant/pull/209
* Enable optional component arguments by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/201
* Add build for local components by GeorgesLorre in https://github.com/ml6team/fondant/pull/207


**Full Changelog**: https://github.com/ml6team/fondant/compare/0.1.2...0.1.3

0.1.2

Not secure
What's Changed
* hardcode images links by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/177


**Full Changelog**: https://github.com/ml6team/fondant/compare/0.1.1...0.1.2

0.1.1

Not secure
What's Changed
* add multi modal dataset example by ChristiaensBert in https://github.com/ml6team/fondant/pull/167
* improve examples by ChristiaensBert in https://github.com/ml6team/fondant/pull/169
* add fondant logo to example pipelines by ChristiaensBert in https://github.com/ml6team/fondant/pull/170
* Update discord badge to show logo by RobbeSneyders in https://github.com/ml6team/fondant/pull/172
* Improve pypi docs by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/173
* Make LAION retrieval concurrent and use LAION ids by RobbeSneyders in https://github.com/ml6team/fondant/pull/168
* Add Stable Diffusion example readme by ChristiaensBert in https://github.com/ml6team/fondant/pull/171


**Full Changelog**: https://github.com/ml6team/fondant/compare/0.1.0...0.1.1

0.1.0

Not secure
What's Changed
* Add Poetry by RobbeSneyders in https://github.com/ml6team/fondant/pull/1
* Refactor into library structure by NielsRogge in https://github.com/ml6team/fondant/pull/2
* Add pre-commit with pylint check by RobbeSneyders in https://github.com/ml6team/fondant/pull/3
* Add Apache 2 license by RobbeSneyders in https://github.com/ml6team/fondant/pull/7
* Update README by NielsRogge in https://github.com/ml6team/fondant/pull/4
* Add tests by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/6
* Add bandit to pre-commit by RobbeSneyders in https://github.com/ml6team/fondant/pull/9
* Add black formatting by RobbeSneyders in https://github.com/ml6team/fondant/pull/10
* Switch pylint for Ruff by RobbeSneyders in https://github.com/ml6team/fondant/pull/12
* Add HF Dataset components by NielsRogge in https://github.com/ml6team/fondant/pull/8
* modify kfp configs to new project by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/13
* Add kfp utils by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/15
* Add HF dataset example pipeline by NielsRogge in https://github.com/ml6team/fondant/pull/16
* Handle soft dependencies by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/17
* Refactor stable diffusion pipeline [part 1] by NielsRogge in https://github.com/ml6team/fondant/pull/20
* Update manifest class to match discussed specification by RobbeSneyders in https://github.com/ml6team/fondant/pull/28
* Create ComponentSpec class to match discussed specification by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/30
* Add pytest to Github actions by NielsRogge in https://github.com/ml6team/fondant/pull/31
* Add input and output arguments as ComponentSpec properties by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/32
* Add Dataset and Component Class by NielsRogge in https://github.com/ml6team/fondant/pull/33
* Rename to Fondant by RobbeSneyders in https://github.com/ml6team/fondant/pull/35
* Extract kubeflow logic from ComponentSpec to KubeflowComponent by RobbeSneyders in https://github.com/ml6team/fondant/pull/36
* Update manifest schema and move test manifests to files by RobbeSneyders in https://github.com/ml6team/fondant/pull/38
* Align manifest and component spec schemas by RobbeSneyders in https://github.com/ml6team/fondant/pull/39
* Remove cloud specific prefix by NielsRogge in https://github.com/ml6team/fondant/pull/37
* add hotfix for uploading kubeflow pipelines by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/40
* Evolve manifest based on component spec by RobbeSneyders in https://github.com/ml6team/fondant/pull/41
* Make input and output subsets in component spec optional by RobbeSneyders in https://github.com/ml6team/fondant/pull/53
* split fondant component into load and transform by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/48
* Use hf filesystem for loading component by NielsRogge in https://github.com/ml6team/fondant/pull/49
* Add typing check by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/50
* Bump cairosvg from 2.5.2 to 2.7.0 in /examples/pipelines/finetune_stable_diffusion/components/image_conversion_component by dependabot in https://github.com/ml6team/fondant/pull/57
* Host documentation by NielsRogge in https://github.com/ml6team/fondant/pull/29
* Add coverage check by RobbeSneyders in https://github.com/ml6team/fondant/pull/59
* Load subset into dataframe by GeorgesLorre in https://github.com/ml6team/fondant/pull/54
* Remove outdated docs assets by RobbeSneyders in https://github.com/ml6team/fondant/pull/65
* Update README by NielsRogge in https://github.com/ml6team/fondant/pull/66
* Use evolve in Component class by NielsRogge in https://github.com/ml6team/fondant/pull/56
* Split dataframe to subsets by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/58
* Update metadata by NielsRogge in https://github.com/ml6team/fondant/pull/72
* Provide unpacked keyword arguments to `component.transform` method by RobbeSneyders in https://github.com/ml6team/fondant/pull/74
* Remove legacy files by NielsRogge in https://github.com/ml6team/fondant/pull/76
* Run black on tests and all examples by RobbeSneyders in https://github.com/ml6team/fondant/pull/77
* Update simple pipeline components to use new interface by RobbeSneyders in https://github.com/ml6team/fondant/pull/78
* Add manifest tests by GeorgesLorre in https://github.com/ml6team/fondant/pull/80
* Extend Ruff to tests and with extra rules by RobbeSneyders in https://github.com/ml6team/fondant/pull/83
* Move from caret to inequality requirements by RobbeSneyders in https://github.com/ml6team/fondant/pull/82
* Run ruff on new manifest tests by RobbeSneyders in https://github.com/ml6team/fondant/pull/86
* Component schema improvements by RobbeSneyders in https://github.com/ml6team/fondant/pull/87
* Refactor the dataset class by GeorgesLorre in https://github.com/ml6team/fondant/pull/88
* correct typos by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/106
* update subset write location by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/105
* Add manifest documentation by RobbeSneyders in https://github.com/ml6team/fondant/pull/103
* Add test for component spec without args by NielsRogge in https://github.com/ml6team/fondant/pull/107
* [Alpha pipeline] Add prompt generating component by RobbeSneyders in https://github.com/ml6team/fondant/pull/84
* Implement Fondant pipeline class by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/34
* [Alpha pipeline] Add image retrieval component by NielsRogge in https://github.com/ml6team/fondant/pull/110
* Add workflow to publish package to PyPI by RobbeSneyders in https://github.com/ml6team/fondant/pull/114
* Modify controlnet pipeline to use new pipeline structure by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/115
* Update project metadata by RobbeSneyders in https://github.com/ml6team/fondant/pull/116
* Add mechanism for reusable components by RobbeSneyders in https://github.com/ml6team/fondant/pull/118
* update default kfp base path by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/125
* Bugfix for release pipeline by RobbeSneyders in https://github.com/ml6team/fondant/pull/128
* Add ghcr authentication step to release pipeline by RobbeSneyders in https://github.com/ml6team/fondant/pull/129
* Add explicit packages write permission to release pipeline by RobbeSneyders in https://github.com/ml6team/fondant/pull/130
* Remove Fondant- prefix from class names by RobbeSneyders in https://github.com/ml6team/fondant/pull/135
* Add symlink to prompt_based_laion_retrieval in ControlNet example by RobbeSneyders in https://github.com/ml6team/fondant/pull/137
* Add a better index by GeorgesLorre in https://github.com/ml6team/fondant/pull/119
* [Alpha pipeline] Add image downloader component by NielsRogge in https://github.com/ml6team/fondant/pull/104
* [Alpha pipeline] Write to hub component by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/140
* Patch the pipeline test to avoid creation of the pipeline artifact by GeorgesLorre in https://github.com/ml6team/fondant/pull/144
* Remove whitespace caused by bitflip or something by GeorgesLorre in https://github.com/ml6team/fondant/pull/145
* [Alpha pipeline] Add captioning component by NielsRogge in https://github.com/ml6team/fondant/pull/111
* Allow handling nested list types by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/146
* Add image embedding component by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/148
* add logo svg's by khaerensml6 in https://github.com/ml6team/fondant/pull/153
* Add embedding based LAION retrieval component by ChristiaensBert in https://github.com/ml6team/fondant/pull/152
* [Alpha pipeline] Add image border cropping component by ChristiaensBert in https://github.com/ml6team/fondant/pull/147
* [Alpha pipeline] Add segmentation component by NielsRogge in https://github.com/ml6team/fondant/pull/149
* Add component spec documentation by RobbeSneyders in https://github.com/ml6team/fondant/pull/154
* Rename input_subsets/output_subsets to consumes/produces by RobbeSneyders in https://github.com/ml6team/fondant/pull/136
* Update README for alpha release by RobbeSneyders in https://github.com/ml6team/fondant/pull/143
* Move reusable components to registry by RobbeSneyders in https://github.com/ml6team/fondant/pull/156
* Update DataWriter to only call compute once by RobbeSneyders in https://github.com/ml6team/fondant/pull/157
* Drop id and source columns by RobbeSneyders in https://github.com/ml6team/fondant/pull/159
* Remove graph files by RobbeSneyders in https://github.com/ml6team/fondant/pull/162
* Tag images with latest during release by RobbeSneyders in https://github.com/ml6team/fondant/pull/161
* Add custom component docs by NielsRogge in https://github.com/ml6team/fondant/pull/158
* Add documentation for infrastructure/getting started by GeorgesLorre in https://github.com/ml6team/fondant/pull/142
* Fix tag script arguments by RobbeSneyders in https://github.com/ml6team/fondant/pull/163
* Add interior design ControlNet pipeline readme by jamesbraniganml6 in https://github.com/ml6team/fondant/pull/150
* Add pipeline doc by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/160
* Alpha release test by PhilippeMoussalli in https://github.com/ml6team/fondant/pull/164
* Remove pipeline.tgz by GeorgesLorre in https://github.com/ml6team/fondant/pull/165

New Contributors
* RobbeSneyders made their first contribution in https://github.com/ml6team/fondant/pull/1
* NielsRogge made their first contribution in https://github.com/ml6team/fondant/pull/2
* dependabot made their first contribution in https://github.com/ml6team/fondant/pull/57
* GeorgesLorre made their first contribution in https://github.com/ml6team/fondant/pull/54
* khaerensml6 made their first contribution in https://github.com/ml6team/fondant/pull/153
* ChristiaensBert made their first contribution in https://github.com/ml6team/fondant/pull/152
* jamesbraniganml6 made their first contribution in https://github.com/ml6team/fondant/pull/150

**Full Changelog**: https://github.com/ml6team/fondant/commits/0.1.0

Page 7 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.