Skip to content
Permalink
release/0.7.8
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jul 14, 2016

  1. Merge pull request #287 from Wolfgange3311999/master

    Moved generated dicts to temporary directory
    MatthewScholefield committed Jul 14, 2016
  2. Issues #273 - Add case for when verb is 's (#283)

    * Issues #273 - Add case for when vern is 's
    
    * Issues #273 - Remove debug lines
    ethanaward authored and isaacnward committed Jul 14, 2016

Commits on Jul 12, 2016

  1. Issues/234: Weather display on faceplate (#255)

    * i really need to fork
    
    * Added weather functionality
    
    * pep8
    
    * uncommented line
    
    * removed variable default values
    
    * changed enclosure version
    
    * edited metadata syntax
    isaacnward committed Jul 12, 2016

Commits on Jul 8, 2016

  1. Update load_data_files to load regex files (Fixes #256) (#271)

    * Issues 256 - Change loading all files to load regex
    
    * Issues 256 - Readd regex call
    ethanaward committed Jul 8, 2016
  2. Add media base class (#267)

    * Add media base class
    
    * Clean up media base vocabulary keywords
    
    * Rename header for common MediaSkill settings to "MediaSkill"
    
    * Stop procedure cleaned up
    
    * mycroft.media.stop now contains information of the message origin, this is used by the handler to make sure the calling skill doesn't stop itself.
    * the play() method was renamed before_play() for clarity
    
    * Rename _set_sink to something understandable.
    forslund authored and jdorleans committed Jul 8, 2016

Commits on Jul 7, 2016

  1. Add new listener config options- Fixes #260 (#266)

    * Added new listener config options
    
    * Fixed audio unit tests
    This adds a cleareraudio file for the wakeup test and changesto the new LocalRecognizer constructor
    
    * Added .dict files to .gitignore
    This is because they are now auto-generated on startup rather than stored permanently
    
    * Fixed audio accuracy test for new LocalRecognizer constructor
    
    * Added support for spaces in wake word config
    In the phonemes a new word is indicated by a period character. The separating of the words actually changes the way pocketsphinx interprets the sound of it and in this case improves it
    
    * Fixed unit test
    MatthewScholefield authored and ethanaward committed Jul 7, 2016
  2. removed Alan's voice from mycroft core in preperation for a mimic rel…

    …ease with the precompiled voice (#269)
    aatchison authored and ethanaward committed Jul 7, 2016
  3. Features/mouth stocks (#261)

    * added mouth stock display
    
    * changed sleep length
    
    * pep8
    isaacnward authored and ethanaward committed Jul 7, 2016

Commits on Jul 6, 2016

  1. Added false positive audio accuracy test - Fixes #237 (#249)

    * Added false positive audio accuracy test
    
    * Renamed and moved print_status method
    
    Renamed and moved print_status method to print_ww_found_status
    MatthewScholefield authored and jdorleans committed Jul 6, 2016

Commits on Jun 30, 2016

  1. Decreased "wake up" false positives - Fixes #189 (#252)

    * Increased kws threshold for the wakeup_recognizer
    
    * Fixed pep8 in listener
    
    * Fixed unit tests
    MatthewScholefield authored and isaacnward committed Jun 30, 2016
  2. Added more tests to EnglishQuestionParser (#251)

    * Added more tests
    
    * Changed example verb in question parser test
    MatthewScholefield authored and jdorleans committed Jun 30, 2016

Commits on Jun 29, 2016

  1. Decreased false positives (Fixes #200) (#202)

    * Changed keyword to 'hey mycroft' and increased threshold
    The threshold increase is necessary since the keyphrase is now more syllables
    
    * Fixed pocketsphinxnot loading and pep8
    Previously I tried using a new word called 'hey-mycroft' (with the appropriate phoenetic version in the .dict) however it worked just as well as how it is now as separate words
    
    * Increased threshold further
    MatthewScholefield authored and jdorleans committed Jun 29, 2016
  2. Make skill directory a positional argument (#248)

    this eliminates the need of always supplying --dir before the argument
    that will basically always be needed.
    forslund authored and isaacnward committed Jun 29, 2016

Commits on Jun 28, 2016

  1. Issues 108 - Change regex to be localized (#222)

    * Issues 108 - Add load_regex_files
    
    * Issues 108 - Update weather skill with new regex syntax
    
    * Issues 108 - Update stock skill with new regex syntax
    
    * Issues 108 - Add stock regex file
    
    * Issues 108 - Update time skill to use new regex syntax
    
    * Issues 108 - Update desktop skill to use new regex syntax
    
    * Issues 108 - Update volume skill to use new regex syntax
    
    * Issues 108 - Update wikipedia skill to use new regex syntax
    
    * Issues 108 - Update spelling skill to use new regex syntax
    
    * Issues 108 - Update sms skill to use new regex syntax
    
    * Issues 108 - Update calling skill to use new regex syntax
    
    * Issues 108 - Remove unused argument
    
    * Issues 108 - Add unit tests
    
    * Issues 108 - Minor changes to fix tests
    
    * Issues 108 - Preserve intended test logic
    
    * Issues 108 - Address feedback
    
    * Issues 108 - Update test formatting
    
    * Issues 108 - Change file location
    ethanaward authored and jdorleans committed Jun 28, 2016
  2. Added new compiled regex for "what's" in wolfram - Fixes #159 (#235)

    * Added new compiled regex for what's
    This is for verbs that don't have a space between the question word and verb
    
    * Added support for 'whats' in wolfram
    
    * Added tests for the EnglishQuestionParser
    MatthewScholefield authored and isaacnward committed Jun 28, 2016
  3. Removed the 'I am searching for' message from Wolfram (Fixes #193) (#206

    )
    
    * Removed the 'I am searching for' message
    
    * The interpreted question is now read instead of 'Sorry, I did not understand your request'
    
    * Added rephrased question to the other areas where wolfram fails
    
    * Fixed wolfram fail_response error thanks to ethanaward
    
    * Added thinking animation
    MatthewScholefield authored and isaacnward committed Jun 28, 2016

Commits on Jun 27, 2016

  1. Revert version

    Our enclosure builder now refuses to build any release tab beyond 0.1.3  :/
    aatchison committed Jun 27, 2016
  2. WA skill will now search again if there is one didyoumean in the re…

    …sults (#236)
    
    * Issues 192 - WA skill will now search again with top alternative
    
    * Issues 192 - Add tests for new method
    
    * Issues 192 - Fix pep8
    
    * Issues 192 - Update test syntax
    
    * Issues 192 - Change WA skill to use dialog
    
    * Issues 192 - Address feedback
    ethanaward authored and jdorleans committed Jun 27, 2016

Commits on Jun 24, 2016

  1. Update scheduled skill formatting (Fixed #158) (#231)

    * Issues 158 - Update ScheduledSkill time formatting
    
    * Issues 158 - Add unit tests for new method changes
    
    * Issues 158 - Change to not use date-based implementation to fix tests
    
    * Issues 158 - Address feedback
    ethanaward authored and jdorleans committed Jun 24, 2016
  2. Issue-212 added check_origin: true to messagebus server to allow brow…

    …ser connections to Mycroft (#215)
    joshymcd authored and ethanaward committed Jun 24, 2016
  3. Merge pull request #233 from MycroftAI/feature/adapt-version-bump-to-…

    …0.2.7
    
    adapt bump to 2.7
    aatchison committed Jun 24, 2016
  4. adapt bump to 2.7

    aatchison committed Jun 24, 2016

Commits on Jun 23, 2016

  1. Merge pull request #229 from Wolfgange3311999/feature/issues-219

    Added audio accuracy test
    aatchison committed Jun 23, 2016
  2. Merge pull request #230 from Wolfgange3311999/feature/issues-224

    Added timeout override to listener - fixes #224
    aatchison committed Jun 23, 2016
  3. Merge pull request #228 from jasonehines/speak-skill

    Speak skill
    aatchison committed Jun 23, 2016
  4. Added timeout override to listener and fixed bug with it

    previously the listner's behavior would be influenced by the buffer size. Now, however, it is not since the noise is increased by a factor of the seconds per buffer.
    MatthewScholefield committed Jun 23, 2016
  5. Use pip for `build_host_setup.sh. (#203)

    Running an up to date Ubuntu MATE 16.04 workstation, with other Python development tools installed, I was unable to complete `build_host_setup.sh` due to version conflict with `setuptools`. 
    
    This pull request replace `easy_setup` with `pip` to complete the upgrade of `virtualenv`.
    flexiondotorg authored and jdorleans committed Jun 23, 2016
Older