Commit Graph

19 Commits (fcdc2c2cd26e24c2aa3f064d93cee3e29dc2a30c)

Author SHA1 Message Date
Alexandre Flament a4dcfa025c [enh] engines: add about variable
move meta information from comment to the about variable
so the preferences, the documentation can show these information
3 years ago
Dalf 1022228d95 Drop Python 2 (1/n): remove unicode string and url_utils 4 years ago
Marc Abonce Seguin 626a8e9ac9 [fix] unicode error with WolframAlpha API engine 6 years ago
Adam Tauber 52e615dede [enh] py3 compatibility 7 years ago
Lorenzo J. Lucchini a8907224a1 Improving Wolfram Alpha search hit content
Making WA search hits contain
- the (parsed) input inside the "title" instead of just "Wolfram|Alpha", to better match other hit titles and to confirm correct parsing of input to the user
- the first output field that contains any text (skipping ones that are only pictures; this is usually the most meaningful "result" field) instead of the raw input as the "content", making it additionally possible to obtain WA computations from JSON API calls
8 years ago
marc 09ee2aa69d [fix] Result text in Wolfram|Alpha (#607) 8 years ago
a01200356 4cea71e3bb [fix] merge with 79705450df 8 years ago
a01200356 4d8996eb4d [enh] unit tests for wolframalpha 8 years ago
a01200356 78d3f3d6b1 [enh] infobox for wolframalpha
TODO:
    - infobox styles
    - unit tests

ISSUES:
    - no_api version needs to re-call server for additional pods, such
      as plots. therefore, it's even slower than before. comment out the
part that calls get_async_pod if requests reach timeout or increase
timeout in settings.yml.
8 years ago
a01200356 8ca5744814 append link to result in wolframalpha_api (and the tests to validate that) 9 years ago
a01200356 d05c676ed5 Add test case in wolframalpha_noapi
[fix] Display multiple answers in wolframalpha_api
9 years ago
a01200356 e9d35c1309 update tests for wolframalpha 9 years ago
a01200356 0871c7ca85 [enh] wolframalpha appends result 9 years ago
a01200356 be54e5269a Add tests for the Wolfram Alpha engines (both API and NO API versions) 9 years ago
a01200356 e4dd75070f Pinche Travis. 9 years ago
a01200356 bc2420f8d4 Fix Travis errors. 9 years ago
a01200356 b3fde19ed5 Remove non API version (doesn't work) 9 years ago
a01200356 922565c8a9 Returns answer rather than results.
More appropriate in this case because it will always give just one
answer.
9 years ago
a01200356 4578575c28 Wolfie kinda works using API 9 years ago