Have there been changes to the process for building QuantLibXL since 1.4?
At that time various auxiliary programs (gensrc, ObjectHandler, and QuantLibAddin) all had version number 1.4. There was also a QuantLibXL-1.4.0-framework. Will I need to wait for the version 1.5 of these in order to build QuantLibXL 1.5? Thanks, Nick ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
QuantLib 1.5 is backwards compatible, so you can build QuantLibXL 1.4 with QuantLib 1.5 and get any bug fixes included in the release. Of course, new features won't be exported. Luigi On Thu, Feb 12, 2015 at 7:39 PM, Nicholas Manganaro <[hidden email]> wrote: Have there been changes to the process for building QuantLibXL since 1.4? ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
There is a bug fix to QuantLibXL that you might want to pick up:
https://github.com/eehlers/quantlib/commit/59b6cbd3fce3a28b1625dafe227522a94bb5df08 https://github.com/eehlers/quantlib/commit/8c65551f376e7dbec7738f75925dcc7d8fdbf25e It fixes a problem where a spreadsheet opens up and calls qlSetQuote() with an old, stale value, then if the real live value is #NA the quote object does not get invalidated. The bug fix allows #NA as an input to qlSetQuote() to invalidate the quote object. I plan to get QuantLibXL 1.5 out in March. Regards, Eric On Fri, 13 Feb 2015 10:03:15 +0100 Luigi Ballabio <[hidden email]> wrote: > QuantLib 1.5 is backwards compatible, so you can build QuantLibXL 1.4 > with QuantLib 1.5 and get any bug fixes included in the release. Of > course, new features won't be exported. > > Luigi > > On Thu, Feb 12, 2015 at 7:39 PM, Nicholas Manganaro < > [hidden email]> wrote: > > > Have there been changes to the process for building QuantLibXL > > since 1.4? At that time various auxiliary programs (gensrc, > > ObjectHandler, and QuantLibAddin) all had version number 1.4. > > There was also a QuantLibXL-1.4.0-framework. > > Will I need to wait for the version 1.5 of these in order to build > > QuantLibXL 1.5? > > Thanks, > > Nick > > > > > > ------------------------------------------------------------------------------ > > Dive into the World of Parallel Programming. The Go Parallel > > Website, sponsored by Intel and developed in partnership with > > Slashdot Media, is your > > hub for all things parallel software development, from weekly > > thought leadership blogs to news, videos, case studies, tutorials > > and more. Take a look and join the conversation now. > > http://goparallel.sourceforge.net/ > > _______________________________________________ QuantLib-users > > mailing list [hidden email] > > https://lists.sourceforge.net/lists/listinfo/quantlib-users > > > > > > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |