ChangeLog 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. 0.9.6
  2. - Fixed some dependencies declarations to provide support for python 3.5
  3. - Bug fix respect to active learning predictions
  4. - Added support for German preprocess (thanks @sweh)
  5. 0.9.5
  6. - Bug fix on TokenizerSentencerRunner (thanks ezesalta)
  7. - Fix on installation dependencies
  8. - Tokenization options can be handled from instance settings file
  9. 0.9.4
  10. - Added multicore preprocess
  11. - Added support for Stanford 3.5.2 preprocess models
  12. 0.9.3
  13. - Added grammatical parsing to the preprocess flow of documents
  14. - Added support for Spanish preprocess
  15. - Restricted each iepy-instance to a single language
  16. - Gazetter support
  17. - Labeling UI improvements
  18. - Performance and memory usage improvements
  19. - Model simplifications (labels, metadata)
  20. - Storage & view of predictions
  21. 0.9.2
  22. - Add ability to use custom features (http://iepy.rtfd.org/en/latest/how_to_hack.html#implementing-your-own-features)
  23. - Add ability to use rules as features (http://iepy.rtfd.org/en/latest/how_to_hack.html#using-rules-as-features)
  24. - Add rules verifier (http://iepy.rtfd.org/en/latest/rules_tutorial.html#verifying-your-rules)
  25. - Fixed bugs of compatibility with firefox [thanks dchaplinsky for the bug report]
  26. - Skip instead of crashing when a document could not be loaded via csv importer [thanks dchaplinsky for the report and suggestion]
  27. - Performance improvement on rules runner
  28. - Change instance files schema, now it's a python package and renamed settings.
  29. - Add lemmatization to the pre-process (http://iepy.rtfd.org/en/latest/preprocess.html#lemmatization)
  30. - Fix critical bug on loading rules
  31. - Fix critical bug on ranking questions on the active learning extraction runner
  32. 0.9.1
  33. - Add entity kind on the modal dialog
  34. - Change arrows display to be more understandable
  35. - Join skip and don't know label options
  36. - Change options dropdown for radio buttons
  37. - Show help for shortcuts and change the order of the options
  38. - Documents rich view (without needing to be labeling the document for some relation)
  39. - instance upgrader