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