Stpipe

Latest version: v0.7.0

Safety actively analyzes 681844 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.5.0

==================

- Remove use of deprecated ``pytest-openfiles`` ``pytest`` plugin. This has been replaced by
catching ``ResourceWarning`` s. [90]
- Start using ``pre-commit`` to handle style checks. [79]
- Apply the ``isort`` and ``black`` code formatters and reduce the line length
maximum to 88 characters. [80]
- Add spell checking through the ``codespell`` tool. [81]
- Drop support for Python 3.8 [93]
- Remove ``stdatamodels`` dependency, as it is no longer used. [91]
- Add ``flynt`` string update checking tool. [92]

0.4.6

==================

- add ``importlib.metadata`` as a dependency and update loading of entry_points to drop
usage of pkg_resources [84]
- update minimum python to 3.8 and ASDF version to 2.8 [87]
- replace legacy AsdfExtension with resource_mapping [82]
- update minimum version of ``asdf`` to ``2.13`` and add minimum dependency testing to CI [75]

0.4.5

==================

- convert ``FromCommandLine`` instances to str before using as keyword arguments to ``Step`` [78]

0.4.4

==================

- include ``scripts`` in package [76]

0.4.3

==================

- Load and merge configuration files for each step they are provided when
running pipeline in interactive mode using ``Step.call()``. [74]

- Restored support for step list arguments by removing code that was
overwriting processed and validated command line arguments with their
raw values. [73]

0.4.2

==================

- Refactored ``Step.crds_get_config_from_reference`` and
``Pipeline.get_config_from_reference`` to reduce memory when the input to
a pipeline is an association file, i.e. a ``ModelContainer``. In this case
the crds parameters are retrieved from the first model which is already opened. [63]

- Added a small edit to ``Step.get_config_from_reference`` to run datamodel
methods on the first contained model in a ModelContainer, rather than the
ModelContainer itself [67]

- Moved build configuration from ``setup.cfg`` to ``pyproject.toml`` to support PEP621 [56]

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.