File tree Expand file tree Collapse file tree 3 files changed +47
-2
lines changed Expand file tree Collapse file tree 3 files changed +47
-2
lines changed Original file line number Diff line number Diff line change 5
5
- osx
6
6
7
7
julia :
8
- - 1.2
8
+ - 1
9
9
- 1.0
10
10
# - nightly
11
11
Original file line number Diff line number Diff line change 1
1
name = " DrWatson"
2
2
uuid = " 634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
3
3
repo = " https://github.com/JuliaDynamics/DrWatson.jl.git"
4
- version = " 1.7.0 "
4
+ version = " 1.7.1 "
5
5
6
6
7
7
Original file line number Diff line number Diff line change @@ -74,3 +74,48 @@ https://github.com/mohamed82008/ComputExp.jl
74
74
https://sacred.readthedocs.io/en/latest/index.html
75
75
76
76
https://experimentator.readthedocs.io/en/latest/
77
+
78
+ ## Other useful packages
79
+
80
+ ### Efficient code writing
81
+ * https://github.com/mauro3/Parameters.jl
82
+ * https://github.com/docopt/DocOpt.jl
83
+ * https://github.com/vtjnash/Glob.jl
84
+
85
+ ### Notebooks
86
+ * IJulia.jl
87
+ * Weave.jl
88
+
89
+ ### Documenting your code
90
+ * Literate.jl
91
+ * Documenter.jl
92
+
93
+ ### Debugging, writing code
94
+ * Juno
95
+ * Revise.jl
96
+ * Debugger.jl
97
+
98
+ ### Performance measures
99
+ * ProgressMeter.jl
100
+ * BenchmarkTools.jl
101
+ * https://github.com/KristofferC/TimerOutputs.jl
102
+ * ProfileViews.jl (similar available in Juno with ` @profiler ` )
103
+
104
+ ### Saving Data
105
+ * BSON.jl
106
+ * JLD2.jl
107
+ * CSV.jl
108
+
109
+ ### Data management & data bases
110
+ * https://github.com/helgee/RemoteFiles.jl
111
+ * https://github.com/JuliaDynamics/CaosDB.jl
112
+ * https://juliadb.org/
113
+ * https://github.com/SebastianM-C/StorageGraphs.jl
114
+
115
+ ### Tabular data
116
+ * https://juliadata.github.io/DataFrames.jl/stable/
117
+ * https://www.queryverse.org/
118
+
119
+ ### Traversing folders
120
+ * Base.Filesystem
121
+ * https://github.com/Keno/AbstractTrees.jl/blob/master/examples/fstree.jl
You can’t perform that action at this time.
0 commit comments