Skip to content

Commit d1c3caa

Browse files
authored
Merge pull request #5 from IMMM-SFA/v0.0.0
Stage v0.0.0 release
2 parents b91b6c8 + 24851ae commit d1c3caa

29 files changed

+188
-404
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.gitignore

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
# vscode
2+
naturf/.vscode
3+
4+
# ignore docs build
5+
docs/build/
6+
7+
# pyenv
8+
.python-version
9+
10+
# jupyter
11+
.ipynb_checkpoints
12+
notebooks/.ipynb_checkpoints/*
13+
14+
# package
15+
build/
16+
*.pyc
17+
naturf.egg-info/
18+
dist/
19+
20+
# pycharm
21+
.idea
22+
23+
# General
24+
.DS_Store
25+
.AppleDouble
26+
.LSOverride
27+
28+
# Icon must end with two \r
29+
Icon
30+
31+
# Thumbnails
32+
._*
33+
34+
# Files that might appear in the root of a volume
35+
.DocumentRevisions-V100
36+
.fseventsd
37+
.Spotlight-V100
38+
.TemporaryItems
39+
.Trashes
40+
.VolumeIcon.icns
41+
.com.apple.timemachine.donotpresent
42+
43+
# Directories potentially created on remote AFP share
44+
.AppleDB
45+
.AppleDesktop
46+
Network Trash Folder
47+
Temporary Items
48+
.apdisk
49+
50+
# Windows thumbnail cache files
51+
Thumbs.db
52+
ehthumbs.db
53+
ehthumbs_vista.db
54+
55+
# Dump file
56+
*.stackdump
57+
58+
# Folder config file
59+
Desktop.ini
60+
61+
# Recycle Bin used on file shares
62+
$RECYCLE.BIN/
63+
64+
# Windows Installer files
65+
*.cab
66+
*.msi
67+
*.msm
68+
*.msp
69+
70+
# Windows shortcuts
71+
*.lnk
72+
© 2022 GitHub, Inc.
73+
Terms
74+
Privacy
75+
Security
76+
Status
77+
Contact GitHub
78+
Pricing
79+
API
80+
Training
81+
Blog
82+
About

NATURF/LICENSE renamed to LICENSE

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ MIT License
22

33
Copyright (c) 2022 Levi Sweet-Breu and Melissa Allen-Dumas
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
5+
Copyright (c) 2022 UT-Battelle, LLC
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy of
8+
this software and associated documentation files (the "Software"), to deal in
9+
the Software without restriction, including without limitation the rights to
10+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
11+
of the Software, and to permit persons to whom the Software is furnished to do
12+
so, subject to the following conditions:
1113

1214
The above copyright notice and this permission notice shall be included in all
1315
copies or substantial portions of the Software.
@@ -16,6 +18,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1618
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1719
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1820
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
23+
IN THE SOFTWARE.

NATURF/.gitkeep

Whitespace-only changes.

NATURF/.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

NATURF/__init__.py

Lines changed: 0 additions & 2 deletions
This file was deleted.
-528 KB
Binary file not shown.

NATURF/tests/C-5.csv

Lines changed: 0 additions & 261 deletions
This file was deleted.

NATURF/tests/compare_dc_output.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

NATURF/tests/index

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)