chiark / gitweb /
nlopt.git
2015-09-02 Julien SchuellerAdd Travis script
2015-07-09 Steven G. Johnsonbackward compatibility with old Octave_map for #42
2015-07-09 Steven G. JohnsonMerge pull request #42 from opoplawski/octave4
2015-07-08 Orion PoplawskiUse octave_map
2015-05-26 Steven G. Johnsonbug fix in nlopt_set_lower_bounds1, thanks to @wojdyr
2015-05-12 Steven G. Johnsonmore robustness to underflow etc. (fix #36)
2015-04-17 Steven G. Johnsonfix #26
2015-04-17 Steven G. Johnsonadd nlopt_get_errmsg(opt) for more informative error...
2015-04-11 Steven G. JohnsonMerge branch 'master' of https://github.com/stevengj...
2015-04-11 Steven G. Johnsonadd cmake files to tarball (close #35)
2015-03-23 Steven G. JohnsonMerge pull request #34 from jpritikin/slsqp
2015-03-20 Joshua Nathaniel... Interpret NaN as a soft feasibility constraint
2015-03-20 Joshua Nathaniel... Merge duplicated code conditional on 'want_grad'
2015-03-20 Joshua Nathaniel... Reindent switch statement
2015-03-20 Joshua Nathaniel... Add nlopt_isfinite
2015-02-26 Steven G. JohnsonMerge pull request #32 from xantares/cmake
2015-02-21 xantareslink python libs
2015-02-21 xantaresdont use swig if nlopt-python.cpp is already present
2015-02-20 xantaresbuild swig bindings with cmake
2015-02-20 Steven G. JohnsonMerge pull request #31 from xantares/patch-1
2015-02-20 xantaresremove useless dll soversion
2014-09-18 Steven G. Johnsonfix #24
2014-09-18 Steven G. Johnsonfix #25
2014-05-20 Steven G. Johnsoncopyright year update for 2014
2014-05-20 Steven G. Johnsonbump for 2.4.2 release
2014-05-12 Steven G. JohnsonMerge pull request #20 from xantares/soversion
2014-05-10 xantaresTypo.
2014-05-10 xantaresHandle properly SHARED_VERSION_INFO.
2014-05-10 xantaresParse configure.ac for lib version
2014-05-07 Steven G. JohnsonMerge pull request #16 from xantares/install-target
2014-05-06 xantaresMerge master
2014-05-06 Steven G. JohnsonMerge pull request #15 from xantares/build-shared-libs...
2014-05-06 xantaresAdded install target
2014-05-06 xantaresUse BUILD_SHARED_LIBS var
2014-03-06 Steven G. Johnsonupdate defunct test program tst.c
2014-02-24 Steven G. JohnsonMerge pull request #6 from xantares/pytest
2014-02-24 jschuelleradd test_std.py to EXTRA_DIST
2014-02-20 Steven G. Johnsonfix #13 (CRS for empty dimensions)
2014-02-18 Steven G. Johnsonfix #12
2013-11-19 Steven G. Johnsontypo in mingw32 script
2013-11-19 Steven G. Johnson2.4.1 release: use cdecl, not stdcall, on Win32
2013-11-03 xantaresInclude python example in tarball.
2013-11-02 Steven G. Johnsonupdated MinGW scripts
2013-11-02 Steven G. Johnsonmore NEWS
2013-11-02 Steven G. Johnsonnumpy 1.6 compatibility, ESCH matlab help
2013-11-02 Steven G. Johnsondate for 2.4 release
2013-09-03 Steven G. JohnsonMerge pull request #5 from xantares/prefix
2013-09-02 xantaresSubstitute XXX-CONFIG vars
2013-09-01 xantaresStrip only if prefix is provided.
2013-08-30 Steven G. JohnsonMerge pull request #3 from xantares/autogen
2013-08-30 Steven G. JohnsonMerge pull request #4 from xantares/py3k
2013-08-30 xantaresExplicitely specify npy flags.
2013-08-30 xantaresPlugins installation honor prefix
2013-08-30 xantaresPy3K compatibility
2013-08-30 xantaresAdded an option to configure in autogen
2013-08-29 Steven G. JohnsonMerge pull request #1 from xantares/master
2013-08-29 xantaresFixed undeclared memcpy error in esch.c
2013-08-29 xantaresPy3k compatible detection
2013-08-29 xantaresFixed out-of-source build
2013-08-28 Steven G. Johnsonwork around guile 1.8+ swig problems
2013-08-28 Steven G. Johnsonfix missing README, remove darcs cruft
2013-08-28 Steven G. Johnsonclarify how to build from git
2013-08-28 Steven G. Johnsonadd .gitignore
2013-08-27 Steven G. Johnsontweak
2013-08-27 Steven G. Johnsonupdated README, changed to markdown
2013-08-27 Steven G. Johnsonrm defunct Nocedal code references (but keep NLOPT_LD_L...
2013-03-29 Steven G. Johnsonversion bump for 2.4
2013-03-28 Steven G. Johnsonuse python-config if it is present to get Python includ...
2013-03-28 Steven G. Johnsonminor typo fixes
2013-03-28 Steven G. Johnsonadded nlopt_munge_data to fix bug in C++ (and Python...
2013-02-11 stevenjadded 2 refs to README at Carlos' request
2013-02-08 stevenjadded ESCH algorithm
2012-09-20 stevenjfix swig dir for VPATH builds, thanks to Sandro Vitenti...
2012-09-16 stevenjversion bump for 2.3.1, tentative release date
2012-08-27 stevenjcobyla should return ROUNDOFF_LIMITED if it "converges...
2012-08-08 stevenjbug fix: fix return value in set min/max objective
2012-08-08 stevenjmake internal nlopt_opt.work field a void* rather than...
2012-07-30 stevenjhandle case of negative rescalings (from negative dx...
2012-07-20 stevenjdocument CCSA
2012-07-20 stevenjadded CCSAQ to man page
2012-07-20 stevenjadd mingw64 script
2012-07-20 stevenjversion bump for 2.3
2012-07-20 stevenjjust unconditionally disable compilation of matlab...
2012-01-16 stevenjin Matlab/Octave interface, make returning NaN from...
2011-12-08 stevenjbug fix to convergence test (only relevant to sbplx...
2011-11-28 stevenjCCSA trust-region problem should use dual_opt parameter...
2011-11-28 stevenjfix maximization with preconditioner (passed wrong...
2011-11-27 stevenjreturn roundoff-limited for cobyla in this case
2011-11-26 stevenjlower tolerance for dual optimization in MMA/CCSAQ...
2011-11-26 stevenjuse reciprocal quadratic formula, which is accurate...
2011-11-23 stevenjdetect null preconditioner when maximizing
2011-11-23 stevenjmissing file
2011-11-16 stevenjbug fix in preconditioned CCSA
2011-11-15 stevenjbug in timer, thanks to William Vaughn for the patch
2011-11-15 stevenjadded NLOPT_LD_CCSAQ matlab constant
2011-11-15 stevenjadded prototype matlab precond interface (for objective...
2011-11-15 stevenjadded (untested) interface for specifying preconditioners
2011-11-15 stevenjadded CCSAQ algorithm; internal support for preconditio...
2011-11-15 stevenjwhen adding mconstraints, allow tol==NULL as synonym...
2011-06-09 stevenjversion bump to 2.2.4
next