Releases: BLSQ/openhexa-sdk-python
Releases · BLSQ/openhexa-sdk-python
v0.1.43
0.1.43 (2024-04-10)
Bug Fixes
- API: uploading a version now returns a pipelineVersion instead of a version (5f89738)
- typing: Add all accepted types (96d4170)
Miscellaneous
- Check if a new version of the library is available and inform the user. (495cda8)
v0.1.42
0.1.42 (2024-04-09)
Features
- CLI: check if permission_denied is thrown (#129) (2f856fe)
- CLI: User can provide a name, description and link of the pipel… (#142) (45fd2e7)
Bug Fixes
- CLI: Check if args of decorators are of a primitive type (#146) (3ca0f51)
Miscellaneous
- deps-dev: update build requirement (#144) (38ce2c3)
- deps-dev: update pytest requirement from <8.1,>=7.3 to >=7.3,<8.2 (#139) (51938c8)
- deps-dev: update pytest-cov requirement (#143) (c4ea0ef)
v0.1.41
0.1.41 (2024-04-02)
Bug Fixes
- Build: Manifest.in was missing the .github folder (8afa0eb)
- remove duplicated instruction (137a90d)
Miscellaneous
v0.1.40
0.1.40 (2024-03-11)
Features
- Check that docker exists and is running (#136) (3d4d75f)
Bug Fixes
- Skeleton: Add '--yes' to the push action to create the pipeline by default (0013039)
v0.1.39
0.1.39 (2024-03-06)
Features
- Add jinja2 templates, add github workflow (7f53c6a)
Bug Fixes
v0.1.38
0.1.38 (2024-03-05)
Features
- Pipeline: Use the AST to get the specs of the pipeline and its parameters (#130) (9515499)
- Use a new way to load settings (#131) (9619673)
v0.1.37
0.1.37 (2024-02-20)
Features
- Parameter: add support for Dataset parameter type (#120) (783b672)
- Pipelines: Allow user to download the latest version of a pipeline (#128) (2dae69d)
Bug Fixes
- CLI: Running a pipeline should not require an active workspace (#126) (7618d91)
- Parameter: check if default value is in choices (#123) (726df4e)
v0.1.36
0.1.36 (2024-01-30)
Features
- CLI: User can add --yes to the command to not have to confirm the creation of the pipeline (85a9098)
Bug Fixes
- CurrentRun: check if file exist when adding output (#114) (4dfe8d1)
Miscellaneous
- deps-dev: update geopandas requirement (#121) (80f21cb)
- deps-dev: update pandas requirement (#117) (2270bef)
- deps-dev: update pytest requirement from ~=7.3.0 to >=7.3,<8.1 (#122) (94d867f)
- deps: update requests (75301e9)
v0.1.35
0.1.35 (2024-01-23)
Features
- CLI: Use blsq/openhexa-blsq-environment as the image to run the pipeline (#115) (c813e3a)
Bug Fixes
- Parameters: add support for custom connection (#116) (65db931)
v0.1.34
0.1.34 (2024-01-16)
Features
- Dataset: Create dataset with the SDK (#110) (cba3e7e)
- Workspaces: list datasets in a workspace (#112) (916832a)
Bug Fixes
- CLI: Ask the user to create the workspace.yaml if not found (#109) (1da1a04)
- dataset: Support bytes directly in read_content (#111) (e83eefb)
- Docker: Always force pull the image (#103) (c538e10)
Miscellaneous
- deps-dev: update build requirement from ~=0.10.0 to >=0.10,<1.1 (#99) (a15457e)
- deps-dev: update geopandas requirement from ~=0.12.2 to ~=0.14.2 (#107) (a843015)
- deps-dev: update pandas requirement from ~=2.0.0 to ~=2.1.4 (#105) (b8691d1)
- deps-dev: update pytest requirement from ~=7.3.0 to ~=7.4.4 (#108) (f972373)
- deps-dev: update pytest-cov requirement (#97) (65568b9)
- deps-dev: update rasterstats requirement (#98) (e361c42)
- deps-dev: update requests requirement (#100) (e5d9f3d)
- deps-dev: update setuptools requirement (#101) (6582ada)