Skip to content

Releases: vc-bonn/charonload

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 17 Dec 11:54

Fixed

  • Ensure that PyTorch is already imported at stub generation @stotko (#77)

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Dec 10:58

Added

  • Select cudart library specified by PyTorch @stotko (#74)

Removed

Fixed

  • Fix kernel synchronization in tests @stotko (#73)

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 07 Jun 18:36

Fixed

  • Fix propagation of PyTorch CUDA flags for multiple archs @stotko (#59)

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 May 11:39

Added

  • Propagate PyTorch CUDA flags via CMake target @stotko (#57)
  • Document JIT compiling and PyTorch handling behavior @stotko (#56)
  • Support global configuration overrides with environment variables @stotko (#55)
  • Add Python 3.13 support @stotko (#47)

Changed

  • Also clean if torch version has changed @stotko (#53)
  • Use extension name when determining default build directory @stotko (#49)
  • Defer resolving configurations until inserted into dict @stotko (#48)

Removed

Full Changelog: v0.1.4...v0.2.0

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 08 Nov 13:48

Fixed

  • Handle single file stubs in skip condition @stotko (#44)
  • Consider all installations paths for exclusion @stotko (#43)

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 21 Oct 09:21

Added

  • Print summary of modifications in clean and import steps @stotko (#40)

Fixed

  • Ignore relative paths in collected DLL directories @stotko (#39)
  • Skip passing empty arguments to stub generation @stotko (#38)

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 29 Jul 13:47

Added

  • Raise user warning when PyTorch is not yet imported @stotko (#35)
  • Log step progress in verbose mode @stotko (#32)
  • Add support for colored compiler logs on Unix @stotko (#27)

Changed

  • Honor PATH variable on Windows for DLL search @stotko (#36)
  • Prefer default directories in config for installed projects @stotko (#33)
  • Perform clean only for incompatible versions @stotko (#30)

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 21 Feb 11:46

Added

  • Create .gitignore file for build directory @stotko (#22)

Changed

  • Print unformatted step logs in verbose mode @stotko (#20)
  • Enforce modern | notation for unions in docs @stotko (#19)

Fixed

  • Fix CMake error with CUDA_ARCHITECTURES and old policy scope @stotko (#23)

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 13:00
  • Initial version