Sdepy

Latest version: v1.1.1

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

Scan your dependencies

1.1.1

This is a maintenance release.

New in this release
---------------------
- The testing framework was migrated from nose to pytest (19),
and removed from the package dependencies.
- Python 3.8 is now supported (22).
- The quick guide was made available as a jupyter notebook (23).
- Checks and error messages were improved on the `SDE.sde()`
and `SDEs.sde()` methods (20, 21) and the `integrate` decorator (24).

1.1.0

New in this release
-------------------

- The ``process`` class acquired new methods
``vmin, vmax, vmean, vvar, vstd`` to perform summary operations
across values, for each time point and path (14).
- A piecewise constant process constructor was added as the
``piecewise`` function (9); it replaces, and improves upon,
the private ``_piecewise_constant_process`` (undocumented,
not part of the API), now deprecated.

Bug-fixes
---------

- An incompatibility issue of the ``process`` class with
numpy versions >= 1.16.0 (11, 12) was solved.
- A bug in the ``out`` parameter of ``process`` methods
``pmin, pmax, tmin, tmax`` (10, 13) was fixed.

Improvements
------------

- The behavior of the ``process`` attribute ``interp_kind``
was documented in more detail (14).
- There were several minor improvements to the testing
and maintenance tools, and to the testing suite (14, 15).

Changes
-------

- No backward incompatible changes were made against the stated API.
- Note however that code relying on the ``out`` parameter of the
mentioned ``process`` methods might be in need of fixing as well.

1.0.1

This maintenance release includes:
- Bug-fixes (issues 2 and 4).
- Support for Python 3.7 (pull request 5).
- Minor documentation additions (pull requests 6 and 7).

1.0.0

First public release, also found on [PyPi](https://pypi.org/project/sdepy/1.0.0).

After evolving through several 0.x unpublished versions, and undergoing several months of extensive private use, SdePy achieved its present stable form, marked as beta as a measure of caution against the unexpected.

1.0.0rc3

This is a release candidate, also found on [PyPi](https://pypi.org/project/sdepy).
SdePy 1.0.0 is not released yet.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.