Skip to content

Releases: smcclennon/Primer

Primer 1.2.2 - Introducing Primer++

10 May 03:04
fd163da
Compare
Choose a tag to compare

Primer (Python):

  • More efficient console-window updating
  • Better variable names

== Introducing Primer++ ==

  • Faster than Primer (Python)
  • Supports Windows (.exe)
  • Supports Linux
  • Config is cross-compatible with Primer 1.2.0

Learn more: github.com/smcclennon/Primer

Primer v1.2.0

01 Mar 01:00
3ac4990
Compare
Choose a tag to compare
  • Json config file (human readable)
  • Automatically migrate old config to new config
  • Unix compatible update code

Primer 1.1.0 - Cross Compatability!

26 Feb 11:28
3ac4990
Compare
Choose a tag to compare

Primer for Windows:

  • Added semver parsing for more reliable updating
  • Removed feature where config file was set to hidden, as it could no longer be accessed by Primer

Primer for Unix:

  • Now cross compatible! Primer.py now supports both Windows and Unix. Pickup where you left off on any OS
  • Edited the console output for easier-to-read Total Calculations
  • Added semver parsing for more reliable updating

Primer v1.0.5

24 Feb 14:37
2b90b94
Compare
Choose a tag to compare

Primer for Windows:

  • Fixed bug causing even numbers to still be processed

Primer for Unix:

  • Even numbers will no longer be processed
  • Fixed bug preventing the newest generated prime number from being loaded upon restarting the script (This patch had not been tested with Unix)

Primer v1.0.4

02 Dec 18:07
Compare
Choose a tag to compare

Primer for Windows:

  • Fixed issue where Primer would crash when prime numbers were generated too quickly

Primer v1.0.3

02 Dec 09:44
Compare
Choose a tag to compare

Primer for Windows:

  • Up to 3x faster (Skipping multiples of 2, 4, 5, 6, 8, and 10)
  • Fixed duplicate primes being saved to Primer.txt
  • All memory/stats are now saved in Primer.config, so the script will remember where it left off even if Primer.txt is removed/altered

Primer v1.0.2

27 Nov 08:00
Compare
Choose a tag to compare

Primer for Windows:

  • Fixed update cleanup code

Primer for Unix:

  • 40% more efficient
  • Renamed from Primer.C/Primer(C) to Primer-C (GitHub releases don't like brackets)

Primer v1.0.1

26 Nov 18:58
Compare
Choose a tag to compare
  • Automatic updates
  • Generate and display prime numbers
  • Display total calculations
  • Display the elapsed time for the current prime-search
  • Display the current number being prime-tested
  • Save prime numbers to a file (Primer.txt)
  • Save generation statistics (total calculations, number of prime numbers found; Primer.config)
  • Compatability version for Unix-based operating systems (lacks features such as automatic updates, elapsed timer and console window title support)