Skip to content

Commit

Permalink
Merge pull request #421 from expectedparrot/v503changelog
Browse files Browse the repository at this point in the history
updated changelog
  • Loading branch information
apostolosfilippas authored May 3, 2024
2 parents bf72659 + 0e994aa commit 983ccf1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,14 @@ For more details see new documentation on <a href="https://docs.expectedparrot.c

### Fixed
- A bug in in `Survey.add_rule()` method that caused an additional question to be skipped when used to apply a skip rule.


## [0.1.19] - 2024-05-03

### Added
- `Results` objects now include columns for question components. Call the `.columns` method on your results to see a list of all components. Run `results.select("question_type.*", "question_text.*", "question_options.*").print()` to see them.

- `Survey` objects now also have a `.to_csv()` method.

### Changed
- Increased the maximum number of multiple choice answer options to 200 (previously 20) to facilitate large codebooks / data labels.

0 comments on commit 983ccf1

Please sign in to comment.