pygrapenlp (2.4.0) stable; urgency=medium

  * Added compatibility with MacOS
  * Tests can be run in the commad line with pytest

 -- Javier Sastre <javier.sastre@gmail.com>  Mon, 15 Mar 2021 10:07:43 +0000

pygrapenlp (2.3.1) stable; urgency=medium

  * Increased version number to be able to upload package to Pypi

 -- Javier Sastre <javier.sastre@telefonica.net>  Tue, 26 Mar 2019 14:35:02 +0100

pygrapenlp (2.3.0) stable; urgency=medium

  * Adapted to grapenlp-core version 2.8.0 which adds the possibility of passing a dictionary of context variables to condition the sentence interpretations (e.g. disambiguation based on the context of the conversation)

 -- Javier Sastre <javier.sastre@telefonica.net>  Mon, 25 Mar 2019 12:39:01 +0100

pygrapenlp (2.2.1) stable; urgency=medium

  * Corrected license field in setup.py to be able to publish pygrapenlp in Pypi 

 -- Javier Sastre <javier.sastre@telefonica.net>  Fri, 22 Feb 2019 10:08:11 +0100

pygrapenlp (2.2.0) stable; urgency=medium

  * Clean target removes source code files copied from package libgrapenlp-dev

 -- Javier Sastre <javier.sastre@telefonica.net>  Wed, 13 Feb 2019 18:43:55 +0100

pygrapenlp (2.1.0) stable; urgency=medium

  * This pygrapenlp version no longer includes autogenerated SWIG source code files but automatically copies them upon installing the package from the Debian package libgrapenlp-dev v2.2.0 or greater.

 -- Javier Sastre <javier.sastre@telefonica.net>  Thu, 10 Jan 2019 10:29:40 +0100

pygrapenlp (2.0.2) stable; urgency=medium

  * The native library is no longer inside the Python module but compilation is done upon installation of this Python module, provided that the libgrapenlp and libgrapenlp-dev Debian packages are installed. These can be built with the GrapeNLP project.

 -- Javier Sastre <javier.sastre@telefonica.net>  24 Oct 2018 00:57:17 +0200

pygrapenlp (2.0.1) stable; urgency=medium

  * Removed project dependent method from Python/native interface (the main grapenlp-core method to invoke is "tag" inside Python script grammar_engine.py)

 -- Javier Sastre <javier.sastre@telefonica.net>  23 Oct 2018 15:59:24 +0200

pygrapenlp (2.0.0) stable; urgency=medium

  * This is the first version uploaded to GitHub. It is operative, though documentation is still lacking and it is limited to Ubuntu: the Python package contains a precompiled version of the grapenlp-core library, which has been compiled in Ubuntu. In a future version I expect to split the library into an autoinstallable native library (e.g. a Debian package) and the C++/Python interface source code, and to let the Python package installation process include the compilation of the interface source code to make it platform independent. You may compile yourself the grapenlp-core library in another platform and overwrite by hand the file libgrapenlp.so inside the pygrapenlp package to port it to that platform.

 -- Javier Sastre <javier.sastre@telefonica.net>  Tue, 23 Oct 2018 13:28:35 +0200
