Skip to content

Commit

Permalink
Fix broken changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Jul 5, 2023
1 parent 898555b commit 1ff54d2
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
ODS_Tools Changelog
===================


`3.1.0`_
---------
* [#33](https://github.com/OasisLMF/ODS_Tools/pull/32) - Consistant managment of blank values
* [#35](https://github.com/OasisLMF/ODS_Tools/pull/36) - Bug in Analysis settings compatibility map
* [#40](https://github.com/OasisLMF/ODS_Tools/pull/40) - Replace hardcoded packages, with find_packages
* [#41](https://github.com/OasisLMF/ODS_Tools/pull/41) - fix check category
* [#42](https://github.com/OasisLMF/ODS_Tools/pull/43) - ods_tools check crashes on empty location file
* [#44](https://github.com/OasisLMF/ODS_Tools/pull/44) - add check for conditional requirement
* [#46](https://github.com/OasisLMF/ODS_Tools/pull/46) - add option to manage unknown column when saving files
* [#27](https://github.com/OasisLMF/ODS_Tools/pull/27) - fix read_csv only read needed line when reading header
* [#30](https://github.com/OasisLMF/ODS_Tools/pull/30) - Release/3.0.6
* [#31](https://github.com/OasisLMF/ODS_Tools/pull/31) - Add Platform testing to ODS-tools github actions
.. _`3.1.0`: https://github.com/OasisLMF/ODS_Tools/compare/3.0.7...3.1.0

`3.0.6`_
Expand All @@ -14,20 +27,20 @@ ODS_Tools Changelog

`3.0.5`_
---------
* [#5](https://github.com/OasisLMF/ODS_Tools/pull/1) - Separate the ods-tools code from the data standard
* [#8](https://github.com/OasisLMF/ODS_Tools/pull/9) - Parquet OED ReinsScope incorrectly fail validation
* [#12](https://github.com/OasisLMF/ODS_Tools/pull/13) - Analysis Settings in the OasisPlatform OpenAPI schema fails build check
* [#5](https://github.com/OasisLMF/ODS_Tools/pull/1) - Separate the ods-tools code from the data standard
* [#8](https://github.com/OasisLMF/ODS_Tools/pull/9) - Parquet OED ReinsScope incorrectly fail validation
* [#12](https://github.com/OasisLMF/ODS_Tools/pull/13) - Analysis Settings in the OasisPlatform OpenAPI schema fails build check
* [#15](https://github.com/OasisLMF/ODS_Tools/pull/15) - Release/3.0.4
* [#17](https://github.com/OasisLMF/ODS_Tools/pull/18) - Loading blank fields from DataFrame creates string value 'None'
* [#17](https://github.com/OasisLMF/ODS_Tools/pull/18) - Loading blank fields from DataFrame creates string value 'None'
* [#19](https://github.com/OasisLMF/ODS_Tools/pull/19) - support stream as Oed Source
* [#20](https://github.com/OasisLMF/ODS_Tools/pull/20) - detect stream_obj type if not set
* [#21](https://github.com/OasisLMF/ODS_Tools/pull/22) - LocPeril raise validation error when Blank but it should be allowed according to schema
.. _`3.0.5`: https://github.com/OasisLMF/ODS_Tools/compare/3.0.4...3.0.5

`3.0.4`_
---------
* [#5](https://github.com/OasisLMF/ODS_Tools/pull/1) - Separate the ods-tools code from the data standard
* [#12](https://github.com/OasisLMF/ODS_Tools/pull/13) - Analysis Settings in the OasisPlatform OpenAPI schema fails build check
* [#8](https://github.com/OasisLMF/ODS_Tools/pull/9) - Parquet OED ReinsScope incorrectly fail validation
* [#5](https://github.com/OasisLMF/ODS_Tools/pull/1) - Separate the ods-tools code from the data standard
* [#12](https://github.com/OasisLMF/ODS_Tools/pull/13) - Analysis Settings in the OasisPlatform OpenAPI schema fails build check
* [#8](https://github.com/OasisLMF/ODS_Tools/pull/9) - Parquet OED ReinsScope incorrectly fail validation
.. _`3.0.4`: https://github.com/OasisLMF/ODS_Tools/compare/3.0.3...3.0.4

0 comments on commit 1ff54d2

Please sign in to comment.