All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.4 - 2024-11-08
- Handle single file stubs in skip condition @stotko (#44)
- Consider all installations paths for exclusion @stotko (#43)
0.1.3 - 2024-10-21
- Ignore relative paths in collected DLL directories @stotko (#39)
- Skip passing empty arguments to stub generation @stotko (#38)
0.1.2 - 2024-07-29
- 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)
- 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)
0.1.1 - 2024-02-21
- Print unformatted step logs in verbose mode @stotko (#20)
- Enforce modern
|
notation for unions in docs @stotko (#19)
0.1.0 - 2024-02-06
- Initial version