Skip to content

Commit e5374a8

Browse files
committed
prepare 2.2.0
1 parent 8134b9c commit e5374a8

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Deleted
15+
16+
## [2.2.0] - 2025-09-01
17+
18+
### Added
19+
1220
- [#73](https://github.com/green-code-initiative/creedengo-python/pull/73) Add rule GCI100 Disable Gradient For model eval, a rule specific to PyTorch and AI/ML
1321
- [#77](https://github.com/green-code-initiative/creedengo-python/pull/77) Add rule GCI104 AvoidCreatingTensorUsingNumpyOrNativePython, a rule specific to AI/ML code
1422
- [#70](https://github.com/green-code-initiative/creedengo-python/pull/70) Add rule GCI108 Prefer Append Left (a rule to prefer the use of `append` over `insert` for list, using deques)
@@ -17,10 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1725
- [#75](https://github.com/green-code-initiative/creedengo-python/pull/75) Add rule GCI102 avoid non pinned memory for dataloader. This rule is specific to PyTorch and so AI
1826
- [#68](https://github.com/green-code-initiative/creedengo-python/pull/68) Data : Add rule GCI107 Avoid Iterative Matrix Operations. Use vectorization by the usage of the built-in functions of TensorFlow, NumPy or Pandas
1927

20-
### Changed
21-
22-
### Deleted
23-
2428
## [2.1.0] - 2025-08-02
2529

2630
### Added
@@ -140,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140144

141145
## Comparison list
142146

143-
[unreleased](https://github.com/green-code-initiative/creedengo-python/compare/2.1.0...HEAD)
147+
[unreleased](https://github.com/green-code-initiative/creedengo-python/compare/2.2.0...HEAD)
148+
[2.2.0](https://github.com/green-code-initiative/creedengo-python/compare/2.1.0...2.2.0)
144149
[2.1.0](https://github.com/green-code-initiative/creedengo-python/compare/2.0.1...2.1.0)
145150
[2.0.1](https://github.com/green-code-initiative/creedengo-python/compare/2.0.0...2.0.1)
146151
[2.0.0](https://github.com/green-code-initiative/creedengo-python/compare/1.4.4...2.0.0)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.green-code-initiative</groupId>
66
<artifactId>creedengo-python-plugin</artifactId>
7-
<version>2.1.1-SNAPSHOT</version>
7+
<version>2.2.0-SNAPSHOT</version>
88
<packaging>sonar-plugin</packaging>
99

1010
<name>creedengo - Python language</name>

0 commit comments

Comments
 (0)