staircase icon indicating copy to clipboard operation
staircase copied to clipboard

A powerful data analysis package based on mathematical step functions. Strongly aligned with pandas.

Results 24 staircase issues
Sort by recently updated
recently updated
newest added

Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.2 to 6.3.3. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0 releases/v5.1.1 releases/v5.1.0...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies

Bumps [ipython](https://github.com/ipython/ipython) from 7.34.0 to 8.10.0. Commits 15ea1ed release 8.10.0 560ad10 DOC: Update what's new for 8.10 (#13939) 7557ade DOC: Update what's new for 8.10 385d693 Merge pull request from...

dependencies

Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.0 to 65.5.1. Changelog Sourced from setuptools's changelog. v65.5.1 Misc ^^^^ #3638: Drop a test dependency on the mock package, always use :external+python:py:mod:unittest.mock -- by :user:hroncok #3659:...

dependencies

There are currently no type-hints in staircase. Background/resources: https://docs.python.org/3/library/typing.html https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html https://realpython.com/lessons/type-hinting/ https://github.com/staircase-dev/staircase/blob/master/staircase/_typing.py has been created for custom types (see https://github.com/pandas-dev/pandas/blob/master/pandas/_typing.py for inspiration) Please add new issue for each individual file...

code quality
high priority

> Asserts should be used to test conditions that should never happen. The purpose is to crash early in the case of a corrupt program state. > > Exceptions should...

Current docs based on 0.8.1 and latest is 0.11.0 Upgrading will result in several breaking changes which will result in build crashes, and unwanted theming. CSS and logos may need...

#### Is your feature request related to a problem? Currently there is no tolerances allowed when comparing two Stairs.

#### Describe the solution you'd like The implementation of Stairs.layer requires input vectors to be "grouped by", in case there are repeated values in *start* and *end* parameters. This is...

enhancement
advanced
low priority