Releases: dkalpakchi/quinductor
Releases · dkalpakchi/quinductor
Quinductor v0.2.2
Changelog
- Added project description to setup.py
Bug fixes
- Adjusted old scripts to work with new folder structure
- Fixed Textinator loader
Quinductor v0.2.1
Changelog
- Improving logging and documentation
Quinductor v0.2.0
Changelog
- Added SQuAD-based templates for English
- Added the possibility to get templates based on multiple datasets. For instance, SQuAD-based templates for English could be downloaded with
qi.download('en/squad')
and used withqi.use('en/squad')
. - Added new evaluation scripts to get statistics for the upcoming version of the paper
- Now it's possible to get the version of the package by running
qi.__version__
Bugfixes
- Fixed bug with downloading and using templates (ValueError: invalid literal for int() with base 10: '404: Not Found')
Quinductor v0.1.0
Changelog
- The implementation of the Quinductor method
- The possibility to download pre-made templates and other necessary components using
quinductor.download
- The possibility to get access to the pre-made templates using
quinductor.use
- Integrated the possibility to use the default templates out-of-the-box with scripts for making templates and evaluation (the possibility to supply your own templates remains unchanged).
- The first version of the package available at PyPI