`biip.gs1`
- Add `filter()` to find all parsed Element Strings that match the criteria.
- Add `get()` to find first parsed Element String that matches the criteria.
- Add `decimal` field which is set for AIs with weight, volume, dimensions, discount percentages, and amounts payable.
- Add `money` field which is set for AIs with both amounts payable and currency. This field is only set if the optional dependency `py-moneyed` is installed.
- Strip surrounding whitespace before parsing.
`biip.gtin`
- Detect Restricted Circulation Numbers (RCN) and return a subclass of `Gtin`, `Rcn`, with additional fields and helpers for working with RCNs.
- Classify an RCN as being restricted to either a geographical region or to a company.
- Support interpreting RCNs according to varying rules depending on the geographical region specified by the user.
- Support for zeroing out the variable measure part, to help with looking up trade items in a database or similar.
- Add RCN rules for the Baltics, Great Britain, Norway, and Sweden.
- Strip surrounding whitespace before parsing.
- Bugfix: Keep all leading zeros in GTIN-8.
- Bugfix: Convert GTIN-8 to GTIN-12 before extracting GS1 Prefix.