Skip to content

Commit b3a0e21

Browse files
committed
version bump to 1.0.0
1 parent 9a89e96 commit b3a0e21

File tree

4 files changed

+23
-19
lines changed

4 files changed

+23
-19
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[general]
2-
plugin_dependencies = fire2a-lib==0.3.10
2+
plugin_dependencies = fire2a-lib==0.3.11
33
enabled = True
44

fireanalyticstoolbox/metadata.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ email=fbadilla@ing.uchile.cl
1313
about=This Processing-ToolBox-Plugin gathers and implements multiple algorithms needed by landscape planners, fire risk managers, biologists, geographers, and so on; Looking for optimized decision support and insights into large forest fires in a friendly dialog or graphical-model data-oriented pipelined way (also CLI and scripting). Based around Cell2FireW simulator. Developed by the Fire Adv.Analytics research group, under GNU GPLv3 license. Contact Us fire2a.com
1414
DOCUMENTATION: github.com/fire2a/docs
1515
ALL VERSIONS: github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/releases
16-
SAVE BEFORE INSTALL/UPDATE: A dialog asking permission to (pip) install python dependencies (fire2a-lib==0.3.10) will appear
16+
SAVE BEFORE INSTALL/UPDATE: A dialog asking permission to (pip) install python dependencies (fire2a-lib==0.3.11) will appear
1717

1818
tracker=https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/issues
1919
repository=https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/
@@ -24,6 +24,7 @@ repository=https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plug
2424
hasProcessingProvider=yes
2525
# Uncomment the following line and add your changelog:
2626
changelog=
27+
v1.0.0: Wind angle follows meteorological convention, updated Cell2FireW v1.0.0 and fire2a-lib v0.3.11
2728
v0.10.1: Cell2FireW v0.5.2: renamed the confusing input py.asc to probabilityMap.asc + windows parallel runs fix
2829
v0.10.0: Portugal fuel model using Cell2FireW v0.5.0
2930
v0.9.0: spanish traslation. C2F-W v0.4.1

publishing.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,36 +16,39 @@ bump to beta, tag to release a beta, test in windows, remove beta, merge pull, t
1616
- make sure the release is not draft
1717

1818
vim fireanalyticstoolbox/metadata.txt fireanalyticstoolbox/dependencies_handler.txt qgis-plugin-server/plugins.xml
19-
:bufdo % s/0.7.0/0.8.0/gc
19+
:bufdo % s/0.10.1/1.0.0/gc
2020
:bufdo % s/0.3.10/0.3.11/gc
2121

2222
2. tag
2323

24-
git tag -n2 | tail # show last tags
25-
git tag -a v0.9.0-beta -m "spanish + C2FWv0.4.1" && git push origin v0.9.0-beta
26-
git tag --delete v0.9.0-beta && git push --delete origin v0.9.0-beta
24+
# show last tags
25+
git for-each-ref --sort=creatordate --format='%(refname:short) %(creatordate)' refs/tags | tail | column -t
26+
# create
27+
git tag -a v1.0.0 -m "meteorological convention: wind incoming from the north is zero angle, then clockwise" && git push origin v1.0.0
28+
# delete if needed
29+
git tag --delete v1.0.0 && git push --delete origin v1.0.0
2730

2831
## templates
2932

3033
metadata.txt
3134

3235
changelog
33-
v0.10.1: Cell2FireW v0.5.2: renamed the confusing input py.asc to probabilityMap.asc + windows parallel runs fix
36+
v1.0.0: Wind angle follows meteorological convention, updated Cell2FireW v1.0.0 and fire2a-lib v0.3.11
3437

35-
SAVE BEFORE INSTALL/UPDATE: A dialog asking permission to (pip) install python dependencies (fire2a-lib==0.3.10) will appear
38+
SAVE BEFORE INSTALL/UPDATE: A dialog asking permission to (pip) install python dependencies (fire2a-lib==0.3.11) will appear
3639

3740
dependencies_handler.txt
3841

39-
plugin_dependencies = fire2a-lib==0.3.10
42+
plugin_dependencies = fire2a-lib==0.3.11
4043
enabled = True
4144

4245
plugins.xml
43-
<pyqgis_plugin name="Fire Analytics Processing-Toolbox" version="0.10.1" plugin_id="1029384756">
46+
<pyqgis_plugin name="Fire Analytics Processing-Toolbox" version="1.0.0" plugin_id="1029384756">
4447

45-
SAVE BEFORE INSTALL/UPDATE: A dialog asking permission to (pip) install python dependencies (fire2a-lib==0.3.10) will appear]]></about>
48+
SAVE BEFORE INSTALL/UPDATE: A dialog asking permission to (pip) install python dependencies (fire2a-lib==0.3.11) will appear]]></about>
4649

47-
<version>0.10.1</version>
50+
<version>1.0.0</version>
4851

49-
<update_date>2024-07-07T12:00:00.066666+06:00</update_date>
52+
<update_date>2025-08-27T17:25:00.000000-03:00</update_date>
5053

51-
<download_url>https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/releases/download/v0.10.1/fireanalyticstoolbox_v0.10.1.zip</download_url>
54+
<download_url>https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/releases/download/v1.0.0/fireanalyticstoolbox_v1.0.0.zip</download_url>

qgis-plugin-server/plugins.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plugins ml-update="aware" ml-stage="preload" ml-view="top">
3-
<pyqgis_plugin name="Fire Analytics Processing-Toolbox" version="0.10.1" plugin_id="1029384756">
3+
<pyqgis_plugin name="Fire Analytics Processing-Toolbox" version="1.0.0" plugin_id="1029384756">
44
<description><![CDATA[Wild & Forest fires simulation, prevention and insights related algorithms. Including a fire simulator, user valued risk metrics and prescriptive analytics via mathematical programming optimization to generate management recommendations]]></description>
55
<about><![CDATA[This Processing-ToolBox-Plugin gathers and implements multiple algorithms needed by landscape planners, fire risk managers, biologists, geographers, and so on; Looking for optimized decision support and insights into large forest fires in a friendly dialog or graphical-model data-oriented pipelined way (also CLI and scripting). Based around Cell2FireW simulator. Developed by the Fire Adv.Analytics research group, under GNU GPLv3 license. Contact Us fire2a.com
66
DOCUMENTATION: github.com/fire2a/docs
77
ALL VERSIONS: github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/releases
8-
SAVE BEFORE INSTALL/UPDATE: A dialog asking permission to (pip) install python dependencies (fire2a-lib==0.3.10) will appear]]></about>
9-
<version>0.10.1</version>
8+
SAVE BEFORE INSTALL/UPDATE: A dialog asking permission to (pip) install python dependencies (fire2a-lib==0.3.11) will appear]]></about>
9+
<version>1.0.0</version>
1010
<trusted>True</trusted>
1111
<qgis_minimum_version>3.22</qgis_minimum_version>
1212
<qgis_maximum_version>4.0.0</qgis_maximum_version>
1313
<homepage><![CDATA[https://fire2a.github.io/docs]]></homepage>
1414
<file_name>fireanalyticstoolbox</file_name>
1515
<icon>https://raw.githubusercontent.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/main/fireanalyticstoolbox/assets/forestfire.svg</icon>
1616
<author_name>fdobad</author_name>
17-
<download_url>https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/releases/download/v0.10.1/fireanalyticstoolbox_v0.10.1.zip</download_url>
17+
<download_url>https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/releases/download/v1.0.0/fireanalyticstoolbox_v1.0.0.zip</download_url>
1818
<uploaded_by>fdobad</uploaded_by>
1919
<create_date>2006-06-06T06:06:06.066666+06:00</create_date>
20-
<update_date>2025-07-28T16:00:00.000000-03:00</update_date>
20+
<update_date>2025-08-27T17:25:00.000000-03:00</update_date>
2121
<experimental>False</experimental>
2222
<deprecated>False</deprecated>
2323
<tracker>https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/issues</tracker>

0 commit comments

Comments
 (0)