Skip to content

Commit

Permalink
fix(362): remove unnecessary imports
Browse files Browse the repository at this point in the history
Remove unnecessary imports (fileinput, warning, datetime)
and update CHANGELOG and VERSION (opengen)
  • Loading branch information
alphaville committed Nov 5, 2024
1 parent 3a5fa59 commit 1eb10b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions open-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
Note: This is the Changelog file of `opengen` - the Python interface of OpEn


## [0.9.2] - 2024-11-05

### Fixed

- In CasADi-generated C files some functions are made static to avoid clashes when creating multiple solvers


## [0.9.1] - 2024-10-14
Expand Down Expand Up @@ -214,6 +219,7 @@ Note: This is the Changelog file of `opengen` - the Python interface of OpEn
* Fixed `lbfgs` typo


[0.9.2]: https://github.com/alphaville/optimization-engine/compare/opengen-0.9.1...opengen-0.9.2
[0.9.1]: https://github.com/alphaville/optimization-engine/compare/opengen-0.9.0...opengen-0.9.1
[0.9.0]: https://github.com/alphaville/optimization-engine/compare/opengen-0.8.1...opengen-0.9.0
[0.8.1]: https://github.com/alphaville/optimization-engine/compare/v0.9.0...opengen-0.8.1
Expand Down
2 changes: 1 addition & 1 deletion open-codegen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.9.2
3 changes: 0 additions & 3 deletions open-codegen/opengen/builder/optimizer_builder.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import subprocess
import shutil
import datetime
import yaml
import warnings

import opengen.config as og_cfg
import opengen.definitions as og_dfn
Expand All @@ -13,7 +11,6 @@
import logging
import pkg_resources
import sys
import fileinput

from .ros_builder import RosBuilder

Expand Down

0 comments on commit 1eb10b8

Please sign in to comment.