Skip to content

Releases: Pelagicore/qface

2.0.11

07 Aug 12:55
Compare
Choose a tag to compare

More pathlib related fixes

2.0.10

01 Aug 14:54
Compare
Choose a tag to compare

What's Changed

  • CI: Fix workflow to be kept alive after 60 days by @Gagi2k in #115
  • Fix utils to work with pathlib by @Gagi2k in #116

Full Changelog: 2.0.9...2.0.10

2.0.9

01 Aug 13:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.8...2.0.9

2.0.8

13 Apr 09:10
Compare
Choose a tag to compare

What's Changed

  • CI: Change all jobs to report deprecation warnings as errors by @Gagi2k in #110
  • CI: Add python 3.6 and 3.10 to all jobs by @Gagi2k in #111
  • Add support for antlr 4.10 by @Gagi2k in #112

Full Changelog: 2.0.7...2.0.8

2.0.7

05 Apr 08:22
Compare
Choose a tag to compare

What's Changed

  • Fix usage of deprecated 'environmentfilter' function from jinja by @Gagi2k in #108
  • Bump version to 2.0.7 by @Gagi2k in #109

Full Changelog: 2.0.6...2.0.7

2.0.6

27 Jan 12:01
Compare
Choose a tag to compare
  • Replace usage of 'typing.io' by 'typing'
  • Improve error handling when parsing annotation files
  • Don't report an error when parsing an empty annotations file

2.0.5

22 Sep 12:33
Compare
Choose a tag to compare
  • Always provide a error message when using undefiend jinja variables
  • Add a unitest to verify that all jinja errors are handled correctly

2.0.4

06 Jul 15:50
Compare
Choose a tag to compare
  • Relax the versions for dependent packages
    This should make it easier to install qface next to other python packages.
  • Fix usage of deprecated APIs
  • Improve error reporting in qface files
  • Switched to Github Actions as CI and added new jobs which help to notify when the package breaks