Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
ae75db4
Upgrade Fugue to version 0.3.0 with major enhancements and breaking c…
alexnodeland Aug 19, 2025
980ad9f
Enhance README and examples for Fugue library
alexnodeland Aug 19, 2025
f182b81
Update CHANGELOG and remove deprecated AdaptiveScales
alexnodeland Aug 19, 2025
07465af
format code
alexnodeland Aug 19, 2025
73cb815
Enhance type-safety in distributions
alexnodeland Aug 20, 2025
ecb6bf6
Refactor distributions for enhanced type safety and validation
alexnodeland Aug 20, 2025
2f60731
Remove unused epsilon variable from VariationalParam sampling methods…
alexnodeland Aug 22, 2025
ce931ac
Improve memory management and add memory benchmarks
alexnodeland Aug 22, 2025
16304eb
Add MCMC benchmarks and update DiminishingAdaptation structure
alexnodeland Aug 22, 2025
37d7e89
Enhance type safety and proposal strategies in MCMC implementation
alexnodeland Aug 22, 2025
e7bb7e8
Refactor MCMC benchmarks and improve code formatting
alexnodeland Aug 22, 2025
b8df4c3
Add rustfmt configuration for consistent code formatting
alexnodeland Aug 22, 2025
a8baecf
Run cargo clippy
alexnodeland Aug 22, 2025
5f15bca
Update Cargo.toml to organize dependencies and add new ones for CLI, …
alexnodeland Aug 22, 2025
131fa51
Add documentation style guide and module README template
alexnodeland Aug 23, 2025
78d9ef5
Enhance error handling system with structured error codes and context
alexnodeland Aug 23, 2025
869e0fc
Add Makefile for build automation and improve testing
alexnodeland Aug 23, 2025
a6d0695
Merge pull request #1 from alexnodeland/refactor/productionize
alexnodeland Aug 23, 2025
9f0209c
Add issue templates (#3)
alexnodeland Aug 23, 2025
cb439a6
Add comprehensive documentation and slim down main README following s…
Copilot Aug 28, 2025
8afdc53
Update README.md
alexnodeland Aug 28, 2025
d911f0f
Update API documentation links and remove outdated notes (#5)
alexnodeland Sep 1, 2025
9ea7e02
Fix/pass ci (#6)
alexnodeland Sep 1, 2025
3897a59
Docs/finalize meta docs (#7)
alexnodeland Sep 1, 2025
930ce40
Update development environment and dependencies (#8)
alexnodeland Sep 1, 2025
a916efe
Chore/update package name (#9)
alexnodeland Sep 1, 2025
3fa3494
Fix/project includes (#10)
alexnodeland Sep 1, 2025
b954a91
Enhance README.md with improved formatting and new sections (#11)
alexnodeland Sep 1, 2025
e84b1ba
Update examples/production_deployment.rs
alexnodeland Sep 1, 2025
636eb26
Update examples/trace_manipulation.rs
alexnodeland Sep 1, 2025
562d2c7
Refactor PooledPriorHandler usage across examples and documentation (…
alexnodeland Sep 1, 2025
d5c5581
Refactor code for improved readability and efficiency (#14)
alexnodeland Sep 1, 2025
a2006ca
Fix/pages deployment (#16)
alexnodeland Sep 1, 2025
86adec3
Merge branch 'main' into develop
alexnodeland Sep 1, 2025
4fd9633
Update API documentation link in `api-reference.md` to point to the c…
alexnodeland Sep 1, 2025
f33a808
Update API documentation link in README.md to point to the latest ver…
alexnodeland Sep 1, 2025
572998a
Update README.md
alexnodeland Sep 2, 2025
9f120a3
Merge branch 'main' into develop
alexnodeland Sep 2, 2025
429b41d
Update README.md to enhance documentation clarity and usability
alexnodeland Sep 2, 2025
310f54d
Add version check before publishing to crates.io in GitHub Actions wo…
alexnodeland Sep 2, 2025
bf91e42
Update GitHub Actions workflow for publishing to crates.io
alexnodeland Sep 2, 2025
5cae6f6
Enhance version check logic in GitHub Actions workflow
alexnodeland Sep 2, 2025
3789e69
Merge branch 'main' into develop
alexnodeland Sep 2, 2025
8e6b3cc
fix publish checks
alexnodeland Sep 2, 2025
600fab5
Merge branch 'main' into develop
alexnodeland Sep 2, 2025
1213e76
fix publish flow
alexnodeland Sep 2, 2025
d384933
Merge branch 'main' into develop
alexnodeland Sep 2, 2025
aa98627
Implement comprehensive AGENTS.md standard with testing-focused devel…
Copilot Sep 3, 2025
8078c3b
docs: add downloads badge to README
alexnodeland Sep 3, 2025
26e8ef1
docs: add zotero links and fix logo stray pixels
alexnodeland Sep 4, 2025
73cb98c
Merge branch 'main' into develop
alexnodeland Sep 4, 2025
167b7bf
chore: optimize docs pipeline performance
alexnodeland Sep 4, 2025
a674502
chore: fix version parsing in docs pipeline
alexnodeland Sep 4, 2025
479fa7e
docs: add ask deepwiki button to README and docs home
alexnodeland Sep 5, 2025
5481024
docs: increase logo size
alexnodeland Sep 5, 2025
3df5afd
docs: resize logos
alexnodeland Sep 8, 2025
81b4e7c
Merge branch 'main' into develop
alexnodeland Sep 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
[![Downloads](https://img.shields.io/crates/d/fugue-ppl?logo=rust)](https://crates.io/crates/fugue-ppl)
[![Zotero](https://img.shields.io/badge/Zotero-Fugue-red?style=flat-square&logo=zotero&logoColor=CC2936)](https://www.zotero.org/groups/6138134/fugue/library)
[![Discord](https://img.shields.io/discord/1412802057437712426?logo=discord&label=discord)](https://discord.gg/QAcF7Nwr)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/alexnodeland/fugue)

**Supported Rust:** 1.70+ • **Platforms:** Linux / macOS / Windows • **Crate:** [`fugue-ppl` on crates.io](https://crates.io/crates/fugue-ppl)

Expand Down
1 change: 1 addition & 0 deletions docs/src/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
[![Downloads](https://img.shields.io/crates/d/fugue-ppl?logo=rust)](https://crates.io/crates/fugue-ppl)
[![Zotero](https://img.shields.io/badge/Zotero-Fugue-red?style=flat-square&logo=zotero&logoColor=CC2936)](https://www.zotero.org/groups/6138134/fugue/library)
[![Discord](https://img.shields.io/discord/1412802057437712426?logo=discord&label=discord)](https://discord.gg/QAcF7Nwr)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/alexnodeland/fugue)

**Supported Rust:** 1.70+ • **Platforms:** Linux / macOS / Windows • **Crate:** [`fugue-ppl` on crates.io](https://crates.io/crates/fugue-ppl)

Expand Down