Announcing ObjectHandler 0.1.1 and QuantLibAddin 0.3.10

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Announcing ObjectHandler 0.1.1 and QuantLibAddin 0.3.10

eric ehlers
ObjectHandler version 0.1.1 and QuantLibAddin version 0.3.10 have been
released and are available for download at
http://sourceforge.net/project/showfiles.php?group_id=12740

ObjectHandler and QuantLibAddin share the QuantLib project structure
with regard to distribution,  licensing, etc., all of which is
documented on the main QuantLib website:
http://quantlib.org

Please log any problems you have with this release in the SourceForge
bug tracker at
http://sourceforge.net/tracker/?group_id=12740&atid=112740
specifying the relevant package name and version number.

ObjectHandler
http://quantlib.org/objecthandler/

Integration of a generic C++ library such as Quantlib into
spreadsheets and other end user tools requires a standalone
ObjectHandler component, a repository allowing objects to be stored,
shared, updated, interrogated, and destroyed.

QuantLibAddin
http://quantlib.org/quantlibaddin/

QuantLibAddin supplements QuantLib's existing C++ API with an
additional, higher-level API, implemented as a procedural interface
that can be deployed on any platform capable of linking C++ libraries.
QuantLibAddin is less flexible than the native API but allows QuantLib
functionality to be loaded directly to end-user environments such as
spreadsheets.

         The QuantLib group