Skip to content

Commit

Permalink
Merge pull request #33 from sisl/big-refactor
Browse files Browse the repository at this point in the history
[WIP] Big Refactor
  • Loading branch information
MaximeBouton committed Apr 17, 2019
2 parents 0786154 + 1b4a8b1 commit fb73cf2
Show file tree
Hide file tree
Showing 136 changed files with 6,636 additions and 4,742 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,4 +2,6 @@ data/
*.jld
*.pyc
*.log
*.webm
docs/build
.ipynb_checkpoints/
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,8 +5,8 @@ os:
- linux
# - osx
julia:
- 0.7
- 1.0
- 1.1
- nightly
matrix:
allow_failures:
Expand Down
4 changes: 2 additions & 2 deletions Manifest.toml
Expand Up @@ -47,9 +47,9 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"

[[Distributions]]
deps = ["Distributed", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsBase", "StatsFuns", "Test"]
git-tree-sha1 = "c24e9b6500c037673f0241a2783472b8c3d080c7"
git-tree-sha1 = "dec0ebacfbc3a2126c614ab5e903c9ef063688d0"
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
version = "0.16.4"
version = "0.17.0"

[[InteractiveUtils]]
deps = ["Markdown"]
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Expand Up @@ -7,10 +7,10 @@ version = "0.7.0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Records = "5984c134-fa48-5ed5-a57f-fc2f6936871f"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Vec = "44eeaf0b-fee4-471f-9310-ed6585cb3142"

[extras]
Expand Down
8 changes: 0 additions & 8 deletions deps/build.jl

This file was deleted.

371 changes: 0 additions & 371 deletions docs/1DMobius.ipynb

This file was deleted.

311 changes: 0 additions & 311 deletions docs/2DStadium.ipynb

This file was deleted.

584 changes: 0 additions & 584 deletions docs/Intersection.ipynb

This file was deleted.

0 comments on commit fb73cf2

Please sign in to comment.