Skip to content

Releases: bcbi/PreprocessMD.jl

v4.0.0

22 Jun 17:21
e1ce120
Compare
Choose a tag to compare

PreprocessMD v4.0.0

Diff since v3.1.1

Closed issues:

  • Generate cohorts from concept sets (#201)
  • Add doctests for generate_cohort() (#204)
  • Change MLJ.jl from a dependency to a weakdep (#211)

Merged pull requests:

v3.1.1

13 Mar 21:22
392743e
Compare
Choose a tag to compare

PreprocessMD v3.1.1

Diff since v3.1.0

Closed issues:

  • Add progress meters for long computations (#170)

Merged pull requests:

v3.1.0

29 Aug 15:03
96a2a8a
Compare
Choose a tag to compare

PreprocessMD v3.1.0

Diff since v3.0.1

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:

v3.0.1

09 Aug 18:20
36a04b1
Compare
Choose a tag to compare

PreprocessMD v3.0.1

Diff since v3.0.0

Closed issues:

  • Output is copied along with code (#140)
  • Package update: PreprocessMD.jl 3.0.0 (#150)
  • Adjust dependencies (#151)
  • Need docstring example for top_n_values() (#156)
  • Generate new doctest output automatically (#158)
  • Add using statements to docstring examples (#159)

Merged pull requests:

v3.0.0

05 Aug 13:58
9658cfa
Compare
Choose a tag to compare

PreprocessMD v3.0.0

Diff since v2.0.0

Closed issues:

  • Package update: PreprocessMD.jl 2.0.0 (#117)
  • Support medical codes (#118)
  • Set label column (#119)
  • Suppress output in test sets (#123)
  • Duplicate tests (#129)
  • Reduce dependencies for test/runtests.jl (#132)
  • Compatability with Julia v1.6.7 (#133)
  • Test support for earlier versions of each dependency (#135)
  • Codecov fails (#138)
  • Refactor tests (#143)
  • Remove MLDemo (#147)

Merged pull requests:

v2.0.0

27 Jun 20:22
cc4e34b
Compare
Choose a tag to compare

PreprocessMD v2.0.0

Diff since v1.0.0

Closed issues:

  • Package registration (#99)
  • Replace CSV.File with CSV.read (#106)
  • Move all test code to test/runtests.jl (#109)
  • Use joinpath() for assembling directories (#110)
  • Add other operating systems to ci.yml (#111)
  • Consistent scheme for multiple dispatch (#115)

Merged pull requests:

v1.0.0

03 Jun 20:17
dcedbe3
Compare
Choose a tag to compare

PreprocessMD v1.0.0

Closed issues:

  • Develop tests on MIMIC IV OMOP data using Downloads.jl (#1)
  • Complete biomedical pipeline (#3)
  • Add feasibility checks (#5)
  • We should accept any Tables-compatible table as input, instead of only accepting DataFrames (#24)
  • Implement machine learning model in example (#42)
  • Compatibility issues with MLJ (#45)
  • v0.1: Workflows and first function (#48)
  • Documentation action fails (#60)
  • Clean up and format (#63)
  • Don't import entire packages (#64)
  • Update all docstrings (#68)
  • Change add_label_column!() argument list (#70)
  • Add user-centric documentation (#71)
  • Add script for local doctests (#74)
  • Update test sets (#76)
  • Automate documentation with autodocs (#83)

Merged pull requests: