Releases: open-resources/problem_bank_helpers
Releases · open-resources/problem_bank_helpers
v0.3.2
v0.3.1
- 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
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)
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
(catching up on publishing this release)
What's Changed
- remove num is zero log by @yangchristina in #30
- Add statistics graph generation helpers by @Bluesy1 in #31
- add type checks for backticks_to_code_tags by @yangchristina in #32
Full Changelog: v0.2.4...v0.2.5
v0.2.4
v0.2.3
What's Changed
- create_html_table by @yangchristina in #25
- mc from dictionary helper by @yangchristina in #28
New Contributors
- @yangchristina made their first contribution in #25
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
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
- @firasm made their first contribution in #12
- @Bluesy1 made their first contribution in #16
- @amurph24 made their first contribution in #14
Full Changelog: https://github.com/open-resources/problem_bank_helpers/commits/v0.2.1