Version 2.0.7
2020-10-16
- Fix keyerror when loading tagged corpus;
- Set matplotlib as optional;
- Add tagset for KitApp.

Version 2.0.6
2020-03-22
- Add Wordle tool;

Version 2.0.5
2020-02-05
- Fix wordlist limit (minfreq was set to 10 by deafult); 

Version 2.0.4
2020-02-03
- Add a function in KitApp to populate dropdown with languages; 
- Add functions for saving new resources in data folder;
- Add {'constant_memory': True} to Workbook function in kit_tools to speed up Excel writing files. 

Version 2.0.3
2020-01-30
- Requirements update.


Version 2.0.2
2020-01-30
- Fix get_texts function.


Version 2.0.1
2020-01-30
- Fix collocates;
- Fix hello script.

Version 2.0.0
2020-01-25
- Sqlite is no longer used;
- Corpus data is stored in numpy arrays;
- Now, using Cython to speed up searches;

Version 1.4.3
2019-11-17
- Fix showing tools;

Version 1.4.2
2019-11-17
- Fix showing corpus info;

Version 1.4.1
2019-11-17
- Fix showing texts;

Version 1.4.0
2019-11-15
- Add functions in Corpus class; 
- Fix files2utf8 in kit_util;
- Add Texts tool for the graphical interface.
 
Version 1.3.9
2019-11-13
- Graphical interface for Kitconc concordancer;
- Fix loading png files for the graphical interface.

Version 1.3.8
2019-11-13
- Graphical interface for Kitconc concordancer;
- Fix loading png files for the graphical interface.

Version 1.3.7
2019-10-14
- Graphical interface for Kitconc concordancer
  
Version 1.3.6
2019-10-14
- Add functions:
 * tagged_sentence_get()
 * tagged_sentences_get()
 * sentences_get()
 * words_get()
 * tagged_words_get()
- Fix download examples in kit_cmd.
 
Version 1.3.5
2019-10-14
- Add examples function in kit_cmd.
- Fix core file handlers.
- Fix **kwargs for plot_collgraph.
- Fix printing progress on jupyter notebook or qtconsole.

Version 1.3.4
2019-10-13
- Fix for downloading examples from github.
- Add **kwargs for plot_collgraph in the object Collocates.

Version 1.3.3
2019-10-10
- Added kit_cmd to kitconc modules.
- Kit class can be imported from kit_cmd.

Version 1.3.2
2019-10-10
- Add kit.py to scripts folder.

Version 1.3.1
2019-10-10
- Add kit.py to scripts folder.

Version 1.3.0
2019-10-10
- Fix sqlite3 version.

Version 1.2.0
2019-10-10
- Fix sqlite3 version.

Version 1.1.0
2019-10-10
- Using sqlite3 to create corpora.