Skip to content

Releases: JuliaSIMD/Polyester.jl

v0.7.19

Choose a tag to compare

@github-actions github-actions released this 10 Feb 14:59
e291580

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

Choose a tag to compare

@github-actions github-actions released this 28 May 18:04
a3a8314

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

Choose a tag to compare

@github-actions github-actions released this 19 May 07:34
5e8bcc6

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

Choose a tag to compare

@github-actions github-actions released this 10 Aug 14:35
efea56f

Polyester v0.7.16

Diff since v0.7.15

Merged pull requests:

v0.7.15

Choose a tag to compare

@github-actions github-actions released this 27 Jun 04:16
5a18ac9

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

Choose a tag to compare

@github-actions github-actions released this 14 May 12:55
e7ec623

Polyester v0.7.14

Diff since v0.7.13

Merged pull requests:

Closed issues:

  • Invalid GC preserve (#145)

v0.7.13

Choose a tag to compare

@github-actions github-actions released this 17 Apr 18:37
edb4972

Polyester v0.7.13

Diff since v0.7.12

Merged pull requests:

Closed issues:

  • Broadcasts in @batch raise UndefVarError (#143)

v0.7.12

Choose a tag to compare

@github-actions github-actions released this 01 Apr 17:58
5d359b4

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

Choose a tag to compare

@github-actions github-actions released this 30 Mar 18:31
1296bb3

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

Choose a tag to compare

@github-actions github-actions released this 19 Mar 17:52
c0ef9e1

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)