Skip to content

Releases: JuliaSIMD/Polyester.jl

v0.7.19

10 Feb 14:59
e291580

Choose a tag to compare

Polyester v0.7.19

Diff since v0.7.18

Merged pull requests:

Closed issues:

  • MethodError in 1.13.0-DEV.868 (#162)

v0.7.18

28 May 18:04
a3a8314

Choose a tag to compare

Polyester v0.7.18

Diff since v0.7.17

Merged pull requests:

Closed issues:

  • v0.7.17 broke multi-threaded CI of Trixi.jl (#159)

v0.7.17

19 May 07:34
5e8bcc6

Choose a tag to compare

Polyester v0.7.17

Diff since v0.7.16

Merged pull requests:

  • Add information that @batch waits to docstring (#151) (@Socob)
  • Avoid throwing exceptions in reset_threads! (#154) (@efaulhaber)

Closed issues:

  • @batch slows down other non-@batched loops with allocations on macOS ARM (#89)
  • No exception/error raised for negative logarithm (#128)
  • Does @batch wait until completion? (#150)
  • Threads fail silently on error (#153)

v0.7.16

10 Aug 14:35
efea56f

Choose a tag to compare

Polyester v0.7.16

Diff since v0.7.15

Merged pull requests:

v0.7.15

27 Jun 04:16
5a18ac9

Choose a tag to compare

Polyester v0.7.15

Diff since v0.7.14

Merged pull requests:

  • CompatHelper: bump compat for Static to 1, (keep existing compat) (#147) (@github-actions[bot])

v0.7.14

14 May 12:55
e7ec623

Choose a tag to compare

Polyester v0.7.14

Diff since v0.7.13

Merged pull requests:

Closed issues:

  • Invalid GC preserve (#145)

v0.7.13

17 Apr 18:37
edb4972

Choose a tag to compare

Polyester v0.7.13

Diff since v0.7.12

Merged pull requests:

Closed issues:

  • Broadcasts in @batch raise UndefVarError (#143)

v0.7.12

01 Apr 17:58
5d359b4

Choose a tag to compare

Polyester v0.7.12

Diff since v0.7.11

Merged pull requests:

  • Fix undefined nested iterating variable when using Base.Generators and iterating over vector of functions (#140) (@GianlucaFuwa)
  • avoid runtime splats (#141) (@chriselrod)

Closed issues:

  • Undefined nested iterating variable (#108)

v0.7.11

30 Mar 18:31
1296bb3

Choose a tag to compare

Polyester v0.7.11

Diff since v0.7.10

Merged pull requests:

  • Fix poor performance when one of batch's arguments is a Type{...} (#139) (@GianlucaFuwa)

Closed issues:

  • kwarg reduction not recognized (#137)

v0.7.10

19 Mar 17:52
c0ef9e1

Choose a tag to compare

Polyester v0.7.10

Diff since v0.7.9

Merged pull requests:

Closed issues:

  • threadlocal result is not inferrable (#112)
  • Regression 0.7.2 -> 0.7.3 (#127)
  • UndefVarError from closure inside @Batch (#129)
  • Functions inside batch. UndefVarError: not defined and single thread (#135)