Releases: ZeroGachis/magicparse
Releases · ZeroGachis/magicparse
v0.15.0
0.15.0 (2024-08-27)
Features
- update to python 3.11 (55a5fa4)
Miscellaneous Chores
- add CODEOWNERS (4962f29)
- add service catalog for techportal (78ca92d)
- deps: update black to 24 (20e443e)
- deps: update flake8 to 7 (4e985f6)
- deps: update poetry lock file (fd4054e)
- deps: update pytest to 8 (f836e66)
- switch to release please system (2ade4c9)
Continuous Integration
0.14.0
What's Changed
- int-676 Introduce a ParsedRow class for parsing result (including the row number) + expose the stream_parse method by @antoine-b-smartway in #28
Full Changelog: 0.13.0...0.14.0
0.13.0
What's Changed
- int-679 Skip empty lines from the parsing by @antoine-b-smartway in #27
Full Changelog: 0.12.0...0.13.0
0.12.0
What's Changed
- Fix class name typo in documentation by @antoine-b-smartway in #26
- Add stream parsing in Schema class by @antoine-b-smartway in #25
New Contributors
- @antoine-b-smartway made their first contribution in #26
Full Changelog: 0.11.1...0.12.0
0.11.1
What's Changed
- Move flake8-pyprojet to dev dependencies by @ducdetronquito in #23
Full Changelog: 0.11.0...0.11.1
0.11.0
What's Changed
- feat: publish to private smartway registry by @nicolasbriere1 in #21
New Contributors
- @nicolasbriere1 made their first contribution in #21
Full Changelog: 0.10.1...0.11.0
0.10.1
What's Changed
- Use poetry as the package manager by @ducdetronquito in #20
Full Changelog: 0.10.0...0.10.1
0.10.0
0.9.1
Full Changelog: 0.9.0...0.9.1
Bugfix:
- Bump version number in setup.py in order to allow package upgrade