Releases: analogdevicesinc/genalyzer
Releases · analogdevicesinc/genalyzer
Release list
Latest Development Build
Genalyzer release v0.1.4
What's Changed
- Updates to Ubuntu and Python versions tested through Github Actions by @SrikanthPagadarai in #60
- Add pytest plugin by @tfcollins in #62
- Add pyadi helpers with doc and tests by @tfcollins in #63
- Update README to be more fancy by @tfcollins in #64
- Minor IIO specific fixes by @tfcollins in #65
- Add support for mingw compiler by @andrei47w in #66
- Add linting and improved docstrings by @tfcollins in #69
- Add C++ API reference to Sphinx documentation by @tfcollins in #70
- Expand C API docstrings in cgenalyzer.h by @tfcollins in #71
- Move Code Quality Tools page to end of doc table of contents by @tfcollins in #72
- Update README to use theme-aware logo by @tfcollins in #73
- Add speed enhancments for spectral estimation path by @tfcollins in #74
- Switch Sphinx docs to adi_doctools cosmic theme by @tfcollins in #76
- Add comprehensive MCP server featureset (16 tools, 5 analysis domains) by @tfcollins in #77
- Replace mermaid with pyd2lang-native for Sphinx diagrams by @tfcollins in #78
- Install the [mcp] extra in docs CI so MCP API reference is not blank by @tfcollins in #79
New Contributors
- @andrei47w made their first contribution in #66
Full Changelog: v0.1.2...v0.1.4
Genalyzer release v0.1.2
Update: License header updated in all source files.
Genalyzer release v0.1.1
Update: Fix to finding Windows .dll through Python bindings
Genalyzer release v0.1
Update to match MasterDocDeploy doc generation with DocBuild doc gene…