* increment version number
increment version number for automated release with new dependency ammico-lavis
* only upload to testpypi for new release tag
* change codecov token transmission method
* added new models from LAVIS to ammico summary
* added sequential questions for summary in new models
* fixed initializing dict process in all notebooks
* joining old and new models into one notebook
* force_rounding_of_all_colors
* update test
* fixed bug in color analysis
* changed color rounding to seperate loop
* updated to new dash layout using dbc
* removed dash server from test
* added dash version to pyproject.toml
* changed something to get codecov to work
* changed something else to get codecov to work..
* added test_right_output_analysis_text
* fix type in dependencies
* removed test_text from display
---------
Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
* pass model names in class init
* tests for model name and revision number passing
* add exception tests
* simplified selection logic
---------
Co-authored-by: Petr Andriushchenko <pitandmind@gmail.com>
* added exception for empty file list
* added batching, randomness and multiple file extensions to find_files
* added more default filetypes to find_files
* changed summmary.py logic (#121)
* changed summmary.py logic
* fixing test_summary
* added macos for testing
* fixed_display_test
* fixed docs and exceptions
* added dropout menu for summary
* added new SummaryDetector to AnalysisExplorer
* bug fixing
* code improving
* fixed test_display
* fixed code smells
* reduce tests for macos
* added some tests and exceptions for summary init
* changed CI, runs pytest independently
* exclude test_analysisExplorer from macos in CI
* moved some tests from test_init_summary to test_advanced_init_summary and mark them as long
---------
Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
* fixing coverage report (#126)
* fixed coverage report
---------
Co-authored-by: Petr Andriushchenko <pitandmind@gmail.com>
Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
* changed summmary.py logic
* fixing test_summary
* added macos for testing
* fixed_display_test
* fixed docs and exceptions
* added dropout menu for summary
* added new SummaryDetector to AnalysisExplorer
* bug fixing
* code improving
* fixed test_display
* fixed code smells
* reduce tests for macos
* added some tests and exceptions for summary init
* changed CI, runs pytest independently
* exclude test_analysisExplorer from macos in CI
* moved some tests from test_init_summary to test_advanced_init_summary and mark them as long
---------
Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
* added settings dropdown to AnalysisExplorer
* added a dropdown menu for ColorDetector
* removed identify keyword from notebooks
* added test_init to test_colors
* include colors in AnalysisExplorer
* add kwarg for colors
* pre-selected options for color scheme
* constrain delta_e_method selection to valid options
* fixed tests in test_display
---------
Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
* increased dash width
* added new color_analysis notebook
* added colorgram.py to dependencies
* added first iteration of new color_check
* added new version of color analysis
* added webcolors to dependencies
* added colormath
* switched from colormath to colour-science
* made delta_e algorithm user accessible
* remove obsolete notebook
* update docstrings and type hints
* add color analysis module to API doc
* renamed color_expressions to color_analysis
* renamed test
* updated color analysis notebook to adhere to the same style as other notebooks
* updated test for new df orientation
* refactored color analysis to comply with ammico workflow
* updated color tests to comply with new class structure
* added explanation to colors_analysis notebook
* added class doc string
* updated analysis explorer test to include empty image keyword as dash observer
* fix typo and names, docstring and import
* update doc and notebook explanation
* add project url for pypi
---------
Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
* clean up docstrings
* clean up docstrings 2
* temp integration test module
* cleaner text sample to analyse
* remove clean text and spelling corrections
* change ammico exposed interface