Skip to content
Erika Dsouza edited this page Feb 16, 2018 · 30 revisions

Version 1.1.0

2018-03-09

Services that are generated the first time:

  • Speech to Text
  • Text to Speech

In the above services, many methods would be deprecated. Try to move to the new ones.

Services that are Deprecated

  • Retrieve and Rank
  • Document Conversion
  • Tradeoff Analytics
  • Alchemy
  • Dialog

The error response also has the response, global transaction id and transaction id added

Upon upgrading the SDK, follow the migration guide here.

Version 1.0.2

2017-12-11

  • 08c4f19d52ace329419618bb210429529733a8ee New: Regenerated Discovery V1, added query relation
  • 978b894757b9354dc46403d646b1aeb7904c9cbb New: Renerated Natural Language Understanding

Version 1.0.1

2017-11-28

  • ba62ca2 Fixed fix add_custom_word() to use PUT
  • 5d8872d New: add train_custom_model and update custom_model tests
  • 038b47c Misc: remove reduntant is None checks
  • 9993f13 Fixed: path to open in examples
  • 203f131 Fixed: update Natural Language Classifier examples to use new method signatures
  • 32adf85 Fixed: add customization_weight parameter to recognize() for Speech to Text
  • 9289a2b Fixed: create-classifier to pass training_metadata correctly

Version 1.0.0

2017-11-13

Version 1.0 introduces automatically generated service classes for several services.

Services that are not affected in this release:

  • Speech to Text
  • Text to Speech
  • Retrieve and Rank
  • Document Conversion
  • Tradeoff Analytics

Services that are affected in this release:

  • Discovery
  • Conversation
  • Natural Language Understanding
  • Natural Language Classifier
  • Tone Analyzer
  • Language Translator
  • Personality Insights
  • Visual Recognition

Upon upgrading the SDK, follow the migration guide here.

Version 0.26.1

2017-07-11

  • Added: Upload document method in Discovery
  • Fixed: features is not defined in NLU test
  • Fixed: Discovery create_collection must send JSON
  • Added: Support for JSON and HTML input to tone()
  • Fixed: Renaming methods to use snake case
  • Added: Add list models method to NLU
  • Fixed: SpeechToTextV1.add_corpus() to use POST instead of GET

Version 0.26.0

2017-05-16

  • Added: Conversation endpoints for 2017-04-21 service release (entities, logs)
  • Added: Tone Analyzer tone_chat
  • Fixed: Unicode issues in Python 3

Version 0.25.2

2017-03-21

  • Fixed: Speech to text supports customization_id
  • Fixed: Discovery now can create free instances

Version 0.25.1

2017-02-28

  • Fixed: Natural Language Understanding base url

Version 0.25.0

2017-02-23

  • Fixed: Natural Language Understanding importing
  • Added: Conversation workspace updating

Version 0.24.0

2017-02-21

  • Added: Discovery configuration APIs
  • Added: Tradeoff Analytics find_preferable_options flag

Version 0.23.0

2016-12-21

  • Added: Discovery v1
  • Fixed: Retrieve and Rank top_answers
  • Added: Tone Analyzer + Conversation example
  • Added: speaker_labels to Speech to Text
  • Fixed: Using UTF-8 when installing the documentation from the README in setup.py
  • Added: Speech to Text customizations
  • Added: Unit tests for AlchemyLanguage, Speech to Text and Discovery

Version 0.22.0

2016-11-03

  • Added: Tradeoff Analytics generate_visualization flag
  • Fixed: AlchemyLanguage flags now passed as form fields when using POST

Version 0.21.0

2016-10-28

  • Added: Personality Insights v3

Version 0.20.1

2016-10-13

  • Fixed: Issue with Speech to Text parameters not working

Version 0.20.0

2016-09-30

  • Added: Language Translator
  • Fixed: Deprecation to Language Translation
  • Removed: Conversation v1 experimental

Version 0.19.0

2016-08-30

  • Fixed: Typo in the "language" parameter in Alchemy Language
  • Added: Targeted Emotion in Alchemy Language
  • Added: More supported parameters in Alchemy Language

Version 0.18.0

2016-07-22

  • Added: Retraining for Visual Recognition classifiers
  • Added: Using custom models for Alchemy Language entities

Version 0.17.1

2016-07-17

  • Fixed: x_watson_learning_opt_out value

Version 0.17.0

2016-07-14

  • Fixed: Conversation default url
  • Added: x_watson_learning_opt_out option on the WatsonDeveloperCloud service

Version 0.16.0

2016-07-12

  • New: Conversation v1 service

Version 0.15.0

2016-07-07

  • New: index_document in Document Conversion
  • Fixed: bug with model_id in translation

Version 0.14.0

2016-06-12

  • New: Conversation v1 experimental service

Version 0.13.0

2016-06-07

  • New: Visual Recognition v3 service
  • New: Alchemy Language typed_relations
Clone this wiki locally