Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-27 | 1.1 kB | |
v3.8.0 source code.tar.gz | 2025-05-27 | 344.8 kB | |
v3.8.0 source code.zip | 2025-05-27 | 365.0 kB | |
Totals: 3 Items | 710.9 kB | 1 |
Revise v3.8.0
Breaking
- From the perspective of codebase complexity, we have removed the interface for supporting non-.jl files. As this was originally an experimental feature, it should not affect most users, but if you were using this functionality, please continue using v3.7 or re-implement this feature in v3.9 or later ([#921])
Changes
- Includes many internal implementation improvements and code cleanup
Merged pull requests:
- remove no-longer necessary moduledeps
data structure (#916) (@aviatesk)
- some minor refactoring on methods_by_execution!
(#917) (@aviatesk)
- some minor code cleanups (#918) (@aviatesk)
- some more minor code cleanups (#919) (@aviatesk)
- remove no longer used DocExpr
(#920) (@aviatesk)
- remove the interface to support non .jl files (#921) (@aviatesk)
- some more minor cleanups on the code base (#922) (@aviatesk)
- fix docs build. (#923) (@aviatesk)
- avoid duplicated logs from get_def
(#924) (@aviatesk)