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

Develop legacy #53

Open
wants to merge 65 commits into
base: master
Choose a base branch
from
Open

Develop legacy #53

wants to merge 65 commits into from

Commits on Feb 13, 2020

  1. Update README.md

    OliverB committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    fb42792 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from oborchers/master

    Minor changes added to master. Before implementing ANN, MaxPooling
    Oliver Borchers authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    79fd3c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23a95ed View commit details
    Browse the repository at this point in the history
  4. Code style fix

    OliverB committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    fe9af44 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Added file closing op

    OliverB committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    db4c021 View commit details
    Browse the repository at this point in the history
  2. Fixed lgtm test exclusion

    OliverB committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    296621a View commit details
    Browse the repository at this point in the history
  3. Fixed call to child in super __init__

    OliverB committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    48333b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Added Pooling model

    OliverB committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    8c21256 View commit details
    Browse the repository at this point in the history
  2. Added todo

    OliverB committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    fdd9c9b View commit details
    Browse the repository at this point in the history
  3. Fixed n-to-m mapping in np

    OliverB committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    d592410 View commit details
    Browse the repository at this point in the history
  4. Small fix to avg

    OliverB committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    a533fa3 View commit details
    Browse the repository at this point in the history
  5. MaxPool work NP code

    OliverB committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    83a0c5a View commit details
    Browse the repository at this point in the history
  6. Typing changes

    OliverB committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    5d6e885 View commit details
    Browse the repository at this point in the history
  7. Added pooling

    OliverB committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    00b33cb View commit details
    Browse the repository at this point in the history
  8. Fixed non-negative bug + tests

    OliverB committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    976df44 View commit details
    Browse the repository at this point in the history
  9. Updated readme

    OliverB committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    fb1d55b View commit details
    Browse the repository at this point in the history
  10. Corrected comments

    OliverB committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    e8a7bd9 View commit details
    Browse the repository at this point in the history
  11. Black formatting

    OliverB committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    5c94d5c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Updated readme

    OliverB committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    727efb2 View commit details
    Browse the repository at this point in the history
  2. Updated readme

    OliverB committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    4f936d8 View commit details
    Browse the repository at this point in the history
  3. Added todos

    OliverB committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    cc31045 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. First MaxPool Implementation

    OliverB committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    1b144ac View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Working MaxPooling w2v & ft

    OliverB committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    5feb9f3 View commit details
    Browse the repository at this point in the history
  2. Changed Date to 2020

    OliverB committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    28ecf2f View commit details
    Browse the repository at this point in the history
  3. Added GPL_v3

    OliverB committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    947ebb2 View commit details
    Browse the repository at this point in the history
  4. Added GPL v3

    OliverB committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    8a020bd View commit details
    Browse the repository at this point in the history
  5. Changed setup_requires

    OliverB committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    0f848cb View commit details
    Browse the repository at this point in the history
  6. black

    OliverB committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    902822f View commit details
    Browse the repository at this point in the history
  7. Changed setup

    OliverB committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    66a9001 View commit details
    Browse the repository at this point in the history
  8. Reformat

    OliverB committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    f8d664f View commit details
    Browse the repository at this point in the history
  9. Refactoring

    OliverB committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    3305b72 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Fixed hpool base + added swrmax

    OliverB committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    eb0d190 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Renaming i,j,k

    OliverB committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    c5291e1 View commit details
    Browse the repository at this point in the history
  2. Comments

    OliverB committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    e191b8d View commit details
    Browse the repository at this point in the history
  3. Working np/cy w2v/ft pooling & unittests

    OliverB committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    14bab9d View commit details
    Browse the repository at this point in the history
  4. Minor syntax changes

    OliverB committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    65c94f8 View commit details
    Browse the repository at this point in the history
  5. Working hpool + stride all models

    OliverB committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    bebde9d View commit details
    Browse the repository at this point in the history
  6. Updated todo

    OliverB committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    c864bf3 View commit details
    Browse the repository at this point in the history
  7. Minor

    OliverB committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    5ad3a48 View commit details
    Browse the repository at this point in the history
  8. Updated Comments

    OliverB committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    565ae0e View commit details
    Browse the repository at this point in the history
  9. Updated readme

    OliverB committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    08b7db3 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Memory fix

    OliverB committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    25d95b0 View commit details
    Browse the repository at this point in the history
  2. Readme

    OliverB committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    f4aa40b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Minor Fixes

    OliverB committed May 22, 2020
    Configuration menu
    Copy the full SHA
    d84b225 View commit details
    Browse the repository at this point in the history
  2. todo

    OliverB committed May 22, 2020
    Configuration menu
    Copy the full SHA
    b3e766e View commit details
    Browse the repository at this point in the history
  3. Refactored unittests

    OliverB committed May 22, 2020
    Configuration menu
    Copy the full SHA
    4fac670 View commit details
    Browse the repository at this point in the history
  4. black

    OliverB committed May 22, 2020
    Configuration menu
    Copy the full SHA
    7649820 View commit details
    Browse the repository at this point in the history
  5. Fixed shared imports

    OliverB committed May 22, 2020
    Configuration menu
    Copy the full SHA
    ccebd28 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. fixed shared imports

    OliverB committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    d74a138 View commit details
    Browse the repository at this point in the history
  2. added todo

    OliverB committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    d8633ab View commit details
    Browse the repository at this point in the history
  3. updated readme

    OliverB committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    77ab098 View commit details
    Browse the repository at this point in the history
  4. Changed error message

    OliverB committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    158dd48 View commit details
    Browse the repository at this point in the history
  5. Updated todo

    OliverB committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    b36306d View commit details
    Browse the repository at this point in the history
  6. Updated todo average

    OliverB committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    1d01d1d View commit details
    Browse the repository at this point in the history
  7. Readme + todo

    OliverB committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    f4f3fe5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Updated mail

    OliverB committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    4660937 View commit details
    Browse the repository at this point in the history
  2. Merged VecsConfigs

    OliverB committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    885805c View commit details
    Browse the repository at this point in the history
  3. Bugfix

    OliverB committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    67192c1 View commit details
    Browse the repository at this point in the history
  4. Removed comments

    OliverB committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    b680e83 View commit details
    Browse the repository at this point in the history
  5. todo changed

    OliverB committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    68643a3 View commit details
    Browse the repository at this point in the history
  6. First iterator draft

    OliverB committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    9fb4883 View commit details
    Browse the repository at this point in the history
  7. Added option to skip Cython tests

    OliverB committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    f858274 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Python base_iterator + numpy pooling working

    OliverB committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    6d20af0 View commit details
    Browse the repository at this point in the history
  2. changed readme

    OliverB committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    bc0e668 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Last changes

    OliverB committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    ac17451 View commit details
    Browse the repository at this point in the history