Skip to content
Snippets Groups Projects
  1. Jan 04, 2022
  2. Dec 14, 2021
  3. Oct 19, 2021
  4. Oct 18, 2021
  5. Oct 14, 2021
  6. Oct 13, 2021
  7. Sep 23, 2021
    • Daniel Ecer's avatar
      install dependencies together (#452) · b08c24cd
      Daniel Ecer authored
      * install dev dependencies together
      
      * downgraded typing-extensions for beam
      
      * downgraded numpy for beam
      
      * also changed Dockerfile
      
      * removed base image argument
      
      * refactored docker build
      
      * set docker compose config version to 3.4
    • Daniel Ecer's avatar
      added mypy linting (#451) · d54c28d6
      Daniel Ecer authored
      * added mypy dependencies
      
      * running mypy as part of ci
      
      * linting: return type
      
      * linting: replaced six
      
      * linting: optional type
      
      * added StrLike
      
      * added workaround for slice type
      
      * linting: MatchingBlocksWithMatchedText argument 1
      
      * linting: more typing
      
      * linting: iterable return type
      
      * removed incompatible overload
      
      * added typevar T
      
      * renamed index to start to avoid conflict
      
      * added assert
      
      * linting: pad_longest type
      
      * linting: pad_list typing
      
      * removed usage of six text_type
      
      * linting: distance match value
      
      * added types-requests
      
      * linting: get_scoring_method return type
      
      * replaced typevar T
      
      * removed remaining six dependencies
      
      * linting: set or seq type
      
      * linting: using sequence
      
      * added types-PyYAML==5.4.10
      
      * linting: dict type
      
      * explicit bool conversion
      
      * added type hint
      
      * linting: use same var
      
      * lint: use str instead of AnyStr
      
      * linting: use str instead of anystr
      
      * use EMPTY_MATCHING_BLOCKS
      
      * use own T
      
      * linting: get_unwrapped_value return type
      
      * added type
      
      * linting: optional namespaces
      
      * using DistanceFunctionProtocol
      
      * linting: delcated _cache type
      
      * linting: using T_Value
      
      * added get_required_recursive_unwrapped_value
      
      * added counter type
      
      * linting: get_first typing
      
      * linting: find_best_match return type
      
      * linting: ugly casts
      
      * linting: mypy kwargs workaround
      
      * fixed incorrect call to sections
      
      * linting: _contrib_email return type
      
      * fixed missing ref to value_2
      
      * fixed wrap_scoring_function_with_preprocessing wrapped signature
      
      * CustomEvaluationConfig: fields required
      
      * CustomEvaluationConfig: optional data
      
      * added type_checked_distance_function
      
      * using type_checked_distance_function
      
      * using type_checked_distance_function
      
      * linting: blank line
      
      * linting: blank line
  8. Sep 21, 2021
  9. Sep 20, 2021