LogicGrowsOnTrees-MPI 1.0.0.1 → 1.0.0.1.1
raw patch · 2 files changed
+28/−3 lines, 2 files
Files
- CHANGELOG.md +22/−0
- LogicGrowsOnTrees-MPI.cabal +6/−3
+ CHANGELOG.md view
@@ -0,0 +1,22 @@+Version 1.0.0.1+===============++* Improved performance.++* Now notices are logged when workers connect and disconnect.++* Exposed `getCurentStatistics` in the `RequestQueueMonad`, allowing one to+ obtain the statistics at any time during the run.++* Fixed the documentation.++* Now ImplicitParams are used instead of a monad to ensure sockets+ initialization.++* Fixed bug where MPI was not geting initialized.++* Bumped dependency bounds.++* Lowered he lower bound on `stm` from 2.4 to 2.3.++* Deleted vestigial import.
LogicGrowsOnTrees-MPI.cabal view
@@ -1,5 +1,5 @@ Name: LogicGrowsOnTrees-MPI-Version: 1.0.0.1+Version: 1.0.0.1.1 License: BSD3 License-file: LICENSE Author: Gregory Crosswhite@@ -25,7 +25,10 @@ for this package by using Cabal's respective @--extra-include-dirs=...@ and @--extra-lib-dirs=...@ options. -Extra-source-files: c-sources/LogicGrowsOnTrees-MPI.c c-sources/LogicGrowsOnTrees-MPI.h+Extra-source-files:+ c-sources/LogicGrowsOnTrees-MPI.c+ c-sources/LogicGrowsOnTrees-MPI.h+ CHANGELOG.md Bug-reports: https://github.com/gcross/LogicGrowsOnTrees-MPI/issues @@ -36,7 +39,7 @@ Source-Repository this Type: git Location: git://github.com/gcross/LogicGrowsOnTrees-MPI.git- Tag: 1.0.0.1+ Tag: 1.0.0.1.1 Library Build-depends: