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: LearnLib/learnlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: learnlib-0.13.0
Choose a base ref
...
head repository: LearnLib/learnlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: learnlib-0.13.1
Choose a head ref
  • 16 commits
  • 68 files changed
  • 4 contributors

Commits on Apr 26, 2015

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

Commits on Feb 8, 2018

  1. Configuration menu
    Copy the full SHA
    824c28a View commit details
    Browse the repository at this point in the history
  2. Merge tag 'learnlib-0.13.0'

    [maven-release-plugin] copy for tag learnlib-0.13.0
    mtf90 committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    3307731 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Merge branch 'master' into release

    Synchronize the master branch with the release branch to prevent that the
    master branch is ahead by single merge commits. Allows future tags to be
    fast-forwarded when reintegrated into the master branch.
    mtf90 committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    5c5aebd View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Update README.md

    add information about continuous deployment
    
    [skip ci]
    
    (cherry picked from commit 705b246)
    mtf90 committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    72ed6c6 View commit details
    Browse the repository at this point in the history
  2. add artifact description to distribution module

    [skip ci]
    
    (cherry picked from commit b3c7d6b)
    mtf90 committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    13561ca View commit details
    Browse the repository at this point in the history
  3. distribution: fix typo in description

    [skip ci]
    
    (cherry picked from commit 4d198f3)
    mtf90 committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    3f3ae3b View commit details
    Browse the repository at this point in the history
  4. cache: fix index-out-of-bounds error

    (cherry picked from commit 6051c7a)
    mtf90 committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    f886d81 View commit details
    Browse the repository at this point in the history
  5. util: cleanup SimpleProfiler

    - remove redundant PROFILE flag
    - add method for explicitly querying single (cumulated) profiles
    - improve JavaDoc
    
    (cherry picked from commit 81dcf43)
    mtf90 committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    624fe82 View commit details
    Browse the repository at this point in the history
  6. bump automatalib version to 0.8.0-SNAPSHOT

    (cherry picked from commit b6795d9)
    mtf90 committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    905b21d View commit details
    Browse the repository at this point in the history
  7. algorithms: correctly handle GrowingAlphabets

    Fix the behaviour of the `addAlphabetSymbol` method if the learners were
    initiliazed with a GrowingAlphabet already.
    
    Previously, due to sharing the alphabet instance with the hypothesis
    automaton, caching mechanisms prevented the correct propagation of the new
    alphabet symbol.
    
    (cherry picked from commit 87477d8)
    mtf90 committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    ac99e3a View commit details
    Browse the repository at this point in the history
  8. algorithms: make all learner state classes public

    Constructors and getters should be package private so that the suspend/resume logic cannot be interferred with.
    
    (cherry picked from commit 8415f9d)
    abainczyk authored and mtf90 committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    364fd96 View commit details
    Browse the repository at this point in the history
  9. drop wagon-ssh extension

    This was required for the sftp upload to a custom FTP server, which has been
    removed from the deploy process.
    
    (cherry picked from commit 707ad27)
    mtf90 committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    aede82a View commit details
    Browse the repository at this point in the history
  10. travis: also build release branch

    Also setup travis to clone the corresponding branch of AutomataLib, so that
    e.g. building the release branch also uses the release branch of AutomataLib.
    
    (cherry picked from commit d513063)
    mtf90 committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    95ef80a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Configuration menu
    Copy the full SHA
    34d839c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9c62aa View commit details
    Browse the repository at this point in the history
Loading