Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 5 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ MIT License

Copyright (c) 2025 Joel Morin and Contributors

This Python port was developed through a collaboration between Joel Morin
and Claude (Anthropic's AI assistant), which provided code generation,
algorithm translation, debugging assistance, and documentation throughout
the entire development process.

This software is based on DVOACAP by Alex Shovkoplyas (VE3NEA)
https://github.com/VE3NEA/DVOACAP
Copyright (c) 2025 Alex Shovkoplyas
Expand Down
15 changes: 13 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
DVOACAP-Python
Copyright 2025 Joel Morin and Contributors

This project was developed with the collaboration and assistance of Claude.ai.
DEVELOPMENT COLLABORATION:
This project was developed through an extensive collaboration between Joel Morin
and Claude (Anthropic's AI assistant). Claude's contributions include:
- Translation of Pascal/Delphi algorithms to Python
- Code generation for all 5 implementation phases
- Performance optimization and vectorization
- Validation framework design and implementation
- Comprehensive documentation and examples
- Debugging and numerical accuracy verification
- Test suite development

================================================================================

Expand Down Expand Up @@ -39,7 +48,9 @@ ATTRIBUTION CHAIN:
3. dvoacap-python (2025)
- Language: Python
- Primary Author: Joel Morin (skyelaird)
- Development: Collaborative work with Claude.ai assistance
- Development: Collaborative work between Joel Morin and Claude (Anthropic)
- AI Contributions: Algorithm translation, code generation, optimization,
validation, documentation, and debugging assistance
- License: MIT
- Purpose: Accessible Python implementation for modern developers
- Repository: https://github.com/skyelaird/dvoacap-python
Expand Down