Releases: smcclennon/Primer
Releases · smcclennon/Primer
Primer 1.2.2 - Introducing Primer++
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
- Json config file (human readable)
- Automatically migrate old config to new config
- Unix compatible update code
Primer 1.1.0 - Cross Compatability!
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
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
Primer for Windows:
- Fixed issue where Primer would crash when prime numbers were generated too quickly
Primer v1.0.3
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
Primer for Windows:
- Fixed update cleanup code
Primer for Unix:
- 40% more efficient
- Renamed from
Primer.C
/Primer(C)
toPrimer-C
(GitHub releases don't like brackets)
Primer v1.0.1
- 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)