Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Releases: devfred78/syracuse

v0.4.0

17 Apr 20:33
a444e1b
Compare
Choose a tag to compare

Add a new module: sequences
This module provides several well-known sequences related to Collatz sequences.
For the moment, the available sequences are:

sequence OEIS reference Description
total_stopping_time_records A006877 Sequence of starting values of Collatz sequences with a total stopping time longer than of any smaller starting value.
max_value_records A006884 Sequence of starting values of Collatz sequences with maximum values higher than of any smaller starting value.

v0.3.0

19 Mar 12:25
Compare
Choose a tag to compare
  • Add usage of multitasking for some computations on large data
  • Introduction of an optional usage of the pydot library to generate dot files
  • Add the ability of generating a distribution bar graph for a range of sequences

v0.2.0

08 Mar 10:52
Compare
Choose a tag to compare

Adds the ability to switch to multiprocessing computation for several Syracuse class methods, improving drastically performance for large amount of data.

v0.1.2

05 Mar 12:29
Compare
Choose a tag to compare

Fix an issue making the image on README.md not displayable on Pypi

v0.1.1.

05 Mar 12:16
Compare
Choose a tag to compare

Add some information for publishing on Pypi

v0.1.0

05 Mar 10:53
Compare
Choose a tag to compare

First release