Skip to content

Releases: dkalpakchi/quinductor

Quinductor v0.2.2

05 May 10:22
Compare
Choose a tag to compare

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

05 May 09:16
9e3488f
Compare
Choose a tag to compare

Changelog

  • Improving logging and documentation

Quinductor v0.2.0

04 Apr 13:44
Compare
Choose a tag to compare

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 with qi.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

25 Oct 17:08
Compare
Choose a tag to compare

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