Skip to content

Commit b216508

Browse files
committed
Add related software section
Closes #113
1 parent 0680253 commit b216508

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os:
55
- osx
66

77
julia:
8-
- 1.2
8+
- 1
99
- 1.0
1010
# - nightly
1111

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DrWatson"
22
uuid = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
33
repo = "https://github.com/JuliaDynamics/DrWatson.jl.git"
4-
version = "1.7.0"
4+
version = "1.7.1"
55

66

77

docs/src/index.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,48 @@ https://github.com/mohamed82008/ComputExp.jl
7474
https://sacred.readthedocs.io/en/latest/index.html
7575

7676
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

0 commit comments

Comments
 (0)