Skip to content

Releases: rejuvyesh/PyCallChainRules.jl

v0.4.0

05 Jul 01:20
6f88d0e

Choose a tag to compare

PyCallChainRules v0.4.0

Diff since v0.3.2

  • Add integration and example usage with Lux.jl and jax.

Merged pull requests:

  • Add training examples for mixing Flux and Torch layers (#22) (@rejuvyesh)
  • use BatchNorm removal function from functorch (#25) (@rejuvyesh)
  • CompatHelper: bump compat for Functors to 0.3, (keep existing compat) (#26) (@github-actions[bot])
  • Add Lux.jl integration with Jax (#27) (@rejuvyesh)

v0.3.2

23 Mar 22:17
a434f59

Choose a tag to compare

PyCallChainRules v0.3.2

Diff since v0.3.1

  • Fix Adapt usage for CUDA array views.

Merged pull requests:

v0.3.1

22 Mar 02:45
a7665aa

Choose a tag to compare

PyCallChainRules v0.3.1

Diff since v0.3.0

  • Fix Adapt usage for array views.

Merged pull requests:

v0.3.0

23 Feb 23:55

Choose a tag to compare

PyCallChainRules v0.3.0

Diff since v0.2.1

  • Support multiple output python functions

Merged pull requests:

v0.2.1

23 Feb 18:30
5232955

Choose a tag to compare

PyCallChainRules v0.2.1

Diff since v0.2.0

  • Fix Adapt usage.

Closed issues:

  • Support PythonCall.jl? (#11)
  • Example for CPU fails (#13)

Merged pull requests:

v0.2.0

21 Feb 23:40

Choose a tag to compare

PyCallChainRules v0.2.0

Diff since v0.1.1

  • Use dlpack (via DLPack.jl) for zero-copy tensor sharing with python
  • Enable optional CUDA support

Merged pull requests:

v0.1.1

25 Jan 04:59

Choose a tag to compare

PyCallChainRules v0.1.1

Diff since v0.1.0

  • Fix support for pytorch modules with buffers.
  • Add benchmark suite

v0.1.0

25 Jan 01:45

Choose a tag to compare

PyCallChainRules v0.1.0

Merged pull requests:

  • CompatHelper: add new compat entry for Zygote at version 0.6, (keep existing compat) (#1) (@github-actions[bot])
  • CompatHelper: add new compat entry for ChainRulesCore at version 1, (keep existing compat) (#2) (@github-actions[bot])