Skip to content

Releases: a-ma72/rainflow

rfcnt-0.5.0

22 Jul 16:34

Choose a tag to compare

# 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()

rfcnt-v0.4.7

04 Jan 14:09

Choose a tag to compare

Python source distribution to rfcnt

Install:

pip install https://github.com/a-ma72/rainflow/releases/download/rfcnt-v0.4.7/rfcnt-0.4.7-cp39-cp39-win_amd64.whl --no-build-isolation --no-deps
or using PyPi repository (TODO):
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.4.7/rfcnt-0.4.7.tar.gz

import rfcnt
rfcnt.tests.examples.example_1()

rfcnt-0.4.6

03 Jan 20:45

Choose a tag to compare

Python source distribution to rfcnt

Install:

pip install https://github.com/a-ma72/rainflow/releases/download/rfcnt-0.4.6/rfcnt-0.4.6.tar.gz --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.4.6/rfcnt-0.4.6.tar.gz

import rfcnt
rfcnt.tests.examples.example_1()

rfcnt-0.4.5

01 Dec 20:01

Choose a tag to compare

Python source distribution to rfcnt

Install:

pip install https://github.com/a-ma72/rainflow/releases/download/rfcnt-0.4.5/rfcnt-0.4.5.tar.gz --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.4.5/rfcnt-0.4.5.tar.gz

import rfcnt
rfcnt.tests.examples.example_1()

rfcnt-0.4.4

30 Nov 17:56

Choose a tag to compare

Python source distribution to rfcnt

Install:

pip install https://github.com/a-ma72/rainflow/releases/download/rfcnt-0.4.4/rfcnt-0.4.4.tar.gz
or using PyPi repository:
pip install rfcnt

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.4.4/rfcnt-0.4.4.tar.gz

import rfcnt
rfcnt.tests.examples.example_1()

rfcnt-0.4.3

08 Sep 20:01

Choose a tag to compare

Python source distribution to rfcnt

Install:

pip install https://github.com/a-ma72/rainflow/releases/download/rfcnt-0.4.3/rfcnt-0.4.3.tar.gz
or using PyPi repository:
pip install rfcnt

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.4.3/rfcnt-0.4.3.tar.gz

import rfcnt
rfcnt.tests.examples.example_1()

rfcnt-0.3.1

24 Feb 15:01

Choose a tag to compare

Python source distribution to rfcnt

Install:

pip install https://github.com/a-ma72/rainflow/releases/download/rfcnt-0.3.1/rfcnt-0.3.1.tar.gz
or using PyPi repository:
pip install rfcnt

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/AndreasMartin72/rainflow/releases/download/rfcnt-0.3.1/rfcnt-0.3.1.tar.gz

import rfcnt
rfcnt.tests.examples.example_1()

rfcnt-0.2.0

29 Nov 22:40

Choose a tag to compare

Python source distribution to rfcnt

Install:

pip install https://github.com/AndreasMartin72/rainflow/releases/download/rfcnt-0.2.0/rfcnt-0.2.0.tar.gz
or using PyPi repository:
pip install rfcnt

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/AndreasMartin72/rainflow/releases/download/rfcnt-0.2.0/rfcnt-0.2.0.tar.gz

import rfcnt
rfcnt.tests.examples.example_1()

rfcnt-0.1.2

13 Oct 21:19

Choose a tag to compare

Python source distribution to rfcnt

Install:

pip install https://github.com/AndreasMartin72/rainflow/releases/download/rfcnt-0.1.2/rfcnt-0.1.2.tar.gz
or using PyPi repository:
pip install rfcnt

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/AndreasMartin72/rainflow/releases/download/rfcnt-0.1.2/rfcnt-0.1.2.tar.gz

import rfcnt
rfcnt.tests.examples.example_1()

pyrfc-0.1.1

29 Aug 12:48

Choose a tag to compare

Python source distribution to rfcnt

Install:

pip install rfcnt-0.1.1.tar.gz
or using PyPi repository:
pip install rfcnt

Tests:

python -m rfcnt.run_tests

Examples:

python -m rfcnt.run_examples