v3.1.0
PreprocessMD v3.1.0
Closed issues:
- Convert any input into OMOP (#49)
- Improve example pipeline (#105)
- Include randomized tests (#126)
- top_n_values() should supply a default number (#141)
- Use const for global type unions (#145)
- add_label_column!() docstring contains a blank item in the argument list (#146)
- Examples should display function inputs (#153)
- Generate new doctest output automatically (#158)
- Package update: PreprocessMD.jl 3.0.1 (#162)
- Need warnings for overly large inputs (#169)
- Change script examples to REPL examples (#176)
- Unable to test warnings with @test_logs (#183)
- Update
Project.toml
(#186)
Merged pull requests:
- Remove unused functions (#163) (@AshlinHarris)
- Create CONTRIBUTING.md (#164) (@AshlinHarris)
- Improve example pipeline (#165) (@AshlinHarris)
- Update CONTRIBUTING.md (#167) (@AshlinHarris)
- Create README.md (#173) (@AshlinHarris)
- Add doctest output back to documentation (#175) (@AshlinHarris)
- Add default n to top_n_values() (#177) (@AshlinHarris)
- Change docstring script examples to REPL examples (#178) (@AshlinHarris)
- Make global types constant (#179) (@AshlinHarris)
- Add package docstring (#180) (@AshlinHarris)
- Add warnings for large inputs (#182) (@AshlinHarris)
.gitattributes
: settext=auto
(#185) (@DilumAluthge)- Update
Project.toml
(#187) (@AshlinHarris) - Add note about
doctest=:fix
(#188) (@AshlinHarris) - Enforce LF line endings (#189) (@AshlinHarris)
- Test for warning messages (#190) (@AshlinHarris)