Skip to content

Commit

Permalink
Refactored code, added new tests, and removed deprecated code and dep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
Devasy23 committed Mar 9, 2024
1 parent 154d7b1 commit a4913c6
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,17 @@
- Resolved issues in the test cases of [`test_face_cycle.py`](testing/test_face_cycle.py) to ensure they pass with the updated code structure. Fixes made by @Devasy23.

### Removed
- Removed deprecated code from various modules to improve performance and maintainability. Changes made by @Devasy23.
- Removed deprecated code from various modules to improve performance and maintainability. Changes made by @Devasy23.

## [0.1.3] - 2024-03-10 - 00:51

### Added
- Created a new file [`test_face_endpoints.py`](testing/test_face_endpoints.py) to separately test each endpoint. Changes made by @Devasy23
- Split the test cases in [`test_face_cycle.py`](testing/test_face_cycle.py) into smaller tests for each endpoint.
- Added new dependencies to the [`requirements.txt`](requirements.txt) file to support the latest features and improvements.

### Fixed
- Resolved various bugs and issues identified during the testing process.

### Removed
- Removed deprecated code and unused dependencies from the project.

0 comments on commit a4913c6

Please sign in to comment.