Skip to content

Release 1.3.1

Compare
Choose a tag to compare
@al-niessner al-niessner released this 28 Jul 19:30
· 47 commits to main since this release
5e2a477

quick fix (#168)

Author: al-niessner
Date: Thu, 28 Jul 2022 12:28:13 -0700

fix typo

Author: Al Niessner
Date: Thu, 28 Jul 2022 11:13:45 -0700

make them match at warning (#166)

Author: al-niessner
Date: Thu, 28 Jul 2022 09:28:19 -0700

simple fix (#165)

Author: al-niessner
Date: Thu, 28 Jul 2022 09:21:25 -0700

Issue 160: update base OS and all tests (#161)

Author: al-niessner
Date: Wed, 29 Jun 2022 10:09:59 -0700

  • docker images build

Updating to Ubuntu 22.04 required newer versions of many of the tests like pylint as well. These changes required a bit tinkering to get all tools at a level where they are happy to work together.

  • pylint improvements

The bulk of the upgrade goes to pylint. It has improved its checking depth and breadth. Code updates were required to clear the new and improved checks while some inline comments were more appropriate to the design of DAWGIE.

  • remove some duplication

One of the newer checks is for code duplication. Other than the __main__ block, duplicate blocks were removed and code cleaned up. Used an inline comment for the main blocks because they are naturally going be the same code over and over. The code is short and concise and really does not lend itself well to be being removed.

Issue 140: fix envs (#159)

Author: al-niessner
Date: Fri, 25 Mar 2022 14:17:08 -0700

  • updated all envs and references

Went through dawgie.context and found all the environment variables. Found all references using find. Added DAWGIE_ as prefix.