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

Release 3.4.1 #228

Merged
merged 5 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
--output-json-path ${{ env.SPEC_PATH_OUT }}

- name: Store spec
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: extracted_spec
path: ${{ env.SPEC_PATH_OUT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
git tag ${{ env.RELEASE_TAG }}

- name: Download JSON spec
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: extracted_spec
path: ${{ github.workspace }}/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Download package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bin_package
path: ${{ github.workspace }}/
Expand Down
4 changes: 4 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ODS Changelog
==================

`v3.4.1`_
-----------
* (https://github.com/OasisLMF/ODS_OpenExposureData/issues/220) - Fixed group Peril codes, ZZ1 is not represented in the group peril to individual peril mappings

`v3.4.0`_
-----------
* (https://github.com/OasisLMF/ODS_OpenExposureData/issues/195) - [Property] Correct Data Type of SoilType from float to tinyint and valid values from [0,) to [0,1]
Expand Down
Binary file modified OpenExposureData/Docs/OpenExposureData_Spec.xlsx
Binary file not shown.
2 changes: 1 addition & 1 deletion OpenExposureData/Docs/PerilValues.csv
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
"33554432","All Crop perils","GG1","Yes"
"201326592","All Cyber perils","CC1","Yes"
"3758096384","All Volcanic perils","VV1","Yes"
"4294967295","All perils","AA1","Yes"
"8589934591","All perils","AA1","Yes"
196 changes: 107 additions & 89 deletions OpenExposureData/Docs/PerilsCovered.csv
Original file line number Diff line number Diff line change
@@ -1,89 +1,107 @@
Peril,PerilsCovered
QEQ,QEQ
QFF,QFF
QTS,QTS
QSL,QSL
QLS,QLS
QLF,QLF
WTC,WTC
WEC,WEC
WSS,WSS
ORF,ORF
OSF,OSF
XSL,XSL
XTD,XTD
XHL,XHL
ZSN,ZSN
ZIC,ZIC
ZFZ,ZFZ
BFR,BFR
BBF,BBF
MNT,MNT
MTR,MTR
XLT,XLT
ZST,ZST
BSK,BSK
SSD,SSD
XCH,XCH
CSB,CSB
CPD,CPD
PNF,PNF
VVA,VVA
VVE,VVE
VVL,VVL
SBU,SBU
QEQ,QQ1
QFF,QQ1
QTS,QQ1
QSL,QQ1
QLS,QQ1
QLF,QQ1
WTC,WW2
WEC,WW2
WTC,WW1
WEC,WW1
WSS,WW1
ORF,OO1
OSF,OO1
MNT,MM1
MTR,MM1
XSL,XX1
XTD,XX1
XHL,XX1
XLT,XX1
XSL,XZ1
XTD,XZ1
XHL,XZ1
XLT,XZ1
ZSN,XZ1
ZIC,XZ1
ZFZ,XZ1
BFR,BB1
BBF,BB1
BSK,BB1
QEQ,AA1
QFF,AA1
QTS,AA1
QSL,AA1
QLS,AA1
QLF,AA1
WTC,AA1
WEC,AA1
WSS,AA1
ORF,AA1
OSF,AA1
XSL,AA1
XTD,AA1
XHL,AA1
ZSN,AA1
ZIC,AA1
ZFZ,AA1
BFR,AA1
BBF,AA1
MNT,AA1
MTR,AA1
XLT,AA1
ZST,AA1
BSK,AA1
CSB,CC1
CSD,CC1
"Peril","PerilsCovered"
"QEQ","QEQ"
"QFF","QFF"
"QTS","QTS"
"QSL","QSL"
"QLS","QLS"
"QLF","QLF"
"WTC","WTC"
"WEC","WEC"
"WSS","WSS"
"ORF","ORF"
"OSF","OSF"
"XSL","XSL"
"XTD","XTD"
"XHL","XHL"
"ZSN","ZSN"
"ZIC","ZIC"
"ZFZ","ZFZ"
"BFR","BFR"
"BBF","BBF"
"MNT","MNT"
"MTR","MTR"
"XLT","XLT"
"ZST","ZST"
"BSK","BSK"
"SSD","SSD"
"XCH","XCH"
"CSB","CSB"
"CPD","CPD"
"PNF","PNF"
"VVA","VVA"
"VVE","VVE"
"VVL","VVL"
"SBU","SBU"
"QEQ","QQ1"
"QFF","QQ1"
"QTS","QQ1"
"QSL","QQ1"
"QLS","QQ1"
"QLF","QQ1"
"WTC","WW2"
"WEC","WW2"
"WTC","WW1"
"WEC","WW1"
"WSS","WW1"
"ORF","OO1"
"OSF","OO1"
"MNT","MM1"
"MTR","MM1"
"XSL","XX1"
"XTD","XX1"
"XHL","XX1"
"XLT","XX1"
"ZSN","ZZ1"
"ZIC","ZZ1"
"ZFZ","ZZ1"
"ZST","ZZ1"
"XSL","XZ1"
"XTD","XZ1"
"XHL","XZ1"
"XLT","XZ1"
"ZSN","XZ1"
"ZIC","XZ1"
"ZFZ","XZ1"
"ZST","XZ1"
"BBF","BB1"
"BSK","BB1"
"XCH","GG1"
"CSB","CC1"
"CPD","CC1"
"PNF","PP1"
"VVA","VV1"
"VVE","VV1"
"VVL","VV1"
"BBF","AA1"
"BFR","AA1"
"BSK","AA1"
"CPD","AA1"
"CSB","AA1"
"MNT","AA1"
"MTR","AA1"
"ORF","AA1"
"OSF","AA1"
"PNF","AA1"
"QEQ","AA1"
"QFF","AA1"
"QLF","AA1"
"QLS","AA1"
"QSL","AA1"
"QTS","AA1"
"SBU","AA1"
"SSD","AA1"
"VVA","AA1"
"VVE","AA1"
"VVL","AA1"
"WEC","AA1"
"WSS","AA1"
"WTC","AA1"
"XCH","AA1"
"XHL","AA1"
"XLT","AA1"
"XSL","AA1"
"XTD","AA1"
"ZFZ","AA1"
"ZIC","AA1"
"ZSN","AA1"
"ZST","AA1"
Loading