Skip to content

Releases: dsa-ou/allowed

Version 1.5.1

10 Sep 12:06
Compare
Choose a tag to compare

For what's changed, see the change log.

Pull requests

Full Changelog: v1.5.0...v1.5.1

Version 1.5.0

15 Aug 14:11
Compare
Choose a tag to compare

For what's changed, see the change log.

Pull Requests

All commits: v1.4.0...v1.5.0

Version 1.4.0

29 Apr 12:54
Compare
Choose a tag to compare

For what's changed, see the change log.

Pull requests

All commits: v1.3.0...v1.4.0

v1.3.0

13 Feb 11:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

Version 1.2.1

10 Feb 14:54
b4f5221
Compare
Choose a tag to compare

This is the 1.2 release on PyPI, with one small fix to the usage message.

What's Changed

New Contributors

Full Changelog: v1.2b1...v1.2.1

Initial 22J release

10 Feb 16:31
Compare
Choose a tag to compare

This is the first release, given to M269 2022/23 students:

  • check code against the M269 configuration
  • check Jupyter notebooks with nbqa
  • check method calls if pytype is installed
  • indicate which unit to check against or extract it from the file name

Full Changelog: https://github.com/dsa-ou/allowed/commits/22J-initial

Version 1.2 beta 1

11 Jan 13:22
Compare
Choose a tag to compare
Version 1.2 beta 1 Pre-release
Pre-release

First (and hopefully last) beta release of version 1.2. Changes since 1.1:

  • a configuration for TM112
  • M269 configuration allows augmented assignments (+=, *=, ...) and prevents string and tuple methods
  • new feature: don't process lines that end with # allowed
  • improved messages and robustness
  • updated documentation

For developers

  • new poetry-based environment
  • better tests

Version 1.1.0

19 Oct 11:42
Compare
Choose a tag to compare

Update configuration for M269 23J. Improve documentation.

22J final release

29 Aug 14:51
Compare
Choose a tag to compare

Final version of 22J.

  • 20/2/23: announced allowed in M269 news
  • 11/4/23: asked in M269 student forum if they had used tool for TMA02 and if have any feedback: GH project page is daunting and a blocker; don't know how to check their Python version; weary of installing another Python; installation issues with Anaconda
  • 1/5/23: announced clearer and simplified instructions in same forum thread