Flexible-fl

Latest version: v0.6.1

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

Scan your dependencies

0.6.0

What's Changed
* Deleted the notebook as it is giving problems to work, and the transformers by AlArgente in https://github.com/FLEXible-FL/FLEXible/pull/89
* Add a better way to share data among clients per each class by xehartnort in https://github.com/FLEXible-FL/FLEXible/pull/87
* Add compatibility with python 3.8.10 by xehartnort in https://github.com/FLEXible-FL/FLEXible/pull/88
* Added function to check that the function recieved by the decorators has, at least, one argument. by AlArgente in https://github.com/FLEXible-FL/FLEXible/pull/90
* fix notebook by xehartnort in https://github.com/FLEXible-FL/FLEXible/pull/96
* Improve number of arguments checker and its tests by xehartnort in https://github.com/FLEXible-FL/FLEXible/pull/92
* Fix rounding in fiter by xehartnort in https://github.com/FLEXible-FL/FLEXible/pull/93
* Add deepcopy operator and test by xehartnort in https://github.com/FLEXible-FL/FLEXible/pull/94
* Moved utils.py and the inspect_arguments function to the folder common by AlArgente in https://github.com/FLEXible-FL/FLEXible/pull/97
* Replace filter with select new implementation, fix notebooks too by xehartnort in https://github.com/FLEXible-FL/FLEXible/pull/98
* Added notebook with multiple examples of how to create a FlexPool with a custom architecture. by AlArgente in https://github.com/FLEXible-FL/FLEXible/pull/99


**Full Changelog**: https://github.com/FLEXible-FL/FLEXible/compare/v0.5.0...v0.6.0

0.5.0

What's Changed
* Create a release by xehartnort in https://github.com/FLEXible-FL/FLEXible/pull/47
* Added version to init file from flex. Added Documentation to be done by AlArgente in https://github.com/FLEXible-FL/FLEXible/pull/82
* Add dtype to np.array to avoid error due to deprecation notice by xehartnort in https://github.com/FLEXible-FL/FLEXible/pull/83
* Improve group_by_label logic and code by xehartnort in https://github.com/FLEXible-FL/FLEXible/pull/84
* add dtype to np.array to avoid error from deprecation by xehartnort in https://github.com/FLEXible-FL/FLEXible/pull/85
* Flex 100 terminar notebooks de clasificacion de imagenes en mnist tensorflow by AlArgente in https://github.com/FLEXible-FL/FLEXible/pull/81
* Flex 74 hacer notebook federado de ejemplo de huggin face clasificacion texto by AlArgente in https://github.com/FLEXible-FL/FLEXible/pull/86


**Full Changelog**: https://github.com/FLEXible-FL/FLEXible/compare/v0.4.0...v0.5.0

0.4.0

What's Changed
* Changed flex_model to flex_models. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/37
* Flex 52 renombrar flex pool manager a flex pool by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/36
* Added defaultdict as default value for flex_models. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/38
* Flex 57 finalizar la implementacion de la funcion map procedure by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/39
* added check to ensure that every node with data or models also has a role by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/40
* Documentation added to some FlexPool methods. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/42
* added requirement of providing models for all clients, even if the do not have one by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/41
* Flex 59 documentar nuevas funciones by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/43
* added len property to flexpool by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/44
* Filter method changed by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/45
* fixed some funny bugs in map_procedure by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/46
* Flex 64 error el federar los datos si solo tienen una sola caracteristica by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/48
* fix linter? jajaj by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/49
* remove names from X_data and y_data, improve iteratable interface and… by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/50
* Flex 66 enable servers to init their models by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/52
* Flex 67 arreglar map en flex dataset para que no de errores by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/53
* Add clustering functionality, missing documentation by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/54
* Flex 50 definir primitivas de comunicacion entre actores by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/55
* Added some comments on a new notebook. Still needs further work by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/56
* rename from_config functions and improve notebooks which federate data by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/57
* Flex 77 crear nueva carpeta de tests para los datasets by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/58
* add small test for most of the data loading functions by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/61
* Flex 79 generalizar funciones primitivas by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/60
* refine decorators so they behave like primitives by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/62
* Flex 84 modificar flexmodel para mejorar su utilidad by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/63
* add evaluate server model decorator by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/64
* Added some Pluggable datasets for the HuggingFace Hub. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/65
* Flex 86 solucionar que flexpool.map devuelva muchos none by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/66
* Flex 85 implementar ejemplos básicos federados con sklearn by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/67
* Added new flex_primitives. Still need tests for the PyTorch functions… by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/68
* fix multiple bugs by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/69
* Flex 88 anadir federated mnist y primitivas de descarga by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/70
* Improve from_config and add group by feature, everything is untested by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/71
* Add multilabel support with test by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/72
* Flex 91 anadir celeb a federado y sentinent 140 federado by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/74
* Flex 72 hacer notebooks federados de clasificacion de imagenes mnist tensorflow by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/73
* Refactoring: Changed class names and files names for a better by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/75
* Refactoring by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/76
* Split FlexRole, FlexRoleManager and FlexActors into different files. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/77
* Changed imports in the Notebooks to adapt them to the new structure. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/79
* initial version by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/78
* FLEX-97-crear-metodos-to-framework-en-la-clase-dataset by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/80


**Full Changelog**: https://github.com/FLEXible-FL/FLEX-framework/compare/v0.2.0...v0.4.0

0.3.0

What's Changed
* Re-create the documentation by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/28
* Actor management by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/29
* Added test cases. More changes. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/30
* Add docstring to classes, improve .gitignore and update trunk version by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/31
* Rename actor module and fix some bugs by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/33
* Added structure for FlexPoolManager by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/32
* Added filter implementation. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/34
* Documentation updated with pdoc3. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/35
* Changed flex_model to flex_models. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/37
* Flex 52 renombrar flex pool manager a flex pool by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/36
* Added defaultdict as default value for flex_models. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/38
* Flex 57 finalizar la implementacion de la funcion map procedure by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/39
* added check to ensure that every node with data or models also has a role by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/40
* Documentation added to some FlexPool methods. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/42
* added requirement of providing models for all clients, even if the do not have one by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/41
* Flex 59 documentar nuevas funciones by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/43
* added len property to flexpool by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/44
* Filter method changed by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/45
* fixed some funny bugs in map_procedure by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/46
* Create a release by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/47


**Full Changelog**: https://github.com/FLEXible-FL/FLEX-framework/compare/v0.1.0...v0.3.0

0.2.0

What's Changed
* Re-create the documentation by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/28
* Actor management by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/29
* Added test cases. More changes. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/30
* Add docstring to classes, improve .gitignore and update trunk version by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/31
* Rename actor module and fix some bugs by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/33
* Added structure for FlexPoolManager by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/32
* Added filter implementation. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/34
* Documentation updated with pdoc3. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/35


**Full Changelog**: https://github.com/FLEXible-FL/FLEX-framework/compare/v0.1.0...v0.2.0

0.1.0

What's Changed
* FLEX-14 - FLEX-14-testear-la-integracion-con-github by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/1
* FLEX-15 - FLEX-15-crear-clase-para-el-estandar-del-dataset-federado by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/2
* Added proper linting to the project by using Trunk. by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/3
* Flex 17 rehacer setters de flex client dataset by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/4
* Flex 17 rehacer setters de flex client dataset by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/5
* Added class for making the federated distribution. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/6
* FLEX-21 Added len and getitem method and its tests. by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/10
* FLEX-22 Rename FederatedFlexDataObject to FlexDataset by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/8
* FLEX-23 Fix small typo when using small_length_check by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/9
* Test GitHub actions by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/12
* FLEX-19 crear clase flex state by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/7
* Added decorator dataclass to FlexDataObject by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/13
* Flex 2 preprocesamiento de datos a nivel de datos by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/14
* Flex 24 aplicar una configuracion federada a un dataset centralizado by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/15
* Added check whether all clients_itds must be in FlexDataset. Added te… by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/16
* Flex 24 aplicar una configuracion federada a un dataset centralizado by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/17
* Add better handling of some combinations between n_clients and client_names by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/20
* Solved a bug on the map function at FlexDataset. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/18
* Changed the name of flex_preprocessing.py to flex_preprocessing_utils.py by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/21
* Flex 30 crear pequeno notebook para mostrar algunos ejemplos de federacion de datos by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/23
* Flex 3 habilitar paralelizacion en el preprocesamiento de datos by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/19
* Documentation generated using pdoc3 in html format. by AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/22
* Flex 1 reparticion de datos iid entre clientes by rbnuria in https://github.com/FLEXible-FL/FLEX-framework/pull/24
* Flex 25 mejorar tests de todas las clases by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/25
* Flex 25 mejorar tests de todas las clases by xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/26
* Minor changes in documentation by rbnuria in https://github.com/FLEXible-FL/FLEX-framework/pull/27

New Contributors
* xehartnort made their first contribution in https://github.com/FLEXible-FL/FLEX-framework/pull/1
* AlArgente made their first contribution in https://github.com/FLEXible-FL/FLEX-framework/pull/2
* rbnuria made their first contribution in https://github.com/FLEXible-FL/FLEX-framework/pull/24

**Full Changelog**: https://github.com/FLEXible-FL/FLEX-framework/commits/v0.1.0

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.