File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88Note: This is the Changelog file of ` opengen ` - the Python interface of OpEn
99
1010
11+ ## [ 0.9.3] - 2024-12-06
12+
13+ ### Changed
14+
15+ - Email alias in ` setup.py `
16+
17+
1118## [ 0.9.2] - 2024-11-05
1219
1320### Fixed
@@ -219,6 +226,7 @@ Note: This is the Changelog file of `opengen` - the Python interface of OpEn
219226* Fixed ` lbfgs ` typo
220227
221228
229+ [ 0.9.3 ] : https://github.com/alphaville/optimization-engine/compare/opengen-0.9.2...opengen-0.9.3
222230[ 0.9.2 ] : https://github.com/alphaville/optimization-engine/compare/opengen-0.9.1...opengen-0.9.2
223231[ 0.9.1 ] : https://github.com/alphaville/optimization-engine/compare/opengen-0.9.0...opengen-0.9.1
224232[ 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 2929 long_description = long_description ,
3030 long_description_content_type = 'text/markdown' ,
3131 author = ['Pantelis Sopasakis' , 'Emil Fresk' ],
32- author_email = 'p.sopasakis@gmail .com' ,
32+ author_email = 'xzu.trustful191@passinbox .com' ,
3333 license = 'MIT License' ,
3434 packages = find_packages (
3535 exclude = ["icasadi" , "templates" ]),
You can’t perform that action at this time.
0 commit comments