Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JWRoboticsVision/PyGeM
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3c11eb1
Choose a base ref
...
head repository: mathLab/PyGeM
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a6450cf
Choose a head ref
  • 17 commits
  • 39 files changed
  • 5 contributors

Commits on Nov 28, 2025

  1. Review and modernization (mathLab#282)

    * replaced setup.py by pyproject.toml
    * updated tutorials
    
    ---------
    
    Co-authored-by: guglielmopadula <93089445+guglielmopadula@users.noreply.github.com>
    Co-authored-by: Nicola Demo <demo.nicola@gmail.com>
    3 people authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    82faf7a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Add RBFSinglePrecision for a single precision option

    Introduced RBFSinglePrecision class for memory optimization.
    Icbears authored and ndem0 committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    3cd99bf View commit details
    Browse the repository at this point in the history
  2. Add dtype parameter for precision control in RBF

    Added dtype parameter for precision control and updated related methods to handle different data types (fp16, fp32, fp64, fp96, and fp128), with default dtype fp64. Added warnings for unsupported precision types.
    Icbears authored and ndem0 committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    48180d6 View commit details
    Browse the repository at this point in the history
  3. fix: adpat pythonocc api changes

    kshitij-maths authored and ndem0 committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    efc2a24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b74b10 View commit details
    Browse the repository at this point in the history
  5. removed unused imports

    kshitij-maths authored and ndem0 committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    ad4cddb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95c7bdf View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Fix: IGES test and resolve pythonocc deprecation warnings (mathLab#286)

    * fix: issue 285 and some deprecation from pythonocc
    * fix: ignore trailing whitespace in IGES tests for macOS compatibility
    * fix: relax IGES test length check for cross-platform compatibility
    kshitij-maths authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    b482f27 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. fix: LaTeX rendering issue

    kshitij-maths authored and ndem0 committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    8d95e79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    044eb2e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Fix docs rendering workflow. (mathLab#290)

    * fix: LaTeX rendering issue
    * Update deployer workflow and docs configuration
    * Update create-tag workflow
    * Update pyproject.toml
    
    ---------
    
    Co-authored-by: Nicola Demo <demo.nicola@gmail.com>
    kshitij-maths and ndem0 authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    b039388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0279973 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5c210f View commit details
    Browse the repository at this point in the history
  4. Update create-tag.yml

    ndem0 authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    df86f69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c1f129 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c710ec3 View commit details
    Browse the repository at this point in the history
  7. Update Python version requirement in README

    Updated Python version compatibility in installation instructions.
    ndem0 committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    a6450cf View commit details
    Browse the repository at this point in the history
Loading