Skip to content

Commit

Permalink
mograte to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Dec 26, 2022
1 parent d934e03 commit 0115b01
Show file tree
Hide file tree
Showing 11 changed files with 9,247 additions and 2,557 deletions.
28 changes: 12 additions & 16 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
- Please include a summary of the change and which issue is fixed.
- Please also include relevant motivation and context.
- List any dependencies that are required for this change.

Fixes # (issue)

- Fixes # (issue)
## Type of change

Please delete options that are not relevant.
Check relevant points.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
Expand All @@ -15,24 +17,18 @@ Please delete options that are not relevant.

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
- Please describe the tests that you ran to verify your changes.
- Provide instructions so we can reproduce.
- Please also list any relevant details for your test configuration

- [ ] Test A
- [ ] Test B

**Test Configuration**:
* Firmware version:
* Hardware:
* Toolchain:
* SDK:

# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] updated version number in setup.py/pyproject.toml
- [ ] updated environment.yml and the lock file
- [ ] added changes to History.rst
- [ ] updated the latest version in README file
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,4 @@ conda/
/examples/data/ecmwf/daily/*
.idea/*
examples/data/chirps/*
*.xml
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ History
------------------

* First release on PyPI.

0.1.6 (2022-12-26) :
------------------

* Use environment.yaml and requirements.txt instead of pyproject.toml and replace poetry env byconda env
* lock numpy to 1.23.5
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Main Features

Future work
-------------
- Google earth engine
- Google earth engine
- ERA 5


Expand Down Expand Up @@ -60,7 +60,7 @@ pip install git+https://github.com/MAfarrag/earthobserve
## pip
to install the last release you can easly use pip
```
pip install earthobserve==0.1.5
pip install earthobserve==0.1.6
```

Quick start
Expand Down
Loading

0 comments on commit 0115b01

Please sign in to comment.