Skip to content

Commit

Permalink
update version for point release
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Jul 26, 2023
1 parent ca2146c commit 5678a20
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
10 changes: 2 additions & 8 deletions docs/api_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Pipestat standardizes reporting of pipeline results and pipeline status manageme


```python
def __init__(self, sample_name: Optional[str]=None, schema_path: Optional[str]=None, results_file_path: Optional[str]=None, database_only: Optional[bool]=True, config_file: Optional[str]=None, config_dict: Optional[dict]=None, flag_file_dir: Optional[str]=None, show_db_logs: bool=False, pipeline_type: Optional[str]=None, pipeline_name: Optional[str]='default_pipeline_name', result_formatter: staticmethod=<function default_formatter at 0x7f3c2fc69360>, multi_pipelines: bool=False)
def __init__(self, sample_name: Union[str, NoneType]=None, schema_path: Union[str, NoneType]=None, results_file_path: Union[str, NoneType]=None, database_only: Union[bool, NoneType]=True, config_file: Union[str, NoneType]=None, config_dict: Union[dict, NoneType]=None, flag_file_dir: Union[str, NoneType]=None, show_db_logs: bool=False, pipeline_type: Union[str, NoneType]=None, pipeline_name: Union[str, NoneType]='default_pipeline_name', result_formatter: staticmethod=<function default_formatter at 0x7fd90523e310>, multi_pipelines: bool=False)
```

Initialize the PipestatManager object
Expand Down Expand Up @@ -292,12 +292,6 @@ Status schema source



```python
def summarize(self, *args, **kwargs)
```



```python
def validate_schema(self) -> None
```
Expand All @@ -313,4 +307,4 @@ Check schema for any possible issues



*Version Information: `pipestat` v0.4.0, generated by `lucidoc` v0.4.4*
*Version Information: `pipestat` v0.3.1, generated by `lucidoc` v0.4.4*
10 changes: 8 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Changelog

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.
## [0.5.0] - 2023-XX-XX

## [0.5.0] - 2023-XX -XX
### Added

- Add summarize function to generate static html results report.

## [0.4.0] - 2023-XX-XX
## [0.4.1] - 2023-07-26

### Fix

- ensure Pipestat uses proper versions of Pydantic, Yacman.

## [0.4.0] - 2023-06-29

### Changed

Expand Down
36 changes: 18 additions & 18 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pipestat offers a CLI that can be access via the `pipestat` command in the shell
Here you can see the command-line usage instructions for the main command and for each subcommand:
## `pipestat --help`
```console
version: 0.4.0
version: 0.4.1
usage: pipestat [-h] [--version] [--silent] [--verbosity V] [--logdev]
{report,inspect,remove,retrieve,status,init} ...

Expand All @@ -20,7 +20,7 @@ positional arguments:
status Manage pipeline status.
init Initialize generic config file

options:
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
--silent Silence logging. Overrides verbosity.
Expand All @@ -42,7 +42,7 @@ usage: pipestat report [-h] [-n N] [-f F] [-c C] [-a] [-s S] [--status-schema ST

Report a result.

options:
optional arguments:
-h, --help show this help message and exit
-n N, --project-name N Name of the pipeline to report result for. If not provided
'PIPESTAT_PROJECT_NAME' env var will be used. Currently not
Expand All @@ -58,8 +58,8 @@ options:
reported. If not provided 'PIPESTAT_RESULTS_SCHEMA' env var
will be used. Currently not set
--status-schema ST Path to the status schema. Default will be used if not
provided: /home/drc/GITHUB/pipestat/pipestat/venv/lib/pytho
n3.10/site-packages/pipestat/schemas/status_schema.yaml
provided: /home/drc/anaconda3/envs/condalooper_p38/lib/pyth
on3.8/site-packages/pipestat/schemas/status_schema.yaml
--flag-dir FD Path to the flag directory in case YAML file is the
pipestat backend.
-i I, --result-identifier I ID of the result to report; needs to be defined in the
Expand All @@ -81,7 +81,7 @@ usage: pipestat inspect [-h] [-n N] [-f F] [-c C] [-a] [-s S] [--status-schema S

Inspect a database.

options:
optional arguments:
-h, --help show this help message and exit
-n N, --project-name N Name of the pipeline to report result for. If not provided
'PIPESTAT_PROJECT_NAME' env var will be used. Currently not set
Expand All @@ -96,7 +96,7 @@ options:
reported. If not provided 'PIPESTAT_RESULTS_SCHEMA' env var will
be used. Currently not set
--status-schema ST Path to the status schema. Default will be used if not provided:
/home/drc/GITHUB/pipestat/pipestat/venv/lib/python3.10/site-
/home/drc/anaconda3/envs/condalooper_p38/lib/python3.8/site-
packages/pipestat/schemas/status_schema.yaml
--flag-dir FD Path to the flag directory in case YAML file is the pipestat
backend.
Expand All @@ -110,7 +110,7 @@ usage: pipestat remove [-h] [-n N] [-f F] [-c C] [-a] [-s S] [--status-schema ST

Remove a result.

options:
optional arguments:
-h, --help show this help message and exit
-n N, --project-name N Name of the pipeline to report result for. If not provided
'PIPESTAT_PROJECT_NAME' env var will be used. Currently not
Expand All @@ -126,8 +126,8 @@ options:
reported. If not provided 'PIPESTAT_RESULTS_SCHEMA' env var
will be used. Currently not set
--status-schema ST Path to the status schema. Default will be used if not
provided: /home/drc/GITHUB/pipestat/pipestat/venv/lib/pytho
n3.10/site-packages/pipestat/schemas/status_schema.yaml
provided: /home/drc/anaconda3/envs/condalooper_p38/lib/pyth
on3.8/site-packages/pipestat/schemas/status_schema.yaml
--flag-dir FD Path to the flag directory in case YAML file is the
pipestat backend.
-i I, --result-identifier I ID of the result to report; needs to be defined in the
Expand All @@ -144,7 +144,7 @@ usage: pipestat retrieve [-h] [-n N] [-f F] [-c C] [-a] [-s S] [--status-schema

Retrieve a result.

options:
optional arguments:
-h, --help show this help message and exit
-n N, --project-name N Name of the pipeline to report result for. If not provided
'PIPESTAT_PROJECT_NAME' env var will be used. Currently not
Expand All @@ -160,8 +160,8 @@ options:
reported. If not provided 'PIPESTAT_RESULTS_SCHEMA' env var
will be used. Currently not set
--status-schema ST Path to the status schema. Default will be used if not
provided: /home/drc/GITHUB/pipestat/pipestat/venv/lib/pytho
n3.10/site-packages/pipestat/schemas/status_schema.yaml
provided: /home/drc/anaconda3/envs/condalooper_p38/lib/pyth
on3.8/site-packages/pipestat/schemas/status_schema.yaml
--flag-dir FD Path to the flag directory in case YAML file is the
pipestat backend.
-i I, --result-identifier I ID of the result to report; needs to be defined in the
Expand All @@ -182,7 +182,7 @@ positional arguments:
set Set status.
get Get status.

options:
optional arguments:
-h, --help show this help message and exit
```

Expand All @@ -193,7 +193,7 @@ usage: pipestat status get [-h] [-n N] [-f F] [-c C] [-a] [-s S] [--status-schem

Get status.

options:
optional arguments:
-h, --help show this help message and exit
-n N, --project-name N Name of the pipeline to report result for. If not provided
'PIPESTAT_PROJECT_NAME' env var will be used. Currently not set
Expand All @@ -208,7 +208,7 @@ options:
reported. If not provided 'PIPESTAT_RESULTS_SCHEMA' env var will
be used. Currently not set
--status-schema ST Path to the status schema. Default will be used if not provided:
/home/drc/GITHUB/pipestat/pipestat/venv/lib/python3.10/site-
/home/drc/anaconda3/envs/condalooper_p38/lib/python3.8/site-
packages/pipestat/schemas/status_schema.yaml
--flag-dir FD Path to the flag directory in case YAML file is the pipestat
backend.
Expand All @@ -227,7 +227,7 @@ Set status.
positional arguments:
status_identifier Status identifier to set.

options:
optional arguments:
-h, --help show this help message and exit
-n N, --project-name N Name of the pipeline to report result for. If not provided
'PIPESTAT_PROJECT_NAME' env var will be used. Currently not set
Expand All @@ -242,7 +242,7 @@ options:
reported. If not provided 'PIPESTAT_RESULTS_SCHEMA' env var will
be used. Currently not set
--status-schema ST Path to the status schema. Default will be used if not provided:
/home/drc/GITHUB/pipestat/pipestat/venv/lib/python3.10/site-
/home/drc/anaconda3/envs/condalooper_p38/lib/python3.8/site-
packages/pipestat/schemas/status_schema.yaml
--flag-dir FD Path to the flag directory in case YAML file is the pipestat
backend.
Expand Down

0 comments on commit 5678a20

Please sign in to comment.