Releases: hsma-programme/hsma6_des_book
Releases · hsma-programme/hsma6_des_book
v0.2.0 - 2025-02-21
What's Changed
- Merge changes from Amy by @amyheather in #64
New Contributors
- @amyheather made their first contribution in #64
Updates to the book following review by and additions from Amy Heather.
Added
CITATION.cff.downloadthisquarto extension (used onstress_des.qmd).- Page on debugging (
basic_debugging_tactics.qmd). - Page comparing model structures - by adapting and extending on
example_models.qmd. - Page on reproducibility when sharing models (
sharing_reproducible_models.qmd). - Page on STARS (
stars.qmd) - Page on STRESS-DES (
stress_des.qmd). - Page on testing (
tests.qmd).
Changed
- Embellished
README.mdwith logo, badges, illustration, contribution instructions, instructions for rendering the book locally, and a citation and acknowledgements section. - Likewise embellished
index.qmdacknowledgements section. - Updated citation for book to include Amy Heather.
- Add authors to the YAML header on each page.
- Consistent heading style ("Title Case For Titles", "Sentence case for all other headings") (#3).
- Consistent sections and names where relevant (e.g. "Coding the model", "The full code - the full updated code for the model is given below" with the code then in a collapsible box) (#3).
- Regarding the "##NEW" messages:
- Consistent lists (with a ":", capitalisation and full stops).
- Minor spelling and grammar fixes - which include a few specified in issues (#37, #24).
- Add an "Acknowledgements" callout at the start of any page with relevant authors, GitHubs and ORCIDs, when the page has used content from elsewhere (#6, #42).
- Add
plotly.express,pytestandsim_toolsto environment. - Add further explanation of code changes in
testing_large_numbers_scenarios.qmd(#53).
Removed
- Unused file
intro.qmd.
Fixed
- Corrected
callout-infotocallout-note(#12) - Links to streamlit book and display of app in
intro_creating_web_apps.qmd(#27), and to other pages inappointment_style_booking_models.qmd(#26). - Made installation of
pywin32andpywinpty(as inrequirements.txt) only relevant for Windows machines. - Made book chapters visible in light mode (
theme-light.scss) (#17). - Prevented cut-off of final chapters in sidebar (
theme-dark.scss,theme-light.scss)
Full Changelog: v0.1.0...v0.2.0
v0.1.0 - 2025-01-24
🌱 First release of the HSMA6 DES Book.