Rodrigo Urrea
Rodrigo Urrea
# Summary Refactored the jobs in order to execute them in parallel, using multiprocessing Process. In order to do so the Job Queue was refacored, decoupling the run method from...
# Summary New Pydantic Schemas for Dataloaders. ## Type of change - Back end new feature. - Refactoring. ## Changes - New _string_field_, for raw strings. - Refactor old _string_field_...
# Summary Add fields validation to optmizable int and float fields. ## Type of change - Back end new feature. - Refactoring. ## Changes - Created **OptimizableIntField** and **OptimizableFloatField** to...