Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Praeses/code2vec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tech-srl/code2vec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 7 files changed
  • 7 contributors

Commits on Mar 17, 2020

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

Commits on Apr 8, 2020

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

Commits on Apr 23, 2020

  1. Bump jackson-databind in /JavaExtractor/JPredict

    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.1 to 2.9.10.4.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 23, 2020
    Configuration menu
    Copy the full SHA
    49b11d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Merge pull request tech-srl#73 from tech-srl/dependabot/maven/JavaExt…

    …ractor/JPredict/com.fasterxml.jackson.core-jackson-databind-2.9.10.4
    
    Bump jackson-databind from 2.9.10.1 to 2.9.10.4 in /JavaExtractor/JPredict
    urialon authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    cc6515b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    9005315 View commit details
    Browse the repository at this point in the history
  2. Merge pull request tech-srl#75 from joaorura/master

    Simple change in the _TFEvaluateModelInputTensorsFormer class converter
    urialon authored May 7, 2020
    Configuration menu
    Copy the full SHA
    29ddbd6 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. fix model_dir creation

    iTakeshi committed May 20, 2020
    Configuration menu
    Copy the full SHA
    51f12eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request tech-srl#81 from iTakeshi/model_dir

    fix model_dir creation
    urialon authored May 20, 2020
    Configuration menu
    Copy the full SHA
    faaef36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0269f8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request tech-srl#82 from iTakeshi/fix_saver

    fix TFModel.evaluate() not to create saver when it exists
    urialon authored May 20, 2020
    Configuration menu
    Copy the full SHA
    0bafb06 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    52d74f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request tech-srl#85 from mdrafiqulrabin/master

    use parameter file_path instead of data_file_path
    urialon authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    8fdf2f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Update README

    urialon authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    37dc998 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. TMP_DIR caused issues by not being set correctly in function `Extract…

    …FeaturesForDirsList`, removed shaddowing of python3 core `dir`
    Torge committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    9b824d6 View commit details
    Browse the repository at this point in the history
  2. pprint used for debugging not needed anymore

    Torge committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    04d832b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Create CITATION.cff

    urialon authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    f33552e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. F1 calculation

    return 0 if precision and recall are zero
    urialon authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    e7547de View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

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

Commits on Sep 20, 2023

  1. I added a batch_size to the extract file, allowing for batch processi…

    …ng of projects instead of loading them all at once. During batch processing, I also incorporated timeout handling.
    lidiancracy committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    103362b View commit details
    Browse the repository at this point in the history
  2. Merge pull request tech-srl#182 from lidiancracy/update_extract_py

    update extract.py
    urialon authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    77637c5 View commit details
    Browse the repository at this point in the history
Loading