New Module Releases

BlitzMax Forums/Brucey's Modules/New Module Releases

Brucey(Posted 2009) [#1]
I've released a few new and updated modules today.

BaH.Boost - 1.01

* Updated to Boost 1.38

On its own, this module doesn't do anything, but it is used as the core for several others. (see below).

BaH.Datetime - 1.01

* Updated to Boost 1.38
* Improved exception handling.
* Fixed format() method for iterators.

The definitive date / time / duration / interval / conversion module. Requires BaH.Boost.

BaH.Mathtoolkit - 1.00

A new module focussing on statistics, using a wide variety of statistical distributions and functions, (including binomial, bernoulli and poisson).
Requires BaH.Boost.

-


The modules are available for download at the maxmods googlecode pages.

There are combi downloads available too, which can save you a download :
* datetime + boost
* mathtoolkit + boost

Enjoy :-)


Space_guy(Posted 2009) [#2]
Sounds good. Im going to update right now :)