You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-5Lines changed: 21 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
-
### Added
11
-
- Unitary tests.
12
-
13
10
### ROADMAP
14
11
- Switch to Flex Net Sim v0.8.2.
15
-
-Enchance previous algorithms.
12
+
-Enhance previous algorithms.
16
13
- Add algorithm BestFit.
17
-
- Point README docs to oficial documentation.
18
14
- Switch to new domain.
19
15
16
+
## [1.1.0] - 2025-03-01
17
+
18
+
### Added
19
+
- Comprehensive unit tests for all API endpoints and functions
20
+
- Test coverage reporting with pytest-cov
21
+
- GitHub Pages integration for coverage reports
22
+
- Coverage badges in README.md
23
+
- New GitHub Actions workflow for test coverage
24
+
25
+
### Changed
26
+
- Improved documentation in README.md with clearer structure and badges
27
+
- Enhanced API documentation in backend.py with better comments and docstrings
28
+
- Updated development guide with clearer instructions
29
+
- Refactored GitHub Actions workflows to separate testing and deployment
30
+
- Improved code comments and function documentation
31
+
32
+
### Fixed
33
+
- Modified .gitignore to handle coverage files
34
+
20
35
## [1.0.0] - 2025-02-19
21
36
22
37
### Added
@@ -37,4 +52,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37
52
- API allocated in cloud run.
38
53
- Documentation README for the process of develop/deployment located in [workflows](https://github.com/MirkoZETA/FlexNetSim-API/tree/master/.github/workflows/README_DEV.md).
0 commit comments