Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hadamard matrices up to order 1000 #35059

Merged
merged 33 commits into from
Mar 13, 2023

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    15e1b50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5832798 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80eddce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e460a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e715e0d View commit details
    Browse the repository at this point in the history
  6. Add construction for SDS

    MatteoCati committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    4a5989e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ccff87e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fd3af6 View commit details
    Browse the repository at this point in the history
  9. Add miyamoto construction

    MatteoCati committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    2b38a4c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    8821769 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. tagged tests at long time

    dimpase authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    df08b97 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    fbead79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdca1cd View commit details
    Browse the repository at this point in the history
  3. Fix docstrings

    MatteoCati committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    0d3ec5e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    9aac740 View commit details
    Browse the repository at this point in the history
  2. Add more williamson type matrices

    MatteoCati authored and dimpase committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    2257709 View commit details
    Browse the repository at this point in the history
  3. Add other Williamson type matrices

    MatteoCati authored and dimpase committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    9a9d661 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95073d2 View commit details
    Browse the repository at this point in the history
  5. Extract construction of sds

    MatteoCati authored and dimpase committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    2ee9436 View commit details
    Browse the repository at this point in the history
  6. Add construction for SDS

    MatteoCati authored and dimpase committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    49ee5c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    383a1b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8901eb6 View commit details
    Browse the repository at this point in the history
  9. Add miyamoto construction

    MatteoCati authored and dimpase committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    ed7a939 View commit details
    Browse the repository at this point in the history
  10. tagged tests at long time

    dimpase committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    da46f58 View commit details
    Browse the repository at this point in the history
  11. Fix docstrings

    MatteoCati authored and dimpase committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    f1f11cc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    73c4e44 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1 from dimpase/wwp

    this is a rebase over sagemath#34985
    MatteoCati authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    6db139e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Merge updates from add_new_skew_hadamard_matrices (#2)

    * Improve camera positioning for threejs
    
    * Changes to sagedoc, stopgap and superseded; one mass replacement
    
    * Another mass replacement
    
    * Another mass replacement
    
    * Another replacement
    
    * Another replacement
    
    * Remove comment numbers
    
    * Fix a couple of strays
    
    * trac ticket -> github issue
    
    * Change checksums back, fix meta-ticket
    
    * Another mass replacement
    
    * Another mass replacement
    
    * Another mass replacement
    
    * Manual fixes
    
    * Small replacement
    
    * Small replacement
    
    * Fix typo
    
    * Add github role to tox
    
    * add explicit formulas to documentation of WeierstrassIsomorphism
    
    * lift documentation from .__init__() to class and tweak
    
    * add doctest for sagemath#20847
    
    * add .torsion_basis() method to EllipticCurve_finite_field
    
    * Revert "Remove comment numbers"
    
    This reverts commit 27cdf3e.
    
    * Revert changes to git_trac.rst
    
    * Switch :github: to :issue:
    
    * Switch from sage-prod to sage in attachment links
    
    * Change trac_number to issue_number
    
    * cross linked matrix method
    
    * Add construction of strongly regular digraph
    
    * A few manual fixes
    
    * Another automatic change
    
    * Undo a bunch of changes in the doc directory
    
    * Another fix
    
    * Try to fix sphinx problem
    
    * Move comment tag inside
    
    * allowing iterables as input
    
    * Fix code style
    
    * generalized fix
    
    * converting iterables
    
    * added is_supergreedy() function
    
    * implemented diff algo, for borderline cases
    
    * correcting function for disjoint set of points
    
    * correcting function
    
    * documentation changes
    
    * minor chagnges
    
    * fixing_failing_tests
    
    * minor documentation correction
    
    * Update linear_extensions.py
    
    * corrected TeX maths in docstrings
    
    * further fixes to supergreedy docstring
    
    * Added Reference
    
    * adding reference
    
    * minor updates
    
    * correcting documentation errors
    
    * correct a wrong change to :trac:
    
    * remove spurrious blank line
    
    * another spurrious line removed
    
    * compute matrix kernels modulo composites
    
    * fix doctests
    
    * docstring style tweak
    
    * adding doctests
    
    * correct the import location (duh...)
    
    * adding colored permutation doctests
    
    * doctests fixes
    
    * replaced "Combining Caron"+c with one unicode character
    
    * Updated SageMath version to 10.0.beta1
    
    ---------
    
    Co-authored-by: Kwankyu Lee <ekwankyu@gmail.com>
    Co-authored-by: David Roe <roed.math@gmail.com>
    Co-authored-by: Lorenz Panny <lorenz@yx7.cc>
    Co-authored-by: Marc Mezzarobba <marc@mezzarobba.net>
    Co-authored-by: Tobias Diez <code@tobiasdiez.com>
    Co-authored-by: Sandstorm831 <gargrohan138@gmail.com>
    Co-authored-by: Rohan Garg <76916164+Sandstorm831@users.noreply.github.com>
    Co-authored-by: Dima Pasechnik <dima@pasechnik.info>
    Co-authored-by: Release Manager <release@sagemath.org>
    10 people authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    6ee79be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72e1e66 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    27d59d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b52e9e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    379bed5 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    56cfec2 View commit details
    Browse the repository at this point in the history