Skip to content

Releases: rishi-kulkarni/nsb-toolbox

v0.5.5

04 May 22:36
9278dd0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

13 Oct 20:02
cdbdad4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

10 Jun 03:49
9f0ae88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

nsb-toolbox v0.5.2

27 Jan 02:56
f1c22ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

nsb-toolbox v0.5.1

21 Jan 20:28
028fee7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

nsb-toolbox v0.5.0

15 Oct 19:41
0cd3db6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.5.0

nsb-toolbox v0.4.3

23 Jul 18:21
b78c457
Compare
Choose a tag to compare

Fixes another minor bug with how nsb-format handles line breaks.

What's Changed

Full Changelog: v0.4.2...v0.4.3

nsb-toolbox v0.4.2

23 Jul 03:52
Compare
Choose a tag to compare

Minor fixes and improvements to nsb format and nsb assign

Changelog

  • Adds --capitalize option to nsb format to force capitalization of all answer lines
  • Properly formats questions that have a line break between the question type and the stem
  • Adds --dry-run option to nsb assign that shows stats of what question properties are present/needed, but doesn't write the successful assignment to the question file

nsb-toolbox v0.4.1

05 Jul 16:26
Compare
Choose a tag to compare

Fixes an import bug.

Changelog

  • Adds typing-extensions to setup.cfg

nsb-toolbox v0.4

05 Jul 16:20
Compare
Choose a tag to compare

This release implements the nsb assign functionality.

Changelog

nsb assign

  • Allows SMEs to automatically assign Science Bowl questions to rounds based on constraints in a config file. See README for more information.

nsb format

  • Updates to ensure that the output of nsb format is ready to be used by nsb assign
  • Mild performance improvements