v0.7.8
·
174 commits
to main
since this release
Added
- Added test coverage tools and codecov badge to README
- Created
bin/coverage.shscript for local coverage checking - Added codecov.yml configuration with 1% coverage drop threshold
Fixed
- Fixed camera synchronization in
dual_figure3d()for Jupyter notebooks- Corrected callback signature from
(scene, camera)to(layout_obj, camera) - Added mutex flag to prevent infinite loop between synchronized scenes
- Corrected callback signature from
- Fixed issue with
np.invon singular matrices in the vertexer (issue with parallel directions) - Fixed Codecov CI integration with proper token and verbose logging
Changed
- Set codecov patch coverage target to 0% to allow untested code changes
- Enhanced GitHub issue templates with system information section
- Improved PR template with comprehensive checklist
Full Changelog: v0.7.7...v0.7.8