Skip to content

Commit

Permalink
0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Jul 1, 2024
1 parent 7e2b5f2 commit 88f1e4a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.8] - 2022-06-19
## [0.1.9] - 2024-07-01

* Make header date and time optional

## [0.1.8] - 204-07-01

* Allow header without type specification
* Fix `yield` being used in dataset formulas
Expand All @@ -17,36 +21,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Correct inheritance tree for calculated parameters
* Correct parsing error with multiple blank lines before end statement

## [0.1.7] - 2022-06-19
## [0.1.7] - 204-06-19

* Add checks for issues related to unit conversions

## [0.1.6] - 2022-06-19
## [0.1.6] - 204-06-19

* Change default values for missing attributes during Brightway export

## [0.1.5] - 2022-06-18
## [0.1.5] - 204-06-18

* Don't replace commas when decimal separator is a `.`, and vice-versa

## [0.1.4] - 2022-06-18
## [0.1.4] - 204-06-18

* Allow number with leading digits, e.g. `,8`

## [0.1.3] - 2022-06-17
## [0.1.3] - 204-06-17

* Fix parsing of variables with `number underscore number` pattern
* Drop log level of invalid uncertainty distributions
* Provide more context when raising syntax or formula errors

## [0.1.2] - 2022-06-17
## [0.1.2] - 204-06-17

Correct Brightway export of product edges and waste treatment functional inputs

## [0.1.1] - 2022-06-17
## [0.1.1] - 204-06-17

Packaging fix

## [0.1.0] - 2022-06-17
## [0.1.0] - 204-06-17

First release
2 changes: 1 addition & 1 deletion bw_simapro_csv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"SimaProCSVType",
)

__version__ = "0.1.8"
__version__ = "0.1.9"

# Makes `sloppy-windows-1252` encoding available
import ftfy
Expand Down

0 comments on commit 88f1e4a

Please sign in to comment.