aait 2.3.10.1__tar.gz → 2.3.11.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aait-2.3.10.1 → aait-2.3.11.1}/PKG-INFO +1 -1
- {aait-2.3.10.1 → aait-2.3.11.1}/aait.egg-info/PKG-INFO +1 -1
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/llm/answers_llama.py +9 -2
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWEndLoop.py +1 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWExtraChunks.py +3 -3
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWFileSyncChecker.py +0 -1
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWFileWithPath.py +24 -7
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWSelectRowsDynamic.py +2 -2
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWStartLoop.py +2 -1
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owfilewithpath.ui +54 -9
- {aait-2.3.10.1 → aait-2.3.11.1}/setup.py +1 -1
- {aait-2.3.10.1 → aait-2.3.11.1}/License.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/aait.egg-info/SOURCES.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/aait.egg-info/dependency_links.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/aait.egg-info/entry_points.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/aait.egg-info/namespace_packages.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/aait.egg-info/requires.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/aait.egg-info/top_level.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/__init__.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/fix_torch/fix_torch_dll_error.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/fix_torch/libomp140.x86_64.dll +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/llm/__init__.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/llm/answers.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/llm/chunking.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/llm/embeddings.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/llm/lemmes.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/llm/lmstudio.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/llm/process_documents.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/llm/prompt_management.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/llm/translations.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/optimiser/__init__.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/optimiser/optuna_multi.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/MetManagement.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/OperationSystem.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/SimpleDialogQt.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/__init__.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/aait_repo_file.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/aait_table_viewer.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/base_widget.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/delta_local_shared_fodler.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/import_uic.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/initialize_from_ini.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/mac_utils.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/shared_functions.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/shared_variables.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/subprocess_management.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/thread_management.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/tools/__init__.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/tools/change_owcorpus.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/tools/concat_splitted_pypi.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/tools/first_time_check.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/tools/owcorpus_ok.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/unlink_table_domain.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/utils/windows_utils.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWAAITResourcesManager.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWAccumulator.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWAddColumns.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWApplyRules.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWCN2rule_view.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWChunking.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWConcatRules.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWConverseLLM.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWCreateEmbeddings.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWDisplayMD.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWEditTable.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWEmptySwitch.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWExecuteScript.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWExtractTokens.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWFileMetadata.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWFindFilesFromDir.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWFusionNM.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWGenerateQuestions.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWGenerateSynthesis.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWGenerateWord.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWInputSelector.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWKeywords.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWKeywordsDetection.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWLLMEngine.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWLMStudio.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWLanguageDetection.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWLargeLanguageModel.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWLemmatizer.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWLoadDocuments.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWModel_CE_MiniLML6.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWModel_Falcon.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWModel_HelsinkiEnFr.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWModel_HelsinkiFrEn.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWModel_MPNET.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWModel_Mistral.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWModel_Qwen.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWModel_Qwen1B5_Q6.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWModel_Qwen2_5_32B.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWModel_Qwen3B_Q4.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWModel_Qwen7B_Q4.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWModel_Qwen7B_Q6.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWModel_Solar.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWModel_SolarUncensored.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWModel_SpacyMD_EN.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWModel_SpacyMD_FR.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWOperationSystem.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWOptimisation.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWOptimisationSelection.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWOptimisationSendScore.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWProcessDocumentsFromPath.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWQueryLLM.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWRandomData.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWReranking.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWSaveFilepathEntry.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWSelectColumnDynamique.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWSortAndSelect.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWTable2Corpus.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWTranslation.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWTrigger.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/OWUnzipFolder.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/POW_Wfactory.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/__init__.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owMarkdown.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/ow_OperationSystem.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/ow_in_or_out_path.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/ow_widget_random_data.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owaccumulator.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owaddcolumns.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owapplyrules.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owchunking.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owconcatrules.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owconversellm.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owedgellm.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owembeddings.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owemptyswitch.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owendloop.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owexecutescript.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owexecutescript_TEST.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owextrachunks.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owextracttokens.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owfilemetadata.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owfilesyncchecker.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owfindfilesfromdir.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owfusion_nm.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owgenerate_word.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owgeneratequestions.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owgeneratesynthesis.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owkeyword.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owkeywordsdetection.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owlangdetect.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owlargelanguagemodel.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owlemmatizer.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owllm4all.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owloaddocuments.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owloadworkflow.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owmodel_ce_minilml6.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owmodel_falcon.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owmodel_helsinki_en_fr.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owmodel_helsinki_fr_en.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owmodel_mistral.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owmodel_mpnet.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owmodel_qwen.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_2.5_32b.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_instruct_1.5b_q6.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_instruct_3b_q4.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_instruct_7b_q4.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_instruct_7b_q6.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owmodel_qwencoder_7b.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owmodel_solar.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owmodel_solar_uncensored.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owmodel_spacymd_en.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owmodel_spacymd_fr.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/ownumberpointinrules.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owprocessdocuments.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owqueryllm.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owreranking.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owsavewithpath.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owselect_column_dynamic.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owselect_row_dynamic.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owsortandselect.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owstartloop.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owtable2corpus.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owtranslation.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owtrigger.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/owunzipfolder.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/CN2RuleViewer.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/MDViewer.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/Mistral.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/apply_rules.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/blue_down_arrow.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/category.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/dark_green.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/de.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/document_generator.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/documents.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/edge_llm.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/endloop.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/extra_chunks.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/green_check.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/in_or_out.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/input.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/languages.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/lm_studio.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/local_interf_img_multi_pull.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/local_interf_multi_pull.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/local_interf_pull.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/local_interf_push.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/local_interf_text_pull.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/logo_solar.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/logo_uncensoredsolar.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/logo_upload.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/models.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/operationSystem.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/optimisation.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/optimizer.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/output.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owCN2_intersect_rules.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owaccumulator.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owchunking.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owconversellm.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owedittable.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owembeddings.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owemptyswitch.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owenvinfo.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owexecutescript.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owextracttokens.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owfilemetadata.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owfilesfromdir.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owfilesyncchecker.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owfilewithpath.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owfusion_nm.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owgeneratequestions.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owgeneratesynthesis.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owkeywords.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owkeywordsdetection.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owlargelanguagemodel.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owlemmatizer.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owloaddocuments.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owmodel_ce_minilml6.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owmodel_falcon.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owmodel_helsinki_en_fr.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owmodel_helsinki_fr_en.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owmodel_mpnet.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owmodel_spacymd_en.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owmodel_spacymd_fr.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owoptimisation.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owoptimisationselection.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owqueryllm.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owreranking.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owsavefilepathentry.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owselectcolumndynamique.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owsortandselect.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owtable2corpus.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owtranslation.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/owtrigger.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/processdocuments.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/qwen-color.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/select_dynamic_row.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/startloop.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/tools.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/widgetFactory.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/icons/zip.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/__init__.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11.1}/setup.cfg +0 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import copy
|
|
2
2
|
import os
|
|
3
|
+
import re
|
|
3
4
|
try:
|
|
4
5
|
import GPUtil #sometimes errors occurs on gpu testing
|
|
5
6
|
except:
|
|
@@ -188,7 +189,12 @@ def generate_answers(table, model_path, use_gpu=False, n_ctx=4096, query_paramet
|
|
|
188
189
|
f"likely not supported yet.\n\nModel name: {ntpath.basename(model_path)}"
|
|
189
190
|
)
|
|
190
191
|
|
|
191
|
-
|
|
192
|
+
thinking = ""
|
|
193
|
+
matches = re.findall(r"<think>[\s\S]*?</think>", answer)
|
|
194
|
+
if matches:
|
|
195
|
+
thinking = matches[0]
|
|
196
|
+
answer = answer.replace(thinking, "").strip()
|
|
197
|
+
metas += [answer, thinking]
|
|
192
198
|
rows.append(features + metas)
|
|
193
199
|
|
|
194
200
|
if progress_callback is not None:
|
|
@@ -202,12 +208,13 @@ def generate_answers(table, model_path, use_gpu=False, n_ctx=4096, query_paramet
|
|
|
202
208
|
return
|
|
203
209
|
|
|
204
210
|
# Ajouter la colonne "Answer" en metas
|
|
205
|
-
answer_dom = [StringVariable("Answer")]
|
|
211
|
+
answer_dom = [StringVariable("Answer"), StringVariable("Thinking")]
|
|
206
212
|
|
|
207
213
|
domain = Domain(attributes=attr_dom, metas=metas_dom + answer_dom, class_vars=class_dom)
|
|
208
214
|
out_data = Table.from_list(domain=domain, rows=rows)
|
|
209
215
|
return out_data
|
|
210
216
|
|
|
217
|
+
|
|
211
218
|
class StopCallback:
|
|
212
219
|
def __init__(self, stop_sequences, widget_thread=None):
|
|
213
220
|
self.stop_sequences = stop_sequences
|
|
@@ -75,6 +75,7 @@ class EndLoopWidget(OWWidget):
|
|
|
75
75
|
self.reinitialize_iter()
|
|
76
76
|
self.Outputs.out_data.send(self.out_data)
|
|
77
77
|
self.out_data = None
|
|
78
|
+
self.in_pointer = None
|
|
78
79
|
return
|
|
79
80
|
# on boucle
|
|
80
81
|
ctypes.cast(int(self.in_pointer), ctypes.py_object).value.execute_iter_of_line_number()
|
|
@@ -74,19 +74,19 @@ class OWExtraChunks(widget.OWWidget):
|
|
|
74
74
|
|
|
75
75
|
domain = self.complete_data.domain
|
|
76
76
|
if "path" not in domain:
|
|
77
|
-
self.error(
|
|
77
|
+
self.error('You need a "path" column in your input tables.')
|
|
78
78
|
self.Outputs.concatenate_data.send(None)
|
|
79
79
|
self.Outputs.data.send(None)
|
|
80
80
|
return
|
|
81
81
|
|
|
82
82
|
if "Chunks index" not in domain:
|
|
83
|
-
self.error(
|
|
83
|
+
self.error('You need a "Chunks index" column in your input tables.')
|
|
84
84
|
self.Outputs.concatenate_data.send(None)
|
|
85
85
|
self.Outputs.data.send(None)
|
|
86
86
|
return
|
|
87
87
|
|
|
88
88
|
if "Chunks" not in domain:
|
|
89
|
-
self.error(
|
|
89
|
+
self.error('You need a "Chunks" column in your input tables.')
|
|
90
90
|
self.Outputs.concatenate_data.send(None)
|
|
91
91
|
self.Outputs.data.send(None)
|
|
92
92
|
return
|
|
@@ -3,20 +3,21 @@ import sys
|
|
|
3
3
|
|
|
4
4
|
import Orange.data
|
|
5
5
|
from AnyQt.QtWidgets import QApplication
|
|
6
|
+
from Orange.data import StringVariable
|
|
6
7
|
from Orange.widgets import widget
|
|
7
8
|
from Orange.widgets.utils.signals import Input, Output
|
|
8
9
|
from AnyQt.QtWidgets import QCheckBox
|
|
9
10
|
from Orange.widgets.settings import Setting
|
|
10
11
|
if "site-packages/Orange/widgets" in os.path.dirname(os.path.abspath(__file__)).replace("\\", "/"):
|
|
11
|
-
from Orange.widgets.orangecontrib.AAIT.utils
|
|
12
|
+
from Orange.widgets.orangecontrib.AAIT.utils import base_widget
|
|
12
13
|
from Orange.widgets.orangecontrib.AAIT.utils.initialize_from_ini import apply_modification_from_python_file
|
|
13
14
|
else:
|
|
14
|
-
from orangecontrib.AAIT.utils
|
|
15
|
+
from orangecontrib.AAIT.utils import base_widget
|
|
15
16
|
from orangecontrib.AAIT.utils.initialize_from_ini import apply_modification_from_python_file
|
|
16
17
|
|
|
17
18
|
|
|
18
19
|
@apply_modification_from_python_file(filepath_original_widget=__file__)
|
|
19
|
-
class OWFileWithPath(
|
|
20
|
+
class OWFileWithPath(base_widget.BaseListWidget):
|
|
20
21
|
name = "File with Path"
|
|
21
22
|
category = "AAIT - TOOLBOX"
|
|
22
23
|
description = "Load some tabular data specified with a filepath ('.../data/example.xlsx')."
|
|
@@ -27,6 +28,9 @@ class OWFileWithPath(widget.OWWidget):
|
|
|
27
28
|
want_control_area = False
|
|
28
29
|
priority = 1060
|
|
29
30
|
|
|
31
|
+
# Settings
|
|
32
|
+
selected_column_name = Setting("content")
|
|
33
|
+
|
|
30
34
|
class Inputs:
|
|
31
35
|
filepath = Input("Path", str, auto_summary=False)
|
|
32
36
|
path_table = Input("Path Table", Orange.data.Table)
|
|
@@ -45,20 +49,23 @@ class OWFileWithPath(widget.OWWidget):
|
|
|
45
49
|
|
|
46
50
|
@Inputs.path_table
|
|
47
51
|
def set_path_table(self, in_path_table):
|
|
48
|
-
|
|
52
|
+
self.in_path_table = in_path_table
|
|
53
|
+
if self.in_path_table is not None:
|
|
54
|
+
self.var_selector.add_variables(self.in_path_table.domain)
|
|
55
|
+
self.var_selector.select_variable_by_name(self.selected_column_name)
|
|
49
56
|
if "path" in in_path_table.domain:
|
|
50
57
|
self.filepath = in_path_table[0]["path"].value
|
|
51
58
|
self.run()
|
|
52
59
|
else:
|
|
53
60
|
self.warning("You need a 'path' variable from which the data will be loaded.")
|
|
61
|
+
if self.autorun:
|
|
62
|
+
self.run()
|
|
54
63
|
|
|
55
64
|
|
|
56
65
|
def __init__(self):
|
|
57
66
|
super().__init__()
|
|
58
67
|
# Qt Management
|
|
59
|
-
self.
|
|
60
|
-
self.setFixedHeight(300)
|
|
61
|
-
uic.loadUi(self.gui, self)
|
|
68
|
+
#uic.loadUi(self.gui, self)
|
|
62
69
|
self.checkbox_interface = self.findChild(QCheckBox, 'checkBox')
|
|
63
70
|
if self.strloadAsString=="False":
|
|
64
71
|
self.checkbox_interface.setChecked(False)
|
|
@@ -70,6 +77,7 @@ class OWFileWithPath(widget.OWWidget):
|
|
|
70
77
|
|
|
71
78
|
# Data Management
|
|
72
79
|
self.filepath = None
|
|
80
|
+
self.in_path_table = None
|
|
73
81
|
self.data = None
|
|
74
82
|
self.autorun = True
|
|
75
83
|
self.post_initialized()
|
|
@@ -144,6 +152,15 @@ class OWFileWithPath(widget.OWWidget):
|
|
|
144
152
|
self.Outputs.data.send(None)
|
|
145
153
|
return
|
|
146
154
|
|
|
155
|
+
# Verification of in_data
|
|
156
|
+
if not self.selected_column_name in self.in_path_table.domain:
|
|
157
|
+
self.warning(f'Previously selected column "{self.selected_column_name}" does not exist in your data.')
|
|
158
|
+
return
|
|
159
|
+
|
|
160
|
+
if not isinstance(self.in_path_table.domain[self.selected_column_name], StringVariable):
|
|
161
|
+
self.error('You must select a text variable.')
|
|
162
|
+
return
|
|
163
|
+
|
|
147
164
|
if self.strloadAsString!="False":
|
|
148
165
|
out_data = self.load_table_as_strings(self.filepath)
|
|
149
166
|
else:
|
|
@@ -121,12 +121,12 @@ class OWSelectRowsDynamic(widget.OWWidget):
|
|
|
121
121
|
if matching_rows:
|
|
122
122
|
matched_table = Orange.data.Table(self.in_data.domain, matching_rows)
|
|
123
123
|
else:
|
|
124
|
-
matched_table =
|
|
124
|
+
matched_table = None
|
|
125
125
|
|
|
126
126
|
if non_matching_rows:
|
|
127
127
|
unmatched_table = Orange.data.Table(self.in_data.domain, non_matching_rows)
|
|
128
128
|
else:
|
|
129
|
-
unmatched_table =
|
|
129
|
+
unmatched_table = None
|
|
130
130
|
|
|
131
131
|
# Sauvegarder les résultats dans l'objet widget si besoin
|
|
132
132
|
self.Outputs.data_matching.send(matched_table)
|
|
@@ -60,13 +60,13 @@ class LoopStartWidget(OWWidget):
|
|
|
60
60
|
self.checkBox_iteration_on_the_number_of_line.stateChanged.connect(self.updat_checkBox_iteration_on_the_number_of_line)
|
|
61
61
|
self.iter = 0
|
|
62
62
|
self.data = None
|
|
63
|
-
self.send_pointer()
|
|
64
63
|
|
|
65
64
|
|
|
66
65
|
def button_reintialise_action(self):
|
|
67
66
|
self.iter = 0
|
|
68
67
|
dataset = self.data
|
|
69
68
|
self.set_data(dataset)
|
|
69
|
+
self.send_pointer()
|
|
70
70
|
|
|
71
71
|
def update_checkBox_iteration_until_number_of_line_dont_change(self):
|
|
72
72
|
if self.checkBox_iteration_until_number_of_line_dont_change.isChecked():
|
|
@@ -88,6 +88,7 @@ class LoopStartWidget(OWWidget):
|
|
|
88
88
|
if dataset is None:
|
|
89
89
|
print("No data received.")
|
|
90
90
|
return
|
|
91
|
+
self.send_pointer()
|
|
91
92
|
self.error("")
|
|
92
93
|
self.data=None
|
|
93
94
|
if self.str_iterate_still_nb_line_dont_change =="True":
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
<rect>
|
|
7
7
|
<x>0</x>
|
|
8
8
|
<y>0</y>
|
|
9
|
-
<width>
|
|
10
|
-
<height>
|
|
9
|
+
<width>495</width>
|
|
10
|
+
<height>433</height>
|
|
11
11
|
</rect>
|
|
12
12
|
</property>
|
|
13
13
|
<property name="windowTitle">
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<x>19</x>
|
|
20
20
|
<y>39</y>
|
|
21
21
|
<width>431</width>
|
|
22
|
-
<height>
|
|
22
|
+
<height>111</height>
|
|
23
23
|
</rect>
|
|
24
24
|
</property>
|
|
25
25
|
<property name="title">
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<property name="geometry">
|
|
30
30
|
<rect>
|
|
31
31
|
<x>20</x>
|
|
32
|
-
<y>
|
|
32
|
+
<y>80</y>
|
|
33
33
|
<width>221</width>
|
|
34
34
|
<height>16</height>
|
|
35
35
|
</rect>
|
|
@@ -63,12 +63,12 @@
|
|
|
63
63
|
</widget>
|
|
64
64
|
<widget class="QPushButton" name="pushButton_send">
|
|
65
65
|
<property name="enabled">
|
|
66
|
-
<bool>
|
|
66
|
+
<bool>true</bool>
|
|
67
67
|
</property>
|
|
68
68
|
<property name="geometry">
|
|
69
69
|
<rect>
|
|
70
70
|
<x>160</x>
|
|
71
|
-
<y>
|
|
71
|
+
<y>354</y>
|
|
72
72
|
<width>291</width>
|
|
73
73
|
<height>31</height>
|
|
74
74
|
</rect>
|
|
@@ -79,20 +79,65 @@
|
|
|
79
79
|
</widget>
|
|
80
80
|
<widget class="QCheckBox" name="checkBox_send">
|
|
81
81
|
<property name="enabled">
|
|
82
|
-
<bool>
|
|
82
|
+
<bool>true</bool>
|
|
83
83
|
</property>
|
|
84
84
|
<property name="geometry">
|
|
85
85
|
<rect>
|
|
86
86
|
<x>20</x>
|
|
87
|
-
<y>
|
|
87
|
+
<y>360</y>
|
|
88
88
|
<width>121</width>
|
|
89
|
-
<height>
|
|
89
|
+
<height>21</height>
|
|
90
90
|
</rect>
|
|
91
91
|
</property>
|
|
92
92
|
<property name="text">
|
|
93
93
|
<string>Auto send data</string>
|
|
94
94
|
</property>
|
|
95
95
|
</widget>
|
|
96
|
+
<widget class="QGroupBox" name="groupBox_3">
|
|
97
|
+
<property name="geometry">
|
|
98
|
+
<rect>
|
|
99
|
+
<x>20</x>
|
|
100
|
+
<y>180</y>
|
|
101
|
+
<width>431</width>
|
|
102
|
+
<height>161</height>
|
|
103
|
+
</rect>
|
|
104
|
+
</property>
|
|
105
|
+
<property name="title">
|
|
106
|
+
<string>Column selection</string>
|
|
107
|
+
</property>
|
|
108
|
+
<widget class="QLabel" name="Description_4">
|
|
109
|
+
<property name="geometry">
|
|
110
|
+
<rect>
|
|
111
|
+
<x>10</x>
|
|
112
|
+
<y>30</y>
|
|
113
|
+
<width>411</width>
|
|
114
|
+
<height>61</height>
|
|
115
|
+
</rect>
|
|
116
|
+
</property>
|
|
117
|
+
<property name="text">
|
|
118
|
+
<string/>
|
|
119
|
+
</property>
|
|
120
|
+
<property name="textFormat">
|
|
121
|
+
<enum>Qt::AutoText</enum>
|
|
122
|
+
</property>
|
|
123
|
+
<property name="alignment">
|
|
124
|
+
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
125
|
+
</property>
|
|
126
|
+
<property name="wordWrap">
|
|
127
|
+
<bool>true</bool>
|
|
128
|
+
</property>
|
|
129
|
+
</widget>
|
|
130
|
+
<widget class="QWidget" name="placeholder" native="true">
|
|
131
|
+
<property name="geometry">
|
|
132
|
+
<rect>
|
|
133
|
+
<x>0</x>
|
|
134
|
+
<y>30</y>
|
|
135
|
+
<width>431</width>
|
|
136
|
+
<height>131</height>
|
|
137
|
+
</rect>
|
|
138
|
+
</property>
|
|
139
|
+
</widget>
|
|
140
|
+
</widget>
|
|
96
141
|
</widget>
|
|
97
142
|
<resources/>
|
|
98
143
|
<connections/>
|
|
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
|
|
|
4
4
|
NAME = "aait"
|
|
5
5
|
|
|
6
6
|
# Version du package PyPI
|
|
7
|
-
VERSION = "2.3.
|
|
7
|
+
VERSION = "2.3.11.1" # la version doit être supérieure à la précédente sinon la publication sera refusée
|
|
8
8
|
|
|
9
9
|
# Facultatif / Adaptable à souhait
|
|
10
10
|
AUTHOR = "Orange community"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aait-2.3.10.1 → aait-2.3.11.1}/orangecontrib/AAIT/widgets/designer/ow_widget_random_data.ui
RENAMED
|
File without changes
|