Changes package name to Diffid - #13
Merged
Merged
Conversation
BradyPlanden
added a commit
that referenced
this pull request
Jan 25, 2026
* feat: initial documentation with mkdocs Adds the following pages: - Getting started: installation, quickstart, first ODE fit, core concepts - Tutorials w/ notebooks - User guides for optimiser selection, calibration, parallelisation - Optimiser and samplers algorithms - Auto-generated from stubs for Python + Rust links - Visual gallery of example applications - Contributing guidelines, architecture, building instructions * fix: refactor utils.py into bindings plotting module, add `problem.initial_values` to bindings, * docs: fixes for tutorial notebooks * refactor: ScalarProblemBuilder.with_callable renamed .with_objective, optimizer -> optimiser * feat: adds acceptance_ratio to Samples struct, SamplerResults bindings return NDArray type, adds aggregated samples method, stubgen fixes * feat: population-based optimisers & sampler support parallel capable objectives via enum based polymorphism Problem.optimise & Problem.sample default to batch based evaluation, automating parallelisation when selected. Gracefully fallback to sequential otherwise. * chore: increment diffsol/diffsl dependency * docs: general cleanup, adds architecture diagram, updates to tutorials * restores optimiser and sampler docs * Changes package name to `Diffid` (#13) * feat: renames package to 'Diffid' * fix: CI packaging, missing diagram file * fix: move diagram assets to docs/assets folder * fix: add PR write permissions to docs-checks workflow * infra: removes scheduled docs workflow * docs: group dependency in CI, simplify notebook/docs testing suite * docs: updates stale 'planned' information, optimiser guidance * docs: optimizer -> optimiser * docs: remove tutorial numbering * docs: case-sensitive fixes * docs: adds architecture diagram to readme * docs: updates architecture, removes dark background * docs: cleanup and simplify * docs: updates README
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.