Skip to content

Commit 710dc6c

Browse files
authored
Update NEWS.md
1 parent 96c83db commit 710dc6c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

NEWS.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ This file contains information about major updates since 1.0.
55
## Version 3
66

77
Version 3 is a greatly slimmed repository, focusing just on those tools that are relevant for modern Julia development.
8-
Users of tools that were removed should stick with SnoopCompile 2.x.
8+
If you are still using old tools, you should stick with SnoopCompile 2.x.
99

10+
Major changes:
11+
- `@snoopi_deep` has been renamed `@snoop_inference`
12+
- `@snoopr` has been renamed `@snoop_invalidations`.
13+
- `@snoopl` has been renamed `@snoop_llvm`.
1014
- The old `@snoopc` has been deleted. Its functionality was largely subsumed into `julia --trace-compile`.
11-
-`@snoopi` has been deleted, as `@snoopi_deep` (now renamed to `@snoop_inference`) provides more comprehensive information and is available on all modern Julia versions.
15+
-`@snoopi` has been deleted, as `@snoopi_deep` provided more comprehensive information and is available on all modern Julia versions.
1216
- SnoopCompileBot was deleted in favor of [CompileBot](https://github.com/aminya/CompileBot.jl)
1317
- SnoopPrecompile was deleted because it is now [PrecompileTools](https://github.com/JuliaLang/PrecompileTools.jl)
14-
15-
Additionally:
16-
- `@snoopr` has been renamed `@snoop_invalidations`.
17-
- `@snoopl` has been renamed `@snoop_llvm`.
18-
18+
- JET, Cthulhu, PrettyTables, and PyPlot are all integrated via package extensions. As a consequence, users now have to load them manually.
1919

2020
## Version 1.1
2121

0 commit comments

Comments
 (0)