Skip to content

Releases: JuliaTrustworthyAI/TaijaParallel.jl

v1.1.2

19 Nov 13:16
6d50972
Compare
Choose a tag to compare

TaijaParallel v1.1.2

Diff since v1.1.1

  • Updated MPI functionality to avoid issue related to deserialization. [#16]

Merged pull requests:

Closed issues:

  • Serialization/deserialization causes issue with MPI.jl (#16)

v1.1.1

13 Nov 14:55
156d666
Compare
Choose a tag to compare

TaijaParallel v1.1.1

Diff since v1.1.0

Merged pull requests:

  • 14 multi threading throws error when evaluate generates dataframe (#15) (@pat-alt)

Closed issues:

  • Multi-threading throws error when evaluate generates DataFrame (#14)

v1.1.0

06 Nov 08:44
ce9f9c9
Compare
Choose a tag to compare

TaijaParallel v1.1.0

Diff since v1.0.3

Merged pull requests:

Closed issues:

  • @threads :static cannot be used concurrently or nested (#11)

v1.0.3

29 Apr 11:19
8534c12
Compare
Choose a tag to compare

TaijaParallel v1.0.3

Diff since v1.0.2

Merged pull requests:

  • 9 bug cant use decisionthresholdconvergence object (#10) (@pat-alt)

Closed issues:

  • Bug: Can't use DecisionThresholdConvergence object (#9)

v1.0.2

10 Apr 08:44
303a831
Compare
Choose a tag to compare

TaijaParallel v1.0.2

Diff since v1.0.1

  • @with_parallelizer macro is now exported

Merged pull requests:

Closed issues:

  • Macro is not exported (#7)

v1.0.1

08 Apr 15:54
Compare
Choose a tag to compare

TaijaParallel v1.0.1

Diff since v1.0.0

Bump compat for CE

v1.0.0

05 Apr 13:19
5ec77f4
Compare
Choose a tag to compare

TaijaParallel v1.0.0

Diff since v0.1.0

It turns out that previously this package actually relied on the existing functionality in CounterfactualExplanations.jl. This has been fixed now and all functionality related to parallelization has been removed from CounterfactualExplanations.jl (deprecated, technically). This package now depend on TaijaBase.jl, a new meta package for all packages in the Taija ecosystem.

Merged pull requests:

Closed issues:

  • Stop relying on CE for functionality (#5)

v0.1.0

06 Jan 19:01
Compare
Choose a tag to compare

TaijaParallel v0.1.0

First release

This initial release adds custom support for parallelization for CounterfactualExplanations.jl.

Merged pull requests:

  • Reallocation of functionality from CounterfactualExplanations.jl (#2) (@pat-alt)

Closed issues:

  • Reallocation of parallelization and traits folders (#1)