Skip to content

Releases: open-resources/problem_bank_helpers

v0.3.2

15 Aug 17:30
v0.3.2
3ef5c9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

04 Jul 22:25
v0.3.1
d11c990
Compare
Choose a tag to compare
  • Downgrade numpy pin to >=1.26.4,<2.0 as PrairieLearn is not planning to upgrade to numpy 2.0 currently and it contains breaking changes compared to 1.x releases

Full Changelog: v0.3.0...v0.3.1

v0.3.0

01 Jul 16:43
v0.3.0
d61e335
Compare
Choose a tag to compare

What's Changed

  • Automated/Trusted publishing for problem bank helpers by @Bluesy1 in #35
  • Remove use of depreciated importlib.resources.open_text by @Bluesy1 in #34
  • Updated base64 function names and fix functions by @firasm and @Bluesy1 in #26 and #36
  • Make sure python 3.12 is supported by @Bluesy1 in #37

Full Changelog: v0.2.7...v0.3.0

Emergency fix (part 2)

02 Jan 19:22
Compare
Choose a tag to compare

This was an emergency fix to deal with some backwards compatibility loss in pbh.ErrorCheck() ; it seems there were two versions of the ErrorCheck function. I've now commented out the version that I think is incorrect.

Full Changelog: v0.2.5...v0.2.7

v0.2.5

02 Jan 08:03
7497142
Compare
Choose a tag to compare

(catching up on publishing this release)

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

02 Oct 19:02
Compare
Choose a tag to compare

What's Changed

  • Fix the if/elif/else statement so it works correctly by @firasm in #29

Full Changelog: v0.2.3...v0.2.4

v0.2.3

28 Sep 03:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

14 Aug 05:14
13d7d8f
Compare
Choose a tag to compare

What's Changed

  • Remove dependency caching from on-release.yml by @Bluesy1 in #23
  • Fix broken syntax in string_to_pl_user_file by @Bluesy1 in #24
  • Fix round_sig() typing regression by @amurph24 in #22

Full Changelog: v0.2.1...v0.2.2

v0.2.1

09 Aug 01:07
Compare
Choose a tag to compare

Sync the PyPi version with GitHub and catch up on old releases

What's Changed

  • first attempt at improving data loading by @firasm in #12
  • Create update-on-release action to automatically update PBH for pl course repos that depend on it by @Bluesy1 in #16
  • Move backticks to code tags function to PBH by @Bluesy1 in #17
  • Add testing by @amurph24 in #14
  • Add base64 encoding and decoding helper functions by @Bluesy1 in #15
  • Fix test warnings by @amurph24 in #19
  • Update on-release.yml action name by @Bluesy1 in #18

New Contributors

Full Changelog: https://github.com/open-resources/problem_bank_helpers/commits/v0.2.1