Recent Releases of https://github.com/cdcgov/pyrenew

https://github.com/cdcgov/pyrenew - Pyrenew v0.1.4

What's Changed

  • Add weeklytodaily functionality
  • Breaking change: move time handling functions to their own module by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/483

Full Changelog: https://github.com/CDCgov/PyRenew/compare/v.0.1.3...v0.1.4

- Python
Published by dylanhmorris over 1 year ago

https://github.com/cdcgov/pyrenew - Pyrenew 0.1.3

What's Changed

  • Add stable age distribution initialization by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/482

Full Changelog: https://github.com/CDCgov/PyRenew/compare/v0.1.2...v.0.1.3

- Python
Published by dylanhmorris over 1 year ago

https://github.com/cdcgov/pyrenew - v0.1.2

What's Changed

  • add dailytoweekly function by @sbidari in https://github.com/CDCgov/PyRenew/pull/478

Full Changelog: https://github.com/CDCgov/PyRenew/compare/v0.1.1...v0.1.2

- Python
Published by damonbayer over 1 year ago

https://github.com/cdcgov/pyrenew - v0.1.1

What's Changed

  • Clean up actions by @damonbayer in https://github.com/CDCgov/PyRenew/pull/411
  • Test convolve mode in hospitaladmissionspy by @sbidari in https://github.com/CDCgov/PyRenew/pull/398
  • create randomvariable module by @sbidari in https://github.com/CDCgov/PyRenew/pull/412
  • Fix README numpyro link formatting in RST version by @damonbayer in https://github.com/CDCgov/PyRenew/pull/416
  • Set find_heuristic_step_size Default To True by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/417
  • Use dev version of numpyro by @damonbayer in https://github.com/CDCgov/PyRenew/pull/421
  • Remove UTF-8 Encoding Headers by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/422
  • Remove redundant jnp.array in ar.py by @damonbayer in https://github.com/CDCgov/PyRenew/pull/424
  • Modify README With Instantiated Model Information by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/430
  • Reworks InitializeInfectionsExponentialGrowth to work with numpyro.plate by @damonbayer in https://github.com/CDCgov/PyRenew/pull/432
  • create a censored normal distribution by @sbidari in https://github.com/CDCgov/PyRenew/pull/428
  • Fix text in readme by @damonbayer in https://github.com/CDCgov/PyRenew/pull/436
  • Add default observation rate to compute_delay_ascertained_incidence by @damonbayer in https://github.com/CDCgov/PyRenew/pull/437
  • Remove duplicate test introduced in #437 by @damonbayer in https://github.com/CDCgov/PyRenew/pull/438
  • Remove SampledValue by @damonbayer in https://github.com/CDCgov/PyRenew/pull/441
  • Vectorize ARProcess() by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/439
  • multidimensional array convention by @sbidari in https://github.com/CDCgov/PyRenew/pull/445
  • update infectionswithfeedback process by @sbidari in https://github.com/CDCgov/PyRenew/pull/440
  • Document scan conventions in developer_documentation.rst by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/448
  • Remove gvegayon from CODEOWNERS by @gvegayon in https://github.com/CDCgov/PyRenew/pull/449
  • Vectorize differenced process by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/446
  • Require at least numpyro 0.15.3 by @damonbayer in https://github.com/CDCgov/PyRenew/pull/453
  • use init_to_sample as default init_strategy by @damonbayer in https://github.com/CDCgov/PyRenew/pull/454
  • 231 write sphinx documentation using markdown via myst by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/457
  • Add and configure intersphinx by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/463
  • Remove black and isort in favor of ruff by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/467
  • Remove redundant tutorial build by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/469
  • Further Prune PostProcessing Code, Specifically plotposterior And spreaddraws by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/431
  • refactor infectionswithfeedback.py to allow shared infection feedback strength across sites by @sbidari in https://github.com/CDCgov/PyRenew/pull/470
  • Use ruff format for qmds by @damonbayer in https://github.com/CDCgov/PyRenew/pull/473
  • Adding the post-page-artifact job by @gvegayon in https://github.com/CDCgov/PyRenew/pull/456

Full Changelog: https://github.com/CDCgov/PyRenew/compare/v0.1.0...v0.1.1

- Python
Published by damonbayer over 1 year ago

https://github.com/cdcgov/pyrenew - v0.1.0

What's Changed

  • Re-implementation of the pyrenews basicrenewlmodel using the proposed modularization in https://github.com/CDCgov/PyRenew/pull/26
  • Missing pieces from #26 and closes #29 in https://github.com/CDCgov/PyRenew/pull/32
  • Added transform and test for scaled logit in https://github.com/CDCgov/PyRenew/pull/37
  • Renaming metaclasses to metaclass in https://github.com/CDCgov/PyRenew/pull/36
  • Create typos.yaml by @natemcintosh in https://github.com/CDCgov/PyRenew/pull/42
  • 34 port notebooks under modeldocs to quarto in https://github.com/CDCgov/PyRenew/pull/35
  • Extra mathematical description of discrete delay distributions by @SamuelBrand1 in https://github.com/CDCgov/PyRenew/pull/44
  • Sphinx(it) deploy of doc by @gvegayon in https://github.com/CDCgov/PyRenew/pull/49
  • Porting changes from CDCent by @gvegayon in https://github.com/CDCgov/PyRenew/pull/51
  • Bump pillow from 10.2.0 to 10.3.0 in /model by @dependabot in https://github.com/CDCgov/PyRenew/pull/56
  • Do not attempt to deploy Sphinx site in PRs by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/62
  • Formally addresses implementing the observed hospitalizations module in https://github.com/CDCgov/PyRenew/pull/39
  • Adding code coverage workflow by @gvegayon in https://github.com/CDCgov/PyRenew/pull/64
  • Setup of quarto docs by @gvegayon in https://github.com/CDCgov/PyRenew/pull/59
  • change all ArrayLike imports to jax.typing.ArrayLike by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/66
  • Refactoring sample from dicts to named arguments + **kwargs by @gvegayon in https://github.com/CDCgov/PyRenew/pull/63
  • Minor issue in README.md (link to precommit workflow) by @gvegayon in https://github.com/CDCgov/PyRenew/pull/67
  • add code coverage CI to pipeline code by @natemcintosh in https://github.com/CDCgov/PyRenew/pull/71
  • Issue 47 - pyrenew_demo.qmd by @cshelley in https://github.com/CDCgov/PyRenew/pull/77
  • First Pass Documentation (docstrings) For Latent Folder by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/73
  • First Pass Documentation (docstrings) For Model Folder by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/74
  • First Pass Documentation (docstrings) For Observation Folder by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/76
  • Add .DS_Store to .gitignore by @damonbayer in https://github.com/CDCgov/PyRenew/pull/82
  • First Pass Documentation (docstrings) For Top Level Pyrenew Files by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/89
  • First Pass Documentation (docstrings) For Deterministic Folder by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/86
  • First Pass Documentation (docstrings) For Process Folder by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/87
  • ~~Test~~ Demo using data from WW R package by @gvegayon in https://github.com/CDCgov/PyRenew/pull/55
  • Clean Model Documentation by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/94
  • 47 thl2 first pass on documentation by @cshelley in https://github.com/CDCgov/PyRenew/pull/96
  • 50 standardize language by @gvegayon in https://github.com/CDCgov/PyRenew/pull/90
  • Convert md tutorials to rst and copy them to the website by @gvegayon in https://github.com/CDCgov/PyRenew/pull/95
  • Removing files supposed to be removed! and fixing website by @gvegayon in https://github.com/CDCgov/PyRenew/pull/99
  • Bump tqdm from 4.66.2 to 4.66.3 in /model by @dependabot in https://github.com/CDCgov/PyRenew/pull/100
  • Bump tqdm from 4.66.2 to 4.66.3 in /docs by @dependabot in https://github.com/CDCgov/PyRenew/pull/101
  • Bump idna from 3.6 to 3.7 in /docs by @dependabot in https://github.com/CDCgov/PyRenew/pull/72
  • Bump jinja2 from 3.1.3 to 3.1.4 in /docs by @dependabot in https://github.com/CDCgov/PyRenew/pull/102
  • Bump jinja2 from 3.1.3 to 3.1.4 in /model by @dependabot in https://github.com/CDCgov/PyRenew/pull/103
  • Adding Null RVs by @gvegayon in https://github.com/CDCgov/PyRenew/pull/93
  • Changing the theme of sphinx by @gvegayon in https://github.com/CDCgov/PyRenew/pull/104
  • Add Validation Hooks For Docstrings (Numpydocs) And Spelling (Typos) by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/106
  • Removing prev deleted file and fixing pre-commit by @gvegayon in https://github.com/CDCgov/PyRenew/pull/109
  • Adding missing figures in demos. by @gvegayon in https://github.com/CDCgov/PyRenew/pull/110
  • Create a dockerfile for running the model code locally or in azure by @gvegayon in https://github.com/CDCgov/PyRenew/pull/107
  • Correct spacing in distutil.py by @damonbayer in https://github.com/CDCgov/PyRenew/pull/119
  • 117 Improves website and README.md by @gvegayon in https://github.com/CDCgov/PyRenew/pull/118
  • Fix docstrings typo in admissionsmodel.py by @damonbayer in https://github.com/CDCgov/PyRenew/pull/125
  • Bump requests from 2.31.0 to 2.32.0 in /docs by @dependabot in https://github.com/CDCgov/PyRenew/pull/129
  • Bump requests from 2.31.0 to 2.32.2 in /model by @dependabot in https://github.com/CDCgov/PyRenew/pull/130
  • docstring wording tweak: change "inputted" to "passed" by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/136
  • Renaming sampleinfections to computefuture_infections by @gvegayon in https://github.com/CDCgov/PyRenew/pull/137
  • New metaclass.DistributionalRV by @gvegayon in https://github.com/CDCgov/PyRenew/pull/138
  • Fix docstring typo in logistic_susceptibility_adjustment by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/141
  • Refactor transform module to wrap numpyro.distributions.transforms by @gvegayon in https://github.com/CDCgov/PyRenew/pull/140
  • Rt with infection feedback by @gvegayon in https://github.com/CDCgov/PyRenew/pull/123
  • Read columns with correct data types in datasets module by @damonbayer in https://github.com/CDCgov/PyRenew/pull/153
  • Record deterministic RandomVariables by default by @damonbayer in https://github.com/CDCgov/PyRenew/pull/148
  • Renaming datautils to arrayutils by @gvegayon in https://github.com/CDCgov/PyRenew/pull/154
  • Weekly Rt with autoregressive difference by @gvegayon in https://github.com/CDCgov/PyRenew/pull/131
  • Re-remove transform.py by @damonbayer in https://github.com/CDCgov/PyRenew/pull/160
  • Bump tornado from 6.4 to 6.4.1 in /model by @dependabot in https://github.com/CDCgov/PyRenew/pull/164
  • Rework Initial Infections and Support Exponential Growth Initializations by @damonbayer in https://github.com/CDCgov/PyRenew/pull/124
  • Remove poetry.lock from version control by @damonbayer in https://github.com/CDCgov/PyRenew/pull/173
  • Standardize documentation file names and modularize docs in makefile by @damonbayer in https://github.com/CDCgov/PyRenew/pull/172
  • Remove InfectionSeedingProcess_demo.py by @damonbayer in https://github.com/CDCgov/PyRenew/pull/175
  • Upx3 typos fix by @gvegayon in https://github.com/CDCgov/PyRenew/pull/121
  • Renaming variables throughout for clarity by @damonbayer in https://github.com/CDCgov/PyRenew/pull/179
  • restrict filelock version by @damonbayer in https://github.com/CDCgov/PyRenew/pull/182
  • Revert "restrict filelock version" by @damonbayer in https://github.com/CDCgov/PyRenew/pull/183
  • Removing defaults from RtRandomWalkProcess by @gvegayon in https://github.com/CDCgov/PyRenew/pull/184
  • Refactor convolve scanner factory functions by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/161
  • Fix offset in Hospital Admissions Model Figures and clean up code by @damonbayer in https://github.com/CDCgov/PyRenew/pull/186
  • Adding the periodic and ~~weekly~~ day of the week effects and refactoring by @gvegayon in https://github.com/CDCgov/PyRenew/pull/158
  • Rename data variables in models for clarity by @damonbayer in https://github.com/CDCgov/PyRenew/pull/195
  • Pseudo-Random Number Generation For None Input For JAX PRNGKey In Metaclass by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/192
  • Adding Repository Structure And Resources Sections To The README by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/197
  • Sync package versions and update numpyro by @damonbayer in https://github.com/CDCgov/PyRenew/pull/199
  • Fix dangling sentence in demo doc by @brandomr in https://github.com/CDCgov/PyRenew/pull/203
  • Clean up Rt infections renewal model by @damonbayer in https://github.com/CDCgov/PyRenew/pull/204
  • Remove unneeded abstractions in model code (2) by @damonbayer in https://github.com/CDCgov/PyRenew/pull/207
  • Renaming infectionsmeanvarname to infections_varname by @gvegayon in https://github.com/CDCgov/PyRenew/pull/205
  • 201 add visualizations using arviz to tutorials by @sbidari in https://github.com/CDCgov/PyRenew/pull/211
  • Add diagnostics using arviz to tutorials by @sbidari in https://github.com/CDCgov/PyRenew/pull/219
  • Update tutorials formatting by @damonbayer in https://github.com/CDCgov/PyRenew/pull/220
  • Update CODEOWNERS file by @damonbayer in https://github.com/CDCgov/PyRenew/pull/222
  • Create methods for simulating from prior and computing predictive distributions by @damonbayer in https://github.com/CDCgov/PyRenew/pull/218
  • Add Developer Documentation (First Round) by @damonbayer in https://github.com/CDCgov/PyRenew/pull/224
  • Adding t_start and t_unit by @gvegayon in https://github.com/CDCgov/PyRenew/pull/217
  • Fix docstring for computeinfectionsfromrtwith_feedback() by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/246
  • Update actions/upload-artifact version in website.yaml by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/247
  • Rename SeedInfectionsExponential For Clarity by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/251
  • Changing Model.sample To Model.model by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/248
  • Pyrenew tutorial review by @sbidari in https://github.com/CDCgov/PyRenew/pull/191
  • Add RST to makefile by @damonbayer in https://github.com/CDCgov/PyRenew/pull/250
  • add arviz plot for posterior predictive by @sbidari in https://github.com/CDCgov/PyRenew/pull/234
  • sample multiple chain sequentially to avoid warning by @sbidari in https://github.com/CDCgov/PyRenew/pull/257
  • Move tutorials in modeldocs to docssourcetutorials by @gvegayon in https://github.com/CDCgov/PyRenew/pull/233
  • Cleanup after move tutorials in modeldocs to docssourcetutorials by @damonbayer in https://github.com/CDCgov/PyRenew/pull/258
  • add ipywidgets as dependency to remove warning by @sbidari in https://github.com/CDCgov/PyRenew/pull/260
  • Forecasting Interface by @damonbayer in https://github.com/CDCgov/PyRenew/pull/241
  • Format Quarto docs in pre-commit by @damonbayer in https://github.com/CDCgov/PyRenew/pull/265
  • Renaming The Infections Seeding Initialization by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/261
  • Add __call__ As Alias For RandomVariable sample Method by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/253
  • Fix mislabeled tutorial plots by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/269
  • Avoid None encountered in jnp array warning by @sbidari in https://github.com/CDCgov/PyRenew/pull/270
  • fix image rendering in basic renewal model tutorial by @sbidari in https://github.com/CDCgov/PyRenew/pull/272
  • Make concentration in NegativeBinomialObservation a RandomVariable by @damonbayer in https://github.com/CDCgov/PyRenew/pull/267
  • Updating instructions on dev docs and moving Make targets by @gvegayon in https://github.com/CDCgov/PyRenew/pull/264
  • Update negativebinomial.py by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/277
  • change Model.run so parameters always get passed by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/279
  • Parallel MCMC in tutorials by @damonbayer in https://github.com/CDCgov/PyRenew/pull/278
  • Streamline and bug fix hospital admissions model tutorial by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/281
  • 188 random walk refactor by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/275
  • Remove weekday From Hospital Admissions Tutorial by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/295
  • remove pyrenew_demo from tutorials by @sbidari in https://github.com/CDCgov/PyRenew/pull/296
  • Make MyRt in hospital_admissions_model.qmd more flexible by @damonbayer in https://github.com/CDCgov/PyRenew/pull/293
  • improve x-axis label by @sbidari in https://github.com/CDCgov/PyRenew/pull/299
  • Additional seed To init Changes by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/303
  • Use Transformed Overdispersion parameter in hospital_admissions_model.qmd by @damonbayer in https://github.com/CDCgov/PyRenew/pull/302
  • Change Naming Of n_timepoints_to_simulate by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/305
  • remove default name arg by @sbidari in https://github.com/CDCgov/PyRenew/pull/306
  • Maintain Consistent rng_key Valuing by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/317
  • Remove Usage Of npro In Favor Of Just numpyro by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/316
  • Bump polars version and merge all pyproject.tomls to single top level pyproject.toml by @damonbayer in https://github.com/CDCgov/PyRenew/pull/292
  • Fixing Remaining Instances Of np.random.seed() For rng_seed by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/321
  • change tense for "input" by @sbidari in https://github.com/CDCgov/PyRenew/pull/323
  • Solve test_rtperiodicdiff.py Test Failures by @damonbayer in https://github.com/CDCgov/PyRenew/pull/327
  • add note about setting device count by @sbidari in https://github.com/CDCgov/PyRenew/pull/322
  • Change Order Of The name Argument To Match Numpyro by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/324
  • fix code links formatting in tutorials by @damonbayer in https://github.com/CDCgov/PyRenew/pull/330
  • Rename Deterministic vars Attribute To value by @AFg6K7h4fhy2 in https://github.com/CDCgov/PyRenew/pull/331
  • Implements SampledValue by @gvegayon in https://github.com/CDCgov/PyRenew/pull/262
  • Add matplotlib as a core dependency in pyproject.toml by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/336
  • Rename random variables in rtperiodicdiff by @damonbayer in https://github.com/CDCgov/PyRenew/pull/339
  • Fix some docstrings and add validation testing for deterministic.py by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/342
  • Fix name in rtperiodicdiff.py by @damonbayer in https://github.com/CDCgov/PyRenew/pull/343
  • add dependency check workflow by @sbidari in https://github.com/CDCgov/PyRenew/pull/346
  • add test for assert sample and rtype by @sbidari in https://github.com/CDCgov/PyRenew/pull/341
  • add a narrow dependency group for testing in CI by @sbidari in https://github.com/CDCgov/PyRenew/pull/348
  • move ipywidgets to docs dependency group by @sbidari in https://github.com/CDCgov/PyRenew/pull/352
  • add helper function for type error assertion by @sbidari in https://github.com/CDCgov/PyRenew/pull/351
  • Replace ceil with integer division in rtperiodicdiff.py by @damonbayer in https://github.com/CDCgov/PyRenew/pull/360
  • run website CI on all PRs, not just those targeting the default branch by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/363
  • Fix placeholder rst hook bugs by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/365
  • refactor website generation by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/367
  • Refactoring the periodic broadcaster and added warn + error + test by @gvegayon in https://github.com/CDCgov/PyRenew/pull/349
  • replace jax.random.PRNGKey with jax.random.key by @sbidari in https://github.com/CDCgov/PyRenew/pull/373
  • create and use default rt across tests by @sbidari in https://github.com/CDCgov/PyRenew/pull/372
  • Explicitly specify domain for AffineTransform in ScaledLogitTransform by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/378
  • bump numpy and arviz by @damonbayer in https://github.com/CDCgov/PyRenew/pull/379
  • 374 make predictor_values an argument in GLMPrediction by @sbidari in https://github.com/CDCgov/PyRenew/pull/375
  • rename var in latent/hospitaladmissions.py by @sbidari in https://github.com/CDCgov/PyRenew/pull/383
  • Remove deterministic save from infectionswithfeedback.py by @damonbayer in https://github.com/CDCgov/PyRenew/pull/371
  • change default record to False in DeterministicVariable by @sbidari in https://github.com/CDCgov/PyRenew/pull/390
  • Dynamic and static distributional rvs by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/391
  • Ensure float in scaled logit constraint by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/395
  • Moving model to top level by @gvegayon in https://github.com/CDCgov/PyRenew/pull/388
  • remove pipeline folder by @damonbayer in https://github.com/CDCgov/PyRenew/pull/397
  • record TrandformedVariable sample by @sbidari in https://github.com/CDCgov/PyRenew/pull/387
  • Rename instances of Multisignal Renewal to PyRenew by @damonbayer in https://github.com/CDCgov/PyRenew/pull/399
  • Day of the week tutorial by @gvegayon in https://github.com/CDCgov/PyRenew/pull/344
  • Using TransformedRandomVariable by @gvegayon in https://github.com/CDCgov/PyRenew/pull/406
  • Refactor differenced processes, random walks, and AR processes by @dylanhmorris in https://github.com/CDCgov/PyRenew/pull/380
  • Elevate contents of src to root directory by @damonbayer in https://github.com/CDCgov/PyRenew/pull/409

New Contributors

  • @natemcintosh made their first contribution in https://github.com/CDCgov/PyRenew/pull/42
  • @SamuelBrand1 made their first contribution in https://github.com/CDCgov/PyRenew/pull/44
  • @dependabot made their first contribution in https://github.com/CDCgov/PyRenew/pull/56
  • @dylanhmorris made their first contribution in https://github.com/CDCgov/PyRenew/pull/62
  • @cshelley made their first contribution in https://github.com/CDCgov/PyRenew/pull/77
  • @AFg6K7h4fhy2 made their first contribution in https://github.com/CDCgov/PyRenew/pull/73
  • @damonbayer made their first contribution in https://github.com/CDCgov/PyRenew/pull/82
  • @brandomr made their first contribution in https://github.com/CDCgov/PyRenew/pull/203
  • @sbidari made their first contribution in https://github.com/CDCgov/PyRenew/pull/211

Full Changelog: https://github.com/CDCgov/PyRenew/commits/v0.1.0

- Python
Published by damonbayer almost 2 years ago