Skip to content

paper: Prepare for submission to JOSS#186

Merged
mhovd merged 34 commits intomainfrom
joss
Jan 3, 2026
Merged

paper: Prepare for submission to JOSS#186
mhovd merged 34 commits intomainfrom
joss

Conversation

@mhovd
Copy link
Collaborator

@mhovd mhovd commented Dec 22, 2025

No description provided.

@mhovd mhovd marked this pull request as ready for review December 22, 2025 19:17
Copilot AI review requested due to automatic review settings December 22, 2025 19:17
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request prepares the pharmsol repository for submission to the Journal of Open Source Software (JOSS). The submission includes the addition of a JOSS paper describing the library, new benchmarks demonstrating performance gains, comprehensive testing for stochastic differential equation (SDE) features, and various code quality improvements.

Key Changes:

  • Added JOSS paper (paper.md) and bibliography (paper.bib) documenting the library's purpose, features, and performance characteristics
  • Added comprehensive benchmarks comparing analytical vs ODE implementations across multiple compartmental models
  • Added particle filter (SDE) test to validate stochastic differential equation likelihood estimation
  • Minor code quality improvements (idiomatic Rust patterns in likelihood module)
  • Updated README with improved installation instructions and examples
  • Cleaned up repository by removing example files and test data

Reviewed changes

Copilot reviewed 11 out of 12 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
paper.md JOSS submission paper documenting pharmsol's features, architecture, and use cases
paper.bib Bibliography with citations for referenced pharmacometric software and libraries
tests/test_pf.rs New test validating particle filter likelihood estimation with stochastic variability
benches/analytical_vs_ode.rs Comprehensive benchmark comparing analytical vs ODE solutions for 1 and 2-compartment models
src/simulator/likelihood/mod.rs Minor refactoring to use more idiomatic Rust patterns
README.md Updated with clearer installation instructions and simplified examples
.github/workflows/render.yml New CI workflow for rendering JOSS paper PDF
Cargo.toml Added benchmark configuration for analytical_vs_ode
.gitignore Added paper build artifacts to ignore list
examples/sde.rs Removed (cleanup for JOSS submission)
examples/pf.rs Removed (cleanup for JOSS submission)
test.csv Removed (cleanup for JOSS submission)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

To include Walter and Michael
mhovd and others added 8 commits December 22, 2025 20:36
Moved paper and references to a separate folder.
* Clarify summary and future work for 'pharmsol' library

Updated the summary and conclusion sections to clarify the purpose of the 'pharmsol' library and its future development plans.

* Clarify future development focus in conclusion

Updated the conclusion section to specify 'non-compartmental analyses' instead of 'NCA analyses'.

* Fix wording in conclusion section

Corrected 'non-compartmental analyses' to 'non-compartmental analysis' for consistency.
@mhovd mhovd merged commit 5dac893 into main Jan 3, 2026
4 of 5 checks passed
@mhovd mhovd deleted the joss branch January 3, 2026 14:53
This was referenced Jan 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants