gsm.mapping v1.0.0
gsm.mapping 1.0.0
We are excited to announce the first major release of the gsm.mapping package, which contains essential mapping-specific functions and workflows for the GSM (Good Statistical Modeling) pipeline. This release introduces significant improvements, new features, and bug fixes, all aimed at improving the ease of use and functionality for users working with data mapping in the GSM pipeline.
Notable Changes:
Namespaces in Function Calls:
We have standardized the function calls in workflows by adding namespaces to enhance modularity and avoid potential conflicts. This change helps improve readability and maintainability.
PR #32
New Mapping Workflows:
A set of new workflows for handling gsm.endpoints and PK mapping have been added, streamlining the process of managing and utilizing endpoints within the pipeline.
PR #31
Replacing clindata with gsm.datasim:
Replaced clindata with gsm.datasim, improving the data simulation workflow.
PR #41
gsm.core Update:
The package has been updated to use gsm.core instead of the previously used gsm, ensuring compatibility with the new modular approach to the gsm pipeline.
PR #46
Vignette Updates:
Several improvements were made to the documentation and vignettes, providing users with clearer and more informative examples for using the mapping workflows, as well as .
PR #44
Other Updates:
- Minor bug fixes and performance enhancements across various modules of the package.
For detailed information on the changes, please refer to the individual pull requests linked above.
What's Changed
- Add namespaces to function calls in workflows by Laura Maxwell (@lauramaxwell) in #32
- add gsm.endpoints mapping workflows by Laura Maxwell (@lauramaxwell) in #31
- Add Qualification GHA by Laura Maxwell (@lauramaxwell) in #42
- Closes #29 fixes template to add new domain by Zelos Zhu (@zdz2101) in #36
- sync dev to main by Laura Maxwell (@lauramaxwell) in #40
- Closes #37 and #38 replace clindata with gsm.datasim and add PK yaml to mapping by Zelos Zhu (@zdz2101) in #41
- Update gsm to gsm.core by Laura Maxwell (@lauramaxwell) in #46
- Vignette tweaks by Laura Maxwell (@lauramaxwell) in #44
- Gsm.mapping v1.0.0 Release Candidate by Laura Maxwell (@lauramaxwell) in #47
Full Changelog: v0.0.2...v1.0.0