Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.71 KB

RELEASES.md

File metadata and controls

55 lines (35 loc) · 1.71 KB

v0.8.0 (2022-02-09)

  • Improve implementation of Display to handle e.g., "1-i" and "-i".

v0.7.0 (2022-02-01)

  • Return a usize for the norm(), since it is always a positive real number.
  • Add get_pos_g_ints and get_pos_g_primes functions to return iterators of Gaussian integers and primes with positive real parts.
  • Add mod-arith example demonstrating properties of modular arithmetic.
  • Implement FromStr for GaussianInt.

v0.6.0 (2022-01-31)

v0.5.1 (2022-01-30)

  • Add new example to show basic plotting.
  • Edit documentation.

v0.5.0 (2022-01-29)

  • Use primal in is_gaussian_prime algorithm. Much, much faster!
  • Added a new example prime1mod4 to compute a certain kind of Gaussian prime.
  • Rename is_divisor_of method to divides.
  • Add units function to return ±1, ±i.
  • Add is_associated method.

v0.4.0 (2022-01-28)

Add gaussint macro for creating new GaussianInts.

v0.3.1 (2022-01-28)

Fix the status badge on crates.io.

v0.3.0 (2022-01-28)

  • Add a method to test for congruence between two Gaussian integers, modulo a third.
  • Add methods to test for "even" and "odd" Gaussian integers.

Earlier

Lost to time...