v1.0.1
New Feature: Response Pattern Generation
Added a new function generate_response_pattern in adaptivetesting/math/__gen_response_pattern.py to simulate response patterns based on participant ability and test item parameters. This includes support for setting a random seed for reproducibility.
Imported the generate_response_pattern function in adaptivetesting/math/init.py for module-level access.
Created a new test file, adaptivetesting/tests/test_generate_response_pattern.py, to validate the functionality of generate_response_pattern with unit tests.