File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
Note: This is the Changelog file of ` opengen ` - the Python interface of OpEn
9
9
10
10
11
+ ## [ 0.9.3] - 2024-12-06
12
+
13
+ ### Changed
14
+
15
+ - Email alias in ` setup.py `
16
+
17
+
11
18
## [ 0.9.2] - 2024-11-05
12
19
13
20
### Fixed
@@ -219,6 +226,7 @@ Note: This is the Changelog file of `opengen` - the Python interface of OpEn
219
226
* Fixed ` lbfgs ` typo
220
227
221
228
229
+ [ 0.9.3 ] : https://github.com/alphaville/optimization-engine/compare/opengen-0.9.2...opengen-0.9.3
222
230
[ 0.9.2 ] : https://github.com/alphaville/optimization-engine/compare/opengen-0.9.1...opengen-0.9.2
223
231
[ 0.9.1 ] : https://github.com/alphaville/optimization-engine/compare/opengen-0.9.0...opengen-0.9.1
224
232
[ 0.9.0 ] : https://github.com/alphaville/optimization-engine/compare/opengen-0.8.1...opengen-0.9.0
Original file line number Diff line number Diff line change 1
- 0.9.2
1
+ 0.9.3
Original file line number Diff line number Diff line change 29
29
long_description = long_description ,
30
30
long_description_content_type = 'text/markdown' ,
31
31
author = ['Pantelis Sopasakis' , 'Emil Fresk' ],
32
- author_email = 'p.sopasakis@gmail .com' ,
32
+ author_email = 'xzu.trustful191@passinbox .com' ,
33
33
license = 'MIT License' ,
34
34
packages = find_packages (
35
35
exclude = ["icasadi" , "templates" ]),
You can’t perform that action at this time.
0 commit comments