File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ CyIpopt Changelog
33=================
44
55:Info: Change log for CyIpopt releases.
6- :Date: XXXX-XX-XX
7- :Version: 1.6.0.dev0
6+ :Date: 2024-08-14
7+ :Version: 1.6.0
88
99GitHub holds releases, too
1010--------------------------
@@ -35,13 +35,14 @@ Include sections:
3535Version History
3636---------------
3737
38- [1.6.0.dev0 ] - XXXX-XX-XX
39- ~~~~~~~~~~~~~~~~~~~~~~~~~
38+ [1.6.0] - 2025-08-14
39+ ~~~~~~~~~~~~~~~~~~~~
4040
4141Changed
4242+++++++
4343
4444- Bumped minimal dependency versions to match versions in Ubuntu 24.04 LTS.
45+ #294
4546- Installing and linking to the Conda Forge Ipopt binary on Windows now
4647 requires pkg-config (same as Linux and Mac). It is no longer required to set
4748 ``IPOPTWINDIR=USECONDAFORGEIPOPT ``; the flag is ignored. #293
@@ -52,14 +53,14 @@ Changed
5253Removed
5354+++++++
5455
55- - All cyipopt 1.1.0 deprecated features are now removed. #275
56+ - All cyipopt 1.1.0 deprecated features are now removed, including the ipopt
57+ package. #275
5658
5759Fixed
5860+++++
5961
6062- Bugs in warm start input checking fixed and documentation added. #271
6163- Documentation on callbacks improved. #274
62- >>>>>>> master
6364
6465[1.5.0] - 2024-09-08
6566~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change 99License: EPL 2.0
1010"""
1111
12- __version__ = '1.6.0.dev0 '
12+ __version__ = '1.6.0'
You can’t perform that action at this time.
0 commit comments