Skip to content

rfcnt-0.5.0

Latest

Choose a tag to compare

@a-ma72 a-ma72 released this 22 Jul 16:34
# Python source distribution to rfcnt

Install:

pip install https://github.com/a-ma72/rainflow/releases/download/rfcnt-v0.5.0/rfcnt-0.5.0-cp39-cp39-win_amd64.whl --no-build-isolation --no-deps
or using PyPi repository:
pip install rfcnt --no-build-isolation --no-deps

Tests:

python -m rfcnt.run_tests

Examples:

python -m rfcnt.run_examples

Using rfcnt in Google Colaboratory
https://colab.research.google.com

!pip install https://github.com/a-ma72/rainflow/releases/download/rfcnt-0.5.0/rfcnt-0.5.0.tar.gz

import rfcnt
rfcnt.tests.examples.example_1()

Changes:

  • Finished "Miner's consistent rule" approach (Haibach)
  • Added notebook: notebooks/example_miner_verifications.ipynb
  • Renaming "consequent" -> "consistent"
  • Update: cycle_process_counts()