aait 2.3.15__tar.gz → 2.3.15.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.15 → aait-2.3.15.1}/PKG-INFO +1 -1
- {aait-2.3.15 → aait-2.3.15.1}/aait.egg-info/PKG-INFO +1 -1
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWAutoShowCreateInstance.py +16 -16
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWAutoShowTable.py +16 -16
- {aait-2.3.15 → aait-2.3.15.1}/setup.py +1 -1
- {aait-2.3.15 → aait-2.3.15.1}/License.txt +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/aait.egg-info/SOURCES.txt +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/aait.egg-info/dependency_links.txt +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/aait.egg-info/entry_points.txt +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/aait.egg-info/namespace_packages.txt +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/aait.egg-info/requires.txt +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/aait.egg-info/top_level.txt +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/__init__.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/fix_torch/fix_torch_dll_error.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/fix_torch/libomp140.x86_64.dll +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/llm/__init__.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/llm/answers.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/llm/answers_llama.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/llm/chunking.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/llm/embeddings.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/llm/lemmes.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/llm/lmstudio.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/llm/process_documents.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/llm/prompt_management.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/llm/translations.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/optimiser/__init__.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/optimiser/optuna_multi.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/MetManagement.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/OperationSystem.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/SimpleDialogQt.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/__init__.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/aait_repo_file.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/aait_table_viewer.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/base_widget.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/delta_local_shared_fodler.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/import_uic.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/initialize_from_ini.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/mac_utils.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/shared_functions.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/shared_variables.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/subprocess_management.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/thread_management.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/tools/__init__.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/tools/change_owcorpus.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/tools/concat_splitted_pypi.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/tools/first_time_check.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/tools/owcorpus_ok.txt +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/unlink_table_domain.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/widget_positioning.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/utils/windows_utils.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWAAITResourcesManager.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWAccumulator.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWAddColumns.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWApplyRules.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWCN2rule_view.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWChunking.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWConcatRules.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWConverseLLM.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWCreateEmbeddings.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWDisplayMD.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWEditTable.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWEmptySwitch.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWEndLoop.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWExecuteScript.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWExtraChunks.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWExtractTokens.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWFileMetadata.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWFileSyncChecker.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWFileWithPath.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWFindFilesFromDir.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWFusionNM.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWGenerateQuestions.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWGenerateSynthesis.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWGenerateWord.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWGetPages.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWInputSelector.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWKeywords.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWKeywordsDetection.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWLLMEngine.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWLMStudio.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWLanguageDetection.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWLargeLanguageModel.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWLemmatizer.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWLoadDocuments.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWModel_CE_MiniLML6.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWModel_Embeddings.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWModel_Falcon.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWModel_HelsinkiEnFr.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWModel_HelsinkiFrEn.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWModel_MPNET.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWModel_Mistral.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWModel_Qwen.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWModel_Qwen1B5_Q6.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWModel_Qwen2_5_32B.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWModel_Qwen3B_Q4.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWModel_Qwen7B_Q4.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWModel_Qwen7B_Q6.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWModel_Solar.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWModel_SolarUncensored.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWModel_SpacyMD_EN.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWModel_SpacyMD_FR.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWOperationSystem.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWOptimisation.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWOptimisationSelection.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWOptimisationSendScore.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWProcessDocumentsFromPath.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWQuadrantclicker.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWQueryLLM.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWRandomData.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWReranking.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWSaveFilepathEntry.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWSelectColumnDynamique.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWSelectRowsDynamic.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWSortAndSelect.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWStartLoop.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWTable2Corpus.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWTranslation.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWTrigger.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/OWUnzipFolder.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/POW_Wfactory.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/__init__.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owMarkdown.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/ow_OperationSystem.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/ow_in_or_out_path.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/ow_widget_random_data.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owaccumulator.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owaddcolumns.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owapplyrules.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owchunking.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owconcatrules.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owconversellm.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owedgellm.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owembeddings.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owemptyswitch.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owendloop.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owexecutescript.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owexecutescript_TEST.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owextrachunks.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owextracttokens.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owfilemetadata.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owfilesyncchecker.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owfilewithpath.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owfindfilesfromdir.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owfusion_nm.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owgenerate_word.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owgeneratequestions.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owgeneratesynthesis.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owgetpages.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owkeyword.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owkeywordsdetection.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owlangdetect.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owlargelanguagemodel.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owlemmatizer.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owllm4all.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owloaddocuments.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owloadworkflow.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_ce_minilml6.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_embeddings.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_falcon.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_helsinki_en_fr.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_helsinki_fr_en.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_mistral.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_mpnet.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_qwen.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_2.5_32b.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_instruct_1.5b_q6.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_instruct_3b_q4.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_instruct_7b_q4.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_instruct_7b_q6.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_qwencoder_7b.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_solar.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_solar_uncensored.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_spacymd_en.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owmodel_spacymd_fr.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/ownumberpointinrules.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owprocessdocuments.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owquadrant_clicker.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owqueryllm.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owreranking.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owsavewithpath.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owselect_column_dynamic.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owselect_row_dynamic.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owsortandselect.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owsplitexcelsheets.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owstartloop.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owtable2corpus.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owtranslation.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owtrigger.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/designer/owunzipfolder.ui +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/CN2RuleViewer.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/CreateInstance.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/MDViewer.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/Mistral.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/Table.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/apply_rules.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/blue_down_arrow.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/book.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/category.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/dark_green.txt +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/de.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/document_generator.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/documents.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/edge_llm.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/endloop.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/extra_chunks.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/green_check.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/in_or_out.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/input.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/languages.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/lm_studio.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/local_interf_img_multi_pull.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/local_interf_multi_pull.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/local_interf_pull.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/local_interf_push.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/local_interf_text_pull.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/logo_solar.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/logo_uncensoredsolar.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/logo_upload.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/models.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/operationSystem.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/optimisation.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/optimizer.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/output.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owCN2_intersect_rules.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owaccumulator.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owchunking.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owconversellm.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owedittable.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owembeddings.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owemptyswitch.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owenvinfo.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owexecutescript.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owextracttokens.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owfilemetadata.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owfilesfromdir.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owfilesyncchecker.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owfilewithpath.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owfusion_nm.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owgeneratequestions.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owgeneratesynthesis.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owkeywords.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owkeywordsdetection.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owlargelanguagemodel.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owlemmatizer.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owloaddocuments.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owmodel_ce_minilml6.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owmodel_embeddings.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owmodel_falcon.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owmodel_helsinki_en_fr.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owmodel_helsinki_fr_en.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owmodel_mpnet.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owmodel_spacymd_en.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owmodel_spacymd_fr.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owoptimisation.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owoptimisationselection.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owqueryllm.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owreranking.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owsavefilepathentry.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owselectcolumndynamique.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owsortandselect.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owtable2corpus.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owtranslation.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/owtrigger.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/processdocuments.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/quadrantclicker.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/qwen-color.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/select_dynamic_row.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/startloop.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/tools.png +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/widgetFactory.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/AAIT/widgets/icons/zip.svg +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/orangecontrib/__init__.py +0 -0
- {aait-2.3.15 → aait-2.3.15.1}/setup.cfg +0 -0
|
@@ -479,33 +479,33 @@ class VariableItemModel(QStandardItemModel):
|
|
|
479
479
|
|
|
480
480
|
class OWCreateInstance(OWWidget):
|
|
481
481
|
name = "Auto show Create Instance"
|
|
482
|
-
description =
|
|
482
|
+
description = "Interactively create a data instance from sample dataset."
|
|
483
483
|
icon = "icons/CreateInstance.svg"
|
|
484
484
|
if "site-packages/Orange/widgets" in os.path.dirname(os.path.abspath(__file__)).replace("\\", "/"):
|
|
485
485
|
icon = "icons_dev/CreateInstance.svg"
|
|
486
|
-
category =
|
|
487
|
-
keywords =
|
|
486
|
+
category = "Transform"
|
|
487
|
+
keywords = "create instance, simulator"
|
|
488
488
|
priority = 2310
|
|
489
489
|
|
|
490
490
|
class Inputs:
|
|
491
|
-
data = Input(
|
|
492
|
-
reference = Input(
|
|
491
|
+
data = Input( "Data", Table)
|
|
492
|
+
reference = Input("Reference", Table)
|
|
493
493
|
input_autoshow = Input("AutoShowConfiguration", str, auto_summary=False)
|
|
494
494
|
|
|
495
495
|
|
|
496
496
|
class Outputs:
|
|
497
|
-
data = Output(
|
|
497
|
+
data = Output("Data", Table)
|
|
498
498
|
|
|
499
499
|
class Information(OWWidget.Information):
|
|
500
|
-
nans_removed = Msg((
|
|
500
|
+
nans_removed = Msg(("Variables with only missing values were " +"removed from the list."))
|
|
501
501
|
|
|
502
502
|
str_WidgetPositionning: str=Setting("None")
|
|
503
503
|
|
|
504
504
|
want_main_area = False
|
|
505
|
-
BUTTONS = [
|
|
505
|
+
BUTTONS = ["Median", "Mean", "Random", "Input"]
|
|
506
506
|
ACTIONS = ["median", "mean", "random", "input"]
|
|
507
|
-
HEADER = [["name",
|
|
508
|
-
["variable",
|
|
507
|
+
HEADER = [["name", "Variable"],
|
|
508
|
+
["variable", "Value"]]
|
|
509
509
|
Header = namedtuple(
|
|
510
510
|
"header", [tag for tag, _ in HEADER]
|
|
511
511
|
)(*range(len(HEADER)))
|
|
@@ -557,7 +557,7 @@ class OWCreateInstance(OWWidget):
|
|
|
557
557
|
gui.rubber(box)
|
|
558
558
|
|
|
559
559
|
gui.checkBox(self.buttonsArea, self, "append_to_data",
|
|
560
|
-
|
|
560
|
+
"Append this instance to input data",
|
|
561
561
|
callback=self.commit.deferred)
|
|
562
562
|
gui.rubber(self.buttonsArea)
|
|
563
563
|
gui.auto_apply(self.buttonsArea, self, "auto_commit")
|
|
@@ -674,7 +674,7 @@ class OWCreateInstance(OWWidget):
|
|
|
674
674
|
def _create_data_from_values(self) -> Table:
|
|
675
675
|
data = Table.from_domain(self.data.domain, 1)
|
|
676
676
|
with data.unlocked():
|
|
677
|
-
data.name =
|
|
677
|
+
data.name = "created"
|
|
678
678
|
if data.X.size:
|
|
679
679
|
data.X[:] = np.nan
|
|
680
680
|
if data.Y.size:
|
|
@@ -703,7 +703,7 @@ class OWCreateInstance(OWWidget):
|
|
|
703
703
|
part[-1, idx] = 1
|
|
704
704
|
return data
|
|
705
705
|
|
|
706
|
-
name = get_unique_names(self.data.domain,
|
|
706
|
+
name = get_unique_names(self.data.domain, "Source ID")
|
|
707
707
|
var = DiscreteVariable(name, values=(self.data.name, instance.name))
|
|
708
708
|
var.attributes[source_label] = OWCreateInstance
|
|
709
709
|
domain = Domain(domain.attributes, domain.class_vars,
|
|
@@ -725,8 +725,8 @@ class OWCreateInstance(OWWidget):
|
|
|
725
725
|
def send_report(self):
|
|
726
726
|
if not self.data:
|
|
727
727
|
return
|
|
728
|
-
self.report_domain(
|
|
729
|
-
self.report_domain(
|
|
728
|
+
self.report_domain("Input", self.data.domain)
|
|
729
|
+
self.report_domain("Output", self.data.domain)
|
|
730
730
|
items = []
|
|
731
731
|
values: Dict = self._get_values()
|
|
732
732
|
for var in self.data.domain.variables + self.data.domain.metas:
|
|
@@ -734,7 +734,7 @@ class OWCreateInstance(OWWidget):
|
|
|
734
734
|
if var.is_primitive():
|
|
735
735
|
val = var.repr_val(val)
|
|
736
736
|
items.append([f"{var.name}:", val])
|
|
737
|
-
self.report_table(
|
|
737
|
+
self.report_table( "Values", items)
|
|
738
738
|
|
|
739
739
|
@staticmethod
|
|
740
740
|
def sizeHint():
|
|
@@ -183,29 +183,29 @@ _Sorting = List[Tuple[str, int]]
|
|
|
183
183
|
|
|
184
184
|
class OWTable(OWWidget):
|
|
185
185
|
name = "Autoshow Data Table"
|
|
186
|
-
description =
|
|
186
|
+
description = "View the dataset in a spreadsheet."
|
|
187
187
|
icon = "icons/Table.svg"
|
|
188
188
|
if "site-packages/Orange/widgets" in os.path.dirname(os.path.abspath(__file__)).replace("\\", "/"):
|
|
189
189
|
icon = "icons_dev/Table.svg"
|
|
190
190
|
category = "AAIT - TOOLBOX"
|
|
191
191
|
priority = 50
|
|
192
|
-
keywords =
|
|
192
|
+
keywords = "data table, view"
|
|
193
193
|
|
|
194
194
|
class Inputs:
|
|
195
|
-
data = Input(
|
|
196
|
-
data_subset = Input(
|
|
195
|
+
data = Input("Data", Table, default=True)
|
|
196
|
+
data_subset = Input("Data Subset", Table)
|
|
197
197
|
input_autoshow = Input("AutoShowConfiguration", str, auto_summary=False)
|
|
198
198
|
|
|
199
199
|
class Outputs:
|
|
200
|
-
selected_data = Output(
|
|
200
|
+
selected_data = Output("Selected Data", Table, default=True)
|
|
201
201
|
annotated_data = Output(ANNOTATED_DATA_SIGNAL_NAME, Table)
|
|
202
202
|
|
|
203
203
|
class Warning(OWWidget.Warning):
|
|
204
204
|
missing_sort_columns = Msg(
|
|
205
|
-
(
|
|
205
|
+
( "Cannot restore sorting.\n" + "Missing columns in input table: {}")
|
|
206
206
|
)
|
|
207
207
|
non_sortable_input = Msg(
|
|
208
|
-
(
|
|
208
|
+
( "Cannot restore sorting.\n" + "Input table cannot be sorted due to implementation constraints.")
|
|
209
209
|
)
|
|
210
210
|
|
|
211
211
|
str_WidgetPositionning: str=Setting("None")
|
|
@@ -238,28 +238,28 @@ class OWTable(OWWidget):
|
|
|
238
238
|
info_box = gui.vBox(self.controlArea, "Info")
|
|
239
239
|
self.info_text = gui.widgetLabel(info_box)
|
|
240
240
|
|
|
241
|
-
box = gui.vBox(self.controlArea,
|
|
241
|
+
box = gui.vBox(self.controlArea, "Variables")
|
|
242
242
|
self.c_show_attribute_labels = gui.checkBox(
|
|
243
243
|
box, self, "show_attribute_labels",
|
|
244
|
-
|
|
244
|
+
"Show variable labels (if present)",
|
|
245
245
|
callback=self._update_variable_labels)
|
|
246
246
|
|
|
247
247
|
gui.checkBox(box, self, "show_distributions",
|
|
248
|
-
|
|
248
|
+
'Visualize numeric values',
|
|
249
249
|
callback=self._on_distribution_color_changed)
|
|
250
|
-
gui.checkBox(box, self, "color_by_class",
|
|
250
|
+
gui.checkBox(box, self, "color_by_class", 'Color by instance classes',
|
|
251
251
|
callback=self._on_distribution_color_changed)
|
|
252
252
|
|
|
253
|
-
box = gui.vBox(self.controlArea,
|
|
253
|
+
box = gui.vBox(self.controlArea, "Selection")
|
|
254
254
|
|
|
255
|
-
gui.checkBox(box, self, "select_rows",
|
|
255
|
+
gui.checkBox(box, self, "select_rows", "Select full rows",
|
|
256
256
|
callback=self._on_select_rows_changed)
|
|
257
257
|
|
|
258
258
|
gui.rubber(self.controlArea)
|
|
259
259
|
|
|
260
|
-
gui.button(self.buttonsArea, self,
|
|
260
|
+
gui.button(self.buttonsArea, self, "Restore Original Order",
|
|
261
261
|
callback=self.restore_order,
|
|
262
|
-
tooltip=
|
|
262
|
+
tooltip="Show rows in the original order",
|
|
263
263
|
autoDefault=False,
|
|
264
264
|
attribute=Qt.WA_LayoutUsesWidgetRect)
|
|
265
265
|
gui.auto_send(self.buttonsArea, self, "auto_commit")
|
|
@@ -417,7 +417,7 @@ class OWTable(OWWidget):
|
|
|
417
417
|
self.info.set_input_summary(summary, details)
|
|
418
418
|
|
|
419
419
|
if self.input is None:
|
|
420
|
-
summary = [
|
|
420
|
+
summary = [ "No data."]
|
|
421
421
|
else:
|
|
422
422
|
summary = tsummary.format_summary(self.input.summary)
|
|
423
423
|
self.info_text.setText("\n".join(summary))
|
|
@@ -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.15" # la version doit être supérieure à la précédente sinon la publication sera refusée
|
|
7
|
+
VERSION = "2.3.15.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
|
|
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
|