-
Notifications
You must be signed in to change notification settings - Fork 1
Prerelease 1.0.0 #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Prerelease 1.0.0 #53
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1a24af2
to
891aca5
Compare
9dccc6f
to
c98680c
Compare
…onfiguration, testing utilities, and CI workflows
…e core package initialization
… query, and table management with tests
…ctionality with tests
…implementations with tests
… and utilities with tests
…asets, download capabilities, and metadata handling with tests
…thon store implementations with tests
… structure for API, main, and store operations
…with English and French translations
…ve tutorials for all modules
…for readability had to remove a test due to breaking mock (to look at latter)
c98680c
to
e03e5ff
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Major Code Reorganization and Library Structure Improvement
This pull request represents a significant reorganization of the CosmoTech Acceleration Library (CoAL) codebase to improve structure, maintainability, and usability. The changes focus on creating a more coherent architecture, improving documentation, and enhancing test coverage.
Key Changes
1. Package Structure Reorganization
Renamed and Restructured Modules:
CosmoTech_Acceleration_Library
to a more standard Python package structure withcosmotech.coal
as the main namespacecoal/cli
to a dedicatedcsm_data
moduleImproved Module Organization:
2. Enhanced Documentation
Comprehensive README: Updated with clear explanations of all major components
New Tutorials: Added detailed tutorials for:
API Documentation: Improved documentation for all public APIs
Pull Request Guidelines: Added clear guidelines for contributors
3. Testing Infrastructure
Comprehensive Test Suite: Added extensive unit tests for all components
Test Coverage Tools:
find_untested_functions.py
to identify code without testsgenerate_test_files.py
to scaffold test filesCoverage Requirements: Established minimum coverage requirements
4. Development Workflow Improvements
5. Feature Enhancements
CosmoTech API Integration: Improved and expanded API client functionality
Cloud Service Support:
Data Management:
6. Internationalization
Technical Details
Removed Components
Modelops
module in favor of the new architectureAdded Components
Migration Notes
This PR represents a significant restructuring, but maintains backward compatibility where possible. Users should:
Testing and Validation
Documentation Updates
This PR addresses the need for a more maintainable and well-structured codebase, making it easier for both users and contributors to work with the CosmoTech Acceleration Library.