Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify license #203

Closed
wants to merge 64 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
2a35687
Create example notebook
Peter9192 Sep 22, 2023
524c2ec
Intro + dummy data
Peter9192 Nov 20, 2023
bc18d55
Add todo's
Peter9192 Nov 21, 2023
48c26e9
Make a mess
Peter9192 Nov 21, 2023
c18bcfe
Upgrade to pydantic V2
Peter9192 Nov 22, 2023
2fd3eba
strip base class
Peter9192 Nov 23, 2023
54cb587
Tutorial chapter on PEP725
Peter9192 Nov 23, 2023
decd31a
Update data walkthrough
Peter9192 Nov 24, 2023
cd83197
load dataset directly from yaml + small fixes + test ideas; WIP
Peter9192 Jan 2, 2024
3dba7b7
Complete test suite for pep725
Peter9192 Jan 3, 2024
6ea17d0
More shared fixtures + scaffold tests for eobs
Peter9192 Jan 3, 2024
fe5e621
Merge existing eobs functionality into a single class
Peter9192 Jan 3, 2024
393ca24
Full refactor of eobs load method + update tutorial
Peter9192 Jan 3, 2024
0e2106c
Fix eobs tests + super simplify recipe structure + update notebook + …
Peter9192 Jan 4, 2024
e697f14
Fix filename handling for minimize_cache + add pytest option to regen…
Peter9192 Jan 5, 2024
4b6726b
Update examples, bookkeep todo's
Peter9192 Jan 5, 2024
e655cad
typo
Peter9192 Jan 5, 2024
8cad7db
Reorganize notebooks in docs
Peter9192 Jan 5, 2024
edd166f
Move pep725 and eobs walkthroughs to their own notebooks and add a no…
Peter9192 Jan 5, 2024
733a7b3
Add tutorial to docs and remove lots of noise
Peter9192 Jan 5, 2024
12786e2
Start making ppo compatible with new structure
Peter9192 Jan 5, 2024
67cef35
add ppo notebook to docs
Peter9192 Jan 5, 2024
3b846a5
working on ppo
Peter9192 Jan 9, 2024
a4c5108
one species at a time; finish notebook.
Peter9192 Jan 10, 2024
ca9b2c6
Add test suite for PPO
Peter9192 Jan 10, 2024
66f1972
headers in docs
Peter9192 Jan 10, 2024
ebd3828
massive cleanup; make legacy folder for now, remove later
Peter9192 Jan 10, 2024
3d3a2d3
Refactor phenocamR
Peter9192 Jan 10, 2024
6a57fad
Start refactor daymet: combine all into single class
Peter9192 Jan 11, 2024
e765bab
WIP - Make daymet loaders (partly) work again
Peter9192 Jan 11, 2024
61a727f
Further work on daymet
Peter9192 Jan 12, 2024
2283de9
Almost finish notebook on daymet
Peter9192 Jan 15, 2024
b4366c3
Add tests for daymet
Peter9192 Jan 15, 2024
b9ec003
add tests for phenocam
Peter9192 Jan 15, 2024
e56d286
Improve phenocam tutorial notebook
Peter9192 Jan 16, 2024
fa1d8fc
Rework NPN notebook and code
Peter9192 Jan 16, 2024
0289b7e
also commit notebook updates
Peter9192 Jan 16, 2024
6046658
add tests for npn
Peter9192 Jan 16, 2024
87b3270
mkdocs doesn't like embedded images in notebook
Peter9192 Jan 16, 2024
5b25677
Further polish docs
Peter9192 Jan 16, 2024
76eba5f
Formatting...
Peter9192 Jan 16, 2024
bec852e
Combine modis datasets into single class and start rewriting notebook
Peter9192 Jan 17, 2024
b1c67a5
figure out units
Peter9192 Jan 17, 2024
ad0678b
Add link
Peter9192 Jan 17, 2024
1a67cf8
WIP refactor MODIS
Peter9192 Jan 22, 2024
e04d856
Add resample
Peter9192 Jan 22, 2024
b42066e
Polish notebook
Peter9192 Jan 22, 2024
c794716
Add tests for appeears
Peter9192 Jan 23, 2024
9822e18
Update docs intro page
Peter9192 Jan 23, 2024
eae79b7
remove legacy
Peter9192 Jan 23, 2024
f3177d6
Update CI
Peter9192 Jan 23, 2024
95f6136
formatting
Peter9192 Jan 23, 2024
79ce035
fix types
Peter9192 Jan 23, 2024
3fb5e65
remove unused import
Peter9192 Jan 23, 2024
d84470c
fix internal links in docs
Peter9192 Jan 23, 2024
da5df97
CI continue other tests if one fails
Peter9192 Jan 23, 2024
a1bc075
Don't install or call R or downloads in CI
Peter9192 Jan 23, 2024
25dda68
fix imports in tests
Peter9192 Jan 23, 2024
56b1cf1
split CI
Peter9192 Jan 23, 2024
969d9d8
fix issues
Peter9192 Jan 23, 2024
e944537
oopsie
Peter9192 Jan 23, 2024
90eda87
better type ignores?
Peter9192 Jan 23, 2024
41522de
Remove REUSE licensing stuff
Peter9192 Jan 23, 2024
625f0fe
Merge remote-tracking branch 'origin/main' into simplify-license
Peter9192 Jan 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Create example notebook
Peter9192 committed Sep 22, 2023
commit 2a3568799a44236d64e82da0bbefcc82061eb7cc
Loading