Skip to content

Commit

Permalink
Upload the source files for version 0.9.5 of t4gpd
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-leduc committed May 16, 2024
1 parent bc92395 commit c411d5c
Show file tree
Hide file tree
Showing 19 changed files with 181 additions and 1,336 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: "Thomas"
orcid: "https://orcid.org/0000-0002-5728-9787"
title: "t4gpd"
version: 0.9.0
version: 0.9.5
doi: 10.5281/zenodo.5771916
date-released: 2024-04-15
date-released: 2024-05-16
url: "https://pypi.org/project/t4gpd/"
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Package t4gpd history

## Version 0.9.5 - rev. 14477 - 16 May 2024
* Multiple debugging
* Add new .github/workflows/python-package.yml config file

## Version 0.9.0 - rev. 14453 - 15 Apr. 2024
* Remove useless tests.commons.RayCasting2LibTest class
* Remove useless commons.RayCasting2Lib class
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ As **t4gpd** is now on [PyPI](https://pypi.org/project/t4gpd/), the easiest way
> pip install t4gpd
Alternatively, you can download the **t4gpd** latest version from the [SourceSup website](https://sourcesup.renater.fr/projects/t4gs). Then, install the Python3 plugin you downloaded:
> pip install t4gpd-0.9.0.tar.gz
> pip install t4gpd-0.9.5.tar.gz
## Read the documentation
Go to [https://t4gpd-docs.readthedocs.io](https://t4gpd-docs.readthedocs.io) to consult the documentation.
Expand Down
2 changes: 1 addition & 1 deletion t4gpd/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
along with t4gpd. If not, see <https://www.gnu.org/licenses/>.
'''
# The following line *must* be the last in the module, exactly as formatted:
__version__ = '0.9.0'
__version__ = '0.9.5'
296 changes: 0 additions & 296 deletions t4gpd/commons/RayCasting2Lib.py

This file was deleted.

67 changes: 0 additions & 67 deletions t4gpd/commons/ShannonEntropy.py

This file was deleted.

Loading

0 comments on commit c411d5c

Please sign in to comment.