Releases: JuliaTrustworthyAI/TaijaParallel.jl
Releases · JuliaTrustworthyAI/TaijaParallel.jl
v1.1.2
v1.1.1
TaijaParallel v1.1.1
Merged pull requests:
Closed issues:
- Multi-threading throws error when
evaluate
generatesDataFrame
(#14)
v1.1.0
v1.0.3
TaijaParallel v1.0.3
Merged pull requests:
Closed issues:
- Bug: Can't use DecisionThresholdConvergence object (#9)
v1.0.2
TaijaParallel v1.0.2
@with_parallelizer
macro is now exported
Merged pull requests:
Closed issues:
- Macro is not exported (#7)
v1.0.1
v1.0.0
TaijaParallel v1.0.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
TaijaParallel v0.1.0
First release
This initial release adds custom support for parallelization for CounterfactualExplanations.jl.
Merged pull requests:
Closed issues:
- Reallocation of
parallelization
andtraits
folders (#1)