Chris Veilleux
0f9496c46f
Merge branch 'feature/mark-2' into bugfix/intent-match-order
2021-07-01 21:35:15 -05:00
Kris Gesling
70eee6d300
Upgrade PIP version to 21.1.2
2021-06-24 11:12:12 +09:30
Kris Gesling
02faba9db8
fix indentation error
2021-06-17 15:25:23 +09:30
Kris Gesling
aa83b9f7c0
Merge branch 'skill_control' into feature/mark-2
...
As requested.
2021-06-16 23:11:53 +09:30
Kris Gesling
2c598fd96b
Merge branch 'dev' into feature/mark-2
2021-06-15 12:01:18 +09:30
Kris Gesling
7a9c762272
Merge pull request #2914 from forslund/feature/safer-tts-cache
...
Make TTSCache safer
2021-06-11 06:48:53 +09:30
Åke Forslund
4799caa696
Add test cases for tts cache __contains__
2021-06-10 09:33:12 +02:00
Åke Forslund
5d3393b935
Make TTSCahce safer
...
Add __contains__ method to TTSCache, The cache contains a SHA if the SHA is
known and all expected files exists on disk.
This is handles unexpected system events in a more consistent manner and
will still be fast for the case where a new sentence needs to be
synthetisized.
2021-06-10 09:33:06 +02:00
Kris Gesling
6d57b4a855
Remove Mark II specific deprecation notices.
...
These were being perceived by the community as mycroft-core deprecations
Ducking is required on other platforms so I think it's worth waiting to
see how we implement that before actually deprecating the methods.
2021-06-10 06:47:25 +09:30
Kris Gesling
8a3cb6eb88
Merge pull request #2741 from MycroftAI/bugfix/revert-vk-sleep
...
revert a temporary bugfix from PR #2626
2021-06-08 06:46:34 +09:30
Chris Veilleux
4d7ed0f25e
Added to docstring to explain why the method took a list of utterances instead of a single utterance.
2021-06-05 13:39:57 -05:00
Chris Veilleux
2a9f63c173
Fixed a bug where the highest confidence from the Adapt parser is different than the highest confidence from the Adapt intent matcher.
2021-06-05 12:15:02 -05:00
Kris Gesling
0e2a78068a
Merge pull request #2910 from MycroftAI/feature/avx-check
...
Check for the AVX instruction set during install
2021-06-02 06:54:08 +09:30
Kris Gesling
1cc25da144
Merge pull request #2898 from MycroftAI/bugfix/docstring-cleanup
...
Cleanup of documentation
2021-06-01 12:16:44 +09:30
Kris Gesling
ff2db272b8
Add comment explaining no check for AVX on ARM
2021-05-31 08:19:18 +09:30
Kris Gesling
771b8aa36b
Improve writing of config under different conditions
2021-05-28 21:48:50 +09:30
mathmauney
e846d97a24
Sed needs sudo
2021-05-28 21:48:50 +09:30
mathmauney
9c09f1739b
Edit system .conf and make if needed
2021-05-28 21:48:50 +09:30
mathmauney
305b93625a
Update hotword_factory.py
...
Fix long line string
2021-05-28 21:48:49 +09:30
mathmauney
e926504157
Ignore missing AVX for ARM systems
2021-05-28 21:48:49 +09:30
mathmauney
011c3899a9
Fix line too long
2021-05-28 21:48:49 +09:30
mathmauney
4ca656caac
Issue-2232 Add warning when AVX is not detected and fallback.
2021-05-28 21:48:49 +09:30
Kris Gesling
d474e792fe
Merge pull request #2903 from forslund/docs/correct-version
...
ReadTheDocs documentation: Fetch Mycroft-core version from mycroft.version
2021-05-28 15:24:52 +09:30
Kris Gesling
891784a454
Merge pull request #2888 from forslund/refactor/mimic_tts-dont-load-config-on-import
...
Refactor mimic_tts to not load config when importing
2021-05-28 15:24:13 +09:30
Kris Gesling
6165c2d767
Merge pull request #2877 from forslund/feature/clear-adapt-keywords-on-shutdown
...
Remove registered keywords on skill shutdown
2021-05-28 15:23:49 +09:30
Kris Gesling
8a70b1ed76
Merge pull request #2909 from MycroftAI/feature/adapt-v0.4.1
...
Update Adapt intent parser from v0.3.7 to v0.4.1
2021-05-28 14:16:53 +09:30
Åke Forslund
ad410d4bfc
Remove registered keywords on skill shutdown
...
Uses new drop_*() methods from adapt-parser 0.4.0
2021-05-27 22:24:55 +02:00
Kris Gesling
01f73b6b01
Update Adapt parser to v0.4.1
2021-05-27 15:36:29 +09:30
Kris Gesling
0062b3f439
Bump version number
2021-05-26 16:29:20 +09:30
Kris Gesling
8d6759ce63
Merge 21.02 changes from 'dev' into feature/mark-2
2021-05-26 16:12:25 +09:30
devs-mycroft
6c0be727e2
Version bump from 21.2.-1 to 21.2.0
2021-05-26 04:00:38 +00:00
Kris Gesling
a192bdc169
Merge pull request #2907 from MycroftAI/feature/core-v21.02
...
Bump core version and MSM for impending core update
2021-05-20 15:14:22 +09:30
Kris Gesling
b9f1fb7ffb
Bump core version and MSM for impending core update
2021-05-20 14:17:42 +09:30
Ken Smith
a6cba040e9
revert change to existing skill behavior
2021-05-19 18:53:28 -04:00
Ken Smith
ccd41717d2
respond to PR feedback
2021-05-18 13:08:09 -04:00
Ken Smith
c8e16f99e8
add skill states and categories and enable barge in
2021-05-17 14:34:10 -04:00
Åke Forslund
9ffd60bc43
Fetch Mycroft-core version from mycroft.version
...
Uses the info block provided by the release script
2021-05-14 18:35:13 +02:00
Kris Gesling
c936f2f116
Fix incorrect CLI info
2021-05-11 15:12:10 +09:30
Kris Gesling
083463a75e
Clean up docstrings and CLI help info
2021-05-11 15:12:10 +09:30
Åke Forslund
cfc84bab27
Add approprate blank lines to fix phinxdoc warnings
2021-05-11 15:12:10 +09:30
Åke Forslund
e7accacdcf
Fix sphinxdoc warning in common_iot_skill.py
2021-05-11 15:10:32 +09:30
Kris Gesling
e75a05557b
docstring cleanup
2021-05-11 15:10:32 +09:30
Kris Gesling
9d23fad9e8
clean up non-error level logs
2021-05-11 14:17:53 +09:30
Kris Gesling
13e593740c
Add enclosure logs to CLI
2021-05-11 14:15:55 +09:30
Kris Gesling
27cf725411
Merge branch 'dev' into feature/mark-2
2021-05-10 07:22:45 +09:30
Kris Gesling
6327ac5dbb
Upgrade Lingua Franca to v0.4.1 ( #2890 )
...
**Update Lingua Franca to v0.4.1**
The update from Lingua Franca v0.2.x to v0.4.x includes few
breaking changes.
- Some API methods have been updated.
- Mycroft-core tests have been updated to reflect improvements in
Lingua Franca's formatting and parsing.
- add LF default lang setting method to config.locale
including warning that this method will change in the future
- Add TODO's for 21.08 - moving more methods to LF
- simplify loading and setting default of languages in Skills service
- Remove unneeded wrappers for Lingua Franca functions
- Fix documentation of format and parse utils
- Fix test warnings
2021-05-08 08:34:02 +09:30
Kris Gesling
088f563ad9
Merge pull request #2892 from MycroftAI/bugfix/consistent-temp-dir
...
Replace hardcoded use of /tmp directory
2021-05-08 07:28:27 +09:30
Kris Gesling
09f24e1831
Merge pull request #2899 from MycroftAI/bugfix/remove-existing-loader
...
Fix replacement of existing Skill loader in queue
2021-05-08 07:18:01 +09:30
Kris Gesling
5d3b9d479b
Fix test for expected TypeError
2021-05-07 15:34:37 +09:30
Kris Gesling
cc31d8577b
Merge pull request #2897 from MycroftAI/fix_news_no_stop
...
Fix news no stop
2021-05-06 17:02:31 +09:30