Skip to content

Commit

Permalink
Numpy versions (#28)
Browse files Browse the repository at this point in the history
* lock numpy to v 1.23.5

* update history

* update lock file and pull request template

* ignore xml files
  • Loading branch information
MAfarrag authored Dec 25, 2022
1 parent 7b0b383 commit bbcc1d8
Show file tree
Hide file tree
Showing 9 changed files with 167 additions and 119 deletions.
23 changes: 12 additions & 11 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,19 +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


# 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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ build_artifacts
*.qgz
.vscode

.xml
*.xml
.idea/pyramids.iml
.idea/.gitignore
mo_*
Expand Down
8 changes: 6 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ History

* First release on PyPI.


0.2.9 (2022-12-19)
------------------

* Use environment.yaml and requirements.txt instead of pyproject.toml and replace poetry env byconda env
* Use environment.yaml and requirements.txt instead of pyproject.toml and replace poetry env byconda env

0.2.10 (2022-12-25)
------------------

* lock numpy version to 1.23.5 as conda-forge can not install 1.24.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pip install git+https://github.com/MAfarrag/pyramids
## pip
to install the last release you can easly use pip
```
pip install pyramids-gis==0.2.8
pip install pyramids-gis==0.2.10
```

Quick start
Expand Down
Loading

0 comments on commit bbcc1d8

Please sign in to comment.