This repository was archived by the owner on Mar 20, 2020. It is now read-only.
Releases: BCODMO/pipeline-generator
Releases · BCODMO/pipeline-generator
v1.0.7
v1.0.6
Release with Laminar v1.0.6.
v1.0.5
Released with Laminer v1.0.5
1.0.4
See release notes at laminar web
v1.0.3
Release with Laminar v1.0.3
v1.0.2
Release with Laminar v1.0.2
v1.0.1
Release with Laminar v1.0.1
v0.0.4
Release after four weeks of work completed on 05/10/19. To be used with pipeline-web v0.0.4 and pipeline-server v0.0.04
- Specify specific version of datapackage_pipelines to fix issue with add_computed_field (BCODMO/laminar_web#82)
- Ensure that PyYAML doesn't alphabetically order the created yaml file (BCODMO/laminar_web#119)
- Update convert_date processor to take in multiple fields as input (BCODMO/laminar_web#110)
- Add remove_resources processor (BCODMO/laminar_web#88)
- Add new bcodmo dump_to_path processor that updates the permissions of files to
777after dumping (BCODMO/laminar_web#104) - Concatenate and load are now custom bcodmo processor rather than overwriting the old versions
- Concatenate can now add the resource name, file name, or path/URI as a field in the result data (BCODMO/laminar_web#3)
- Add options for consistent hour offsets from UTC (BCODMO/laminar_web#60)
v0.0.3
Release after two weeks of work completed on 04/12/19. To be used with pipeline-web v0.0.3
- Add tests for v0.0.2 (#24)
- Add missingValues parameter to load and remove the addMissingValues step (BCODMO/laminar_web#55)
- Add option to remove source column in split step (BCODMO/laminar_web#4)
v0.0.2
Release after two weeks of work completed on 3/29/19. To be used with pipeline-web v0.0.2
- Upgrade to datapackage-pipelines 2.0
- Add rename_fields processor (https://github.com/BCODMO/pipeline-generator/issues/14)
- Add reorder_fields processor (BCODMO/laminar_web#5)
- Add fixed_width custom parser to load (https://github.com/BCODMO/pipeline-generator/issues/13)
- Change name of fixed width parser format (#17)
- Make default resource name res1, res2, etc. (BCODMO/laminar_web#41)
- Fix bug with concatenate (#21)
- Remove requirement for description and title (#20)
- Add pyparsing to setup.py (#18)
- Update README with details of running dpp locally (https://github.com/BCODMO/pipeline-generator/issues/11)