Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/423 release candidate #13036

Merged
merged 17 commits into from
Nov 10, 2022
Merged

Commits on Nov 4, 2022

  1. Add scala to util.Random for more clarity during the build

    - we already have `util` so it is confusing which util it should look for during the build
    maziyarpanahi committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    d02dc6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4dc19a View commit details
    Browse the repository at this point in the history
  3. SPARKNLP 643 detecting spark version in a safer way (#13035)

    * SPARKNLP-643 Extract only the spark version(numbers)
    
    * SPARKNLP-643 Replace regex with LooseVersion from distutils
    maziyarpanahi committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    375339c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    1f18601 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    181738f View commit details
    Browse the repository at this point in the history
  3. Serializable Issue K8s Word Embeddings (#13001)

    * SPARKNLP-558 Adding serializable support to BytesKey object
    
    * SPARKNLP-558 Adding serializable support to BytesKey object
    danilojsl committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    21814d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    38680ce View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Fix the wrong SentencePiece model's name [skip test]

    - it should be `spm.model`
    maziyarpanahi committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    288afaf View commit details
    Browse the repository at this point in the history
  2. Adding Control for Annotators with One Column (#12997)

    * SPARKNLP-632 Adding control for annotators with only one expected column in Python side
    
    * SPARKNLP-632 Adding inputAnnotatorTypes and optionalInputAnnotatorTypes in annotators for Python
    
    * SPARKNLP-632 Removing useless prints to terminal
    
    * SPARKNLP-632 Adding AnnotatorType initialization in Python
    
    * SPARKNLP-632 Removing wrong imports
    danilojsl committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    902b07d View commit details
    Browse the repository at this point in the history
  3. Fix a bug in Vision Transformer annotator that results in NaNs for so…

    …me models (#13048)
    
    * code for fixing Nans
    
    * Remove var and leave a TODO
    
    Co-authored-by: Maziyar Panahi <maziyar.panahi@iscpif.fr>
    ahmedlone127 and maziyarpanahi committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    8285a87 View commit details
    Browse the repository at this point in the history
  4. Bug fix and enhancements for CoNLLGenerator annotator (#13053)

    * SPARKNLP-645 Update unit tests for CoNLLGenerator
    
    * CoNLLGenerator Bugfixes and Improvements both on Scala and Python (#13051)
    
    * Test for non-int metadata values in CoNLLGenerator
    
    * Fix for non-int metadata values bug in CoNLLGenerator
    
    * Include escaping when writing csv in order to preserve special char tokens
    
    * Remove unnecessary option from csv write
    
    * Addin metadata sentence key parameter in order to selecti which metadata field to use as sentence for CoNLL Generation
    
    * Minor formatting in scala, Python refactorization (several bug fixes supporting scala overloaded methods), Python Tests for 2 and 3 arguments
    
    Co-authored-by: Andres Fernandez <51669244+jfernandrezj@users.noreply.github.com>
    maziyarpanahi and jfernandrezj committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2a382ce View commit details
    Browse the repository at this point in the history
  5. SPARKNLP-621: Add string support to RegexMatcher in addition to a file (

    #13060)
    
    - new parameter rules where users can provide an array of rules
    - new parameter delimiter to split the rules
    DevinTDHa committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    d7f561e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47d2bd6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b6e9970 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fac17f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e956ca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7cf5f4c View commit details
    Browse the repository at this point in the history