diff --git a/NEWS.md b/NEWS.md index 08ed504..bc0a4c7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,12 @@ -DeepPatientLevelPrediction 1.0.0 -========================== +DeepPatientLevelPrediction 1.0.1 +====================== +- Added changelog to website +- Added a first model tutorial +- Fixed small bug in default ResNet and Transformer +DeepPatientLevelPrediction 1.0.0 +====================== - created an Estimator R6 class to handle the model fitting - Added three non-temporal models. An MLP, a ResNet and a Transformer - ResNet and Transformer have default versions of hyperparameters -- Created tests and documentation for the package +- Created tests and documentation for the package \ No newline at end of file diff --git a/_pkgdown.yml b/_pkgdown.yml index a552c95..500b114 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -12,8 +12,10 @@ navbar: left: - home - intro + - firstModel - reference - articles + - news right: [hades, github] components: home: @@ -25,6 +27,12 @@ navbar: intro: text: Get started href: articles/Installing.html + firstModel: + text: My first deep learning model + href: articles/FirstModel.html + news: + text: Changelog + href: news/index.html github: icon: fa-github fa-lg href: https://github.com/OHDSI/DeepPatientLevelPrediction