Skip to content
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

Develop #27

Merged
merged 58 commits into from
May 29, 2024
Merged

Develop #27

merged 58 commits into from
May 29, 2024

Conversation

BKDDFS
Copy link
Owner

@BKDDFS BKDDFS commented May 28, 2024

Release Notes

Enhancements

  • Dependencies Module: Added a new dependencies module.
  • Created At Badge: Added a 'created at' badge to the project.
  • OpenCVVideo Method Name Change: Renamed get_next_video_frames to get_next in OpenCVVideo.
  • Image Normalization: Moved image normalization from the evaluator to extractors.
  • Extractor Factory Method: Renamed get_extractor() to create_extractor() in ExtractorFactory.
  • ServiceShutdownSignal: Moved ServiceShutdownSignal inside DockerManager.
  • ServiceInitializer: Made ServiceInitializer attributes protected.
  • Manager Status: Added "created" status to manager and corresponding tests.
  • CPU-Only Flag: Added a CPU-only flag for improved configurability.

Documentation

  • README Updates:
    • Added new flag information.
    • Updated requirements section.
    • Fixed paths in docker-compose.yaml and adjusted method 2.
    • Changed README files' test sections after moving tests to the root folder.

Bug Fixes

  • Path Fixes: Fixed paths in Docker compose files and method descriptions in README.
  • Test Imports: Moved extractor service tests and service manager tests to the root directory and fixed import paths.
  • Image Evaluator: Modified _get_image_evaluator() to return ImageEvaluator instead of a specific implementation.

Checklist before requesting a review

  • [ y ] I have performed a self-review of my code
  • [ y ] I add tests (if needed)
  • [ y ] I add docstrings (if needed)

BKDDFS added 30 commits May 16, 2024 15:30
…develop

marge changes from origin/main do develop
…to refactor-code

pull changes from move-tests branch to refactor-code branch.
…to refactor-code

marge newest changes from develop to refactor-code branch.
@BKDDFS BKDDFS added documentation Improvements or additions to documentation enhancement New feature or request labels May 28, 2024
@BKDDFS BKDDFS added this to the v2.3.0 milestone May 28, 2024
Copy link

sonarcloud bot commented May 29, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@BKDDFS BKDDFS merged commit 6ad0b83 into main May 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant