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 HarmonicDifferentials #213

Draft
wants to merge 540 commits into
base: master
Choose a base branch
from
Draft

Add HarmonicDifferentials #213

wants to merge 540 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 16, 2023

  1. Parallelize L2 computations

    saraedum committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    58210a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9319cce View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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

Commits on Nov 20, 2023

  1. Make 3,4,13 example work with harmonic differentials

    admittedly in a hacky way for the time being.
    saraedum committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    707a7a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a86db03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9303e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7185756 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b0c38b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    8673bd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a383b94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b7cae1 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Dec 1, 2023

  1. Fix doctests

    saraedum committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    cca138c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3395b87 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    54371fd View commit details
    Browse the repository at this point in the history
  2. Fix output of intersection number

    checked manually that the original value was wrong
    saraedum committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    fab140a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5032b35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9fea16 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Fix doctests

    saraedum committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    be70139 View commit details
    Browse the repository at this point in the history
  2. Add relative homology

    saraedum committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    ae245b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Add TODO to documentation

    saraedum committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    e54d5fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a27cfbf View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Fix typo

    saraedum committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e3878ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eb7e3a View commit details
    Browse the repository at this point in the history
  3. Fix caching of cohomology

    saraedum committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    dc3ce21 View commit details
    Browse the repository at this point in the history
  4. Add some (co)homology TODOs

    saraedum committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    66c1d57 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    9a4b311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8204f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Rename delaunay module to lazy

    since it contains surfaces that have nothing to do with Delaunay
    triangulations
    saraedum committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    561776f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d68c28d View commit details
    Browse the repository at this point in the history
  3. Speed up Euclidean geometry

    saraedum committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    82fda2a View commit details
    Browse the repository at this point in the history
  4. Remove unused code

    saraedum committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ebfa3ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5fa001 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1119018 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4eca237 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbc3a69 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Fix relative homology

    The n-cycles C_n(X, A) are given by C_n(X)/C_n(A) not C_n(X/A).
    saraedum committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c1cd360 View commit details
    Browse the repository at this point in the history
  2. Fix TODOs

    by postponing them mostly.
    
    Also implement proper checking for coefficient(g)
    saraedum committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    bcabacd View commit details
    Browse the repository at this point in the history
  3. Resolve TODO

    saraedum committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    7bf5d74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba40de9 View commit details
    Browse the repository at this point in the history
  5. Drop TODO

    I forgot what this one was about
    saraedum committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    6712799 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a6a861 View commit details
    Browse the repository at this point in the history
  7. Postpone TODO

    saraedum committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e82c29b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7718351 View commit details
    Browse the repository at this point in the history
  9. Fix grammar

    saraedum committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    2c21173 View commit details
    Browse the repository at this point in the history
  10. Fix documentation and news

    saraedum committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    519445b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ab3f3e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    8fa8309 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bafdf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59bcb9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2a9e59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c19839 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    5d82a23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76337bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b37e31 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

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

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    ac22479 View commit details
    Browse the repository at this point in the history
  2. Fix doctest warnings

    saraedum committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    db71901 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c31c297 View commit details
    Browse the repository at this point in the history
  4. Fix is_segment_intersecting

    saraedum committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c6739a1 View commit details
    Browse the repository at this point in the history
  5. Fix most pytest tests

    saraedum committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c21ee5f View commit details
    Browse the repository at this point in the history
  6. Fix is_segment_intersecting

    saraedum committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    4074d22 View commit details
    Browse the repository at this point in the history
  7. Fix typo

    saraedum committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    13cb500 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Jan 19, 2024

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

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    037ed80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    115377f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2517b47 View commit details
    Browse the repository at this point in the history
  4. Fix merge errors

    saraedum committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a85ced0 View commit details
    Browse the repository at this point in the history
  5. Fix merge errors

    saraedum committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a461e18 View commit details
    Browse the repository at this point in the history
  6. Fix failing doctests

    saraedum committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    84067ae View commit details
    Browse the repository at this point in the history
  7. Fix most doctests

    saraedum committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9a4d08a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    c6f0083 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    913a63b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

Commits on Jan 31, 2024

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

Commits on Feb 2, 2024

  1. Submit incomplete changes to continue work on harmonic differentials

    we should probably drop this commit when we continue to work on this.
    saraedum committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    85829cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e014345 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    saraedum committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    00a6335 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0550503 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd5328d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee6bb29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3df21d7 View commit details
    Browse the repository at this point in the history
  8. Speed up is_with_boundary()

    saraedum committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    be7ab2c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    38597c6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ed0474 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4823335 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c7073e9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a68e79f View commit details
    Browse the repository at this point in the history
  14. Remove fixed warning

    saraedum committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5b4c0bd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c1cb76f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    622dba9 View commit details
    Browse the repository at this point in the history
  17. Fix doctests

    saraedum committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    ed832af View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ee55d2f View commit details
    Browse the repository at this point in the history
  19. Fix doctests

    saraedum committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    1852403 View commit details
    Browse the repository at this point in the history
  20. Fix error message

    saraedum committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    08f02d8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    05bfe7d View commit details
    Browse the repository at this point in the history
  22. Add TODO

    saraedum committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8166bdc View commit details
    Browse the repository at this point in the history
  23. Fix doctests

    saraedum committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8c2b97f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a6f0af6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

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

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    623a6f6 View commit details
    Browse the repository at this point in the history
  2. Cleanup hyperbolic geometry

    saraedum committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    7be676c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfb89de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86c7e2e View commit details
    Browse the repository at this point in the history
  5. Fix doctests

    saraedum committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    a363ce6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e79c51 View commit details
    Browse the repository at this point in the history
  7. Fix doctests

    saraedum committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    bc3326c View commit details
    Browse the repository at this point in the history
  8. Fix doctests

    saraedum committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4d9f85b View commit details
    Browse the repository at this point in the history
  9. Fix doctests

    saraedum committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    30b3485 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4fa0f6e View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

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

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    099a635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74383c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Add TODO

    saraedum committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    03e7bc5 View commit details
    Browse the repository at this point in the history
  2. Generalize subdivisions

    saraedum committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0d936f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a342577 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d925d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Add error computations

    saraedum committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b16ed65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a665bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71eb143 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    b3d1d48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c4fd50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4631b77 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    2ee91ce View commit details
    Browse the repository at this point in the history
  2. Revert "Add more generalized Voronoi bits"

    This reverts commit 2ee91ce.
    saraedum committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    817db63 View commit details
    Browse the repository at this point in the history
  3. Revert "A draft of generalized Voronoi cells"

    This reverts commit b3d1d48.
    saraedum committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b487a5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    774a65d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c748001 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Revert "A draft of cheaper Apollonius disks"

    This reverts commit c748001.
    saraedum committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c808d6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2485be9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    598ce0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e22f81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cb01e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    8e48898 View commit details
    Browse the repository at this point in the history
  2. Fix doctests

    saraedum committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    dd9cd1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a4643b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    4ba092d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a040346 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c93acc View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    c067cab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71d0c7a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    fb93b97 View commit details
    Browse the repository at this point in the history
  2. Speed up cell computations

    saraedum committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    2a3923f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c64a83e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6b85ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebf15c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

  1. Fix corners()

    saraedum committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    26524db View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. A draft of exporting tangent vectors to simplicial cohomology for fee…

    …ding them back into harmonic differentials
    saraedum committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    40b3f57 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    3cc2b9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f64dc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    379c3e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

Commits on Mar 27, 2024

  1. Implement normalization of linear system to bring down condition when…

    … solving for harmonic differentials (a bit)
    saraedum committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4bcb764 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f68239e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea98c34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0d6155 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Fix box intersection algorithm

    by not mutating the input boxes
    saraedum committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f393a19 View commit details
    Browse the repository at this point in the history
  2. Speed up plotting

    saraedum committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ae275eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dca3349 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acc08fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    610d18a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    453fb7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e05afa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    753256f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7005bdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97312a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24eb27c View commit details
    Browse the repository at this point in the history
  7. Enable denormalization again and fix formula for scaling factor

    the power series at the singularities are defined on a different chart.
    We need to scale the factor since our radius computation comes from a
    chart after taking an n-th power.
    saraedum committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4a8f80f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b50069 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23fcc5a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    ffb6c9b View commit details
    Browse the repository at this point in the history
  2. Fix doctest output

    saraedum committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    9984758 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e2b1b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    206497f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    955b88c View commit details
    Browse the repository at this point in the history
  6. Update doctest

    the choice of polygon layout has changed so the outputs changed
    accordingly.
    saraedum committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c511698 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Fix distance computations

    saraedum committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    62754d6 View commit details
    Browse the repository at this point in the history
  2. Fix typo in error message

    saraedum committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2073af6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    578e968 View commit details
    Browse the repository at this point in the history
  4. Towards better coefficient counts for harmonic differentials

    currently, the documentation does not really make sense here. We're
    still hunting for a good definition of "error" that we can optimize for,
    compute, and that makes some mathematical sense.
    saraedum committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7a1e615 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    e6def81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8ddc37 View commit details
    Browse the repository at this point in the history
  3. Use CDF/RDF for speed

    saraedum committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    e81ceda View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    7ce8469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2f5052 View commit details
    Browse the repository at this point in the history
  3. Minor speedups

    saraedum committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    9af37c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Fix Delaunay triangulation

    saraedum committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    88e5b05 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on Apr 23, 2024

  1. Drop unused code

    saraedum committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4a730b5 View commit details
    Browse the repository at this point in the history
  2. Fix printing of mapped cells

    saraedum committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    527d7e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on May 3, 2024

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

Commits on May 6, 2024

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

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    620a44e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5766b7a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Modify monodromy a bit

    this does not help much with actual monodromy computations.
    saraedum committed May 8, 2024
    Configuration menu
    Copy the full SHA
    99924d6 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 11, 2024

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

Commits on May 12, 2024

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

Commits on May 14, 2024

  1. Fix monodromy plots

    saraedum committed May 14, 2024
    Configuration menu
    Copy the full SHA
    89a544d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b69f8f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    ade0d01 View commit details
    Browse the repository at this point in the history
  2. Black format source code

    saraedum committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4a4aaef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2b263c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    7ae8f98 View commit details
    Browse the repository at this point in the history
  2. Add TODO

    saraedum committed May 28, 2024
    Configuration menu
    Copy the full SHA
    31c3664 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    c6b82aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2309f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f44a64 View commit details
    Browse the repository at this point in the history
  4. Improve monodromy videos

    saraedum committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    d8666e7 View commit details
    Browse the repository at this point in the history
  5. Fix ncoefficients

    saraedum committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    fd96983 View commit details
    Browse the repository at this point in the history
  6. Speed up error plotting

    saraedum committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    b06adf3 View commit details
    Browse the repository at this point in the history
  7. Speed up Voronoi machinery

    saraedum committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    b25ba6e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fcd7542 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    337587c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 11, 2024

  1. Allow more recent exactreal

    saraedum committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5273f58 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Jun 13, 2024

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

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    b77334f View commit details
    Browse the repository at this point in the history
  2. Fix cached methods

    saraedum committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2b8d15f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    305017a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97bed43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f6df21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37554ac View commit details
    Browse the repository at this point in the history
  5. Fix typo

    saraedum committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2e2786a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

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

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    f7013f6 View commit details
    Browse the repository at this point in the history
  2. Black format source code

    saraedum committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    19c4806 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ded549 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Black format source code

    saraedum committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    705dda3 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    63d1e1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc4451b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1251266 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01403fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d45d592 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1923bd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4afd27e View commit details
    Browse the repository at this point in the history
  8. Fix merge from deformation

    saraedum committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2683e44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    736d628 View commit details
    Browse the repository at this point in the history
  10. Implement some eq and hash

    saraedum committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a0790f1 View commit details
    Browse the repository at this point in the history
  11. Simplify doctests

    saraedum committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8534fab View commit details
    Browse the repository at this point in the history
  12. Fix warning

    saraedum committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    656136a View commit details
    Browse the repository at this point in the history
  13. Allow mapping of line segments

    this should be wrapped like we did with homology eventaully.
    saraedum committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8f66b05 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b1e1ab9 View commit details
    Browse the repository at this point in the history