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

Complexes for version 1-24-11, part 1. #3440

Merged
merged 11 commits into from
Sep 11, 2024

Commits on Aug 21, 2024

  1. bug fixes for Complexes, add LengthLimit to connectingExtMap, connect…

    …ingTorMap, horsehoeResolution. Fixed bug in mult of complex maps with numbers, bug in homomorphism
    mikestillman committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0f14de5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd7c33b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5346023 View commit details
    Browse the repository at this point in the history
  4. make isNormal and normalCone method names in m2/shared.m2. This allow…

    …s us to remove the dependency of Polyhedra on IntegralClosure and ReesAlgebra (which in turn was making the incorporatino of the Complexes package quite difficult).
    mikestillman committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2da3463 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30d79ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68d262b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. change complex to a method with Options => true. Add some Complex f…

    …unctions: status, rank, transpose, nullhomotopy (synonym of nullHomotopy). Allow complex to take a single matrix. Do not compute remainder in one version of nullHomotopy(serious performance degradation). Moved Ext(Module, Module) functionality from the Core to Complexes. Added minimalBetti fixes.
    mikestillman committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    87975bc View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Fix 2 bugs in Complexes: specialized routine for null homotopy with f…

    …ree source was incorrect. freeResolution(Strategy => Syzygies) incorrectly handled resolutions of length 0. Tests and doc were updated for these.
    mikestillman committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1d99126 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. fixed nullHomotopy by adding a new optional argument FreeToExact, and…

    … changed calls in AInfinity to use this simpler algorithm. Also added in doc for associatedGradedRing
    mikestillman committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    325328b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. changes to documentation, including use of ofClass and Hom to \operat…

    …orname{Hom}, imported a test from Core related to total Ext
    mikestillman committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6884cfb View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Change the use of e.g. {Module} to {Complex,Module}. Currently, this …

    …then displays that the argument is a complex, a complex, a module (doubled complex). It appears that is a bug that will get fixed before the next version, so we change this to be correct once that bug fix is in.
    mikestillman committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    532650e View commit details
    Browse the repository at this point in the history