Commit 5246d63
committed
Release v0.2.0: Major update with unified configuration system
This release brings significant improvements to FIGAROH:
✨ New Features:
- Unified configuration system with automatic legacy compatibility
- Enhanced base classes for calibration and identification
- Optimal trajectory generation framework
- Comprehensive error handling and results management
- Enhanced testing framework with extensive unit tests
📚 Documentation:
- Complete README.md overhaul with modern examples
- Comprehensive Sphinx documentation restructure
- New getting started guide for users
- Enhanced API documentation and cross-references
🧹 Maintenance:
- Removed unused quadprog dependency
- Cleaned up build artifacts
- Modernized project structure
- Version bump to 0.2.0 with detailed changelog
🔧 Technical Improvements:
- Better configuration parsing with template inheritance
- Enhanced robot visualization and collision detection
- Improved QR decomposition and regressor tools
- Streamlined package dependencies
This release maintains full backward compatibility while providing
a more modern and user-friendly interface.File tree
137 files changed
+12332
-15967
lines changed- docs
- build/html
- .doctrees
- modules
- _modules
- figaroh
- calibration
- identification
- measurements
- tools
- visualisation
- _sources
- modules
- _static
- css
- fonts
- fonts
- Lato
- RobotoSlab
- js
- modules
- source
- modules
- src/figaroh
- calibration
- identification
- optimal
- tools
- utils
- tests
- unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
137 files changed
+12332
-15967
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
8 | 67 | | |
9 | 68 | | |
10 | 69 | | |
| |||
35 | 94 | | |
36 | 95 | | |
37 | 96 | | |
38 | | - | |
| 97 | + | |
39 | 98 | | |
40 | 99 | | |
41 | 100 | | |
| |||
0 commit comments