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: tpaviot/pythonocc-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tpaviot/pythonocc-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jf/recent
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 15 files changed
  • 1 contributor

Commits on Aug 30, 2018

  1. fix'd inconsistent import statements, following the OCC.TopoDS -> OCC…

    ….Core.TopoDS pattern due to the 0.18.2 refactor
    jf--- committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    56a73ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ef90ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2d1d08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2ab9cb View commit details
    Browse the repository at this point in the history
  5. examples now covered in tests.

    code in examples refactored such that no display is required.
    headless, useful when running TravisCI
    jf--- committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    3f46443 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. make_compound

    jf--- committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    fdfb6e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a7b4d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. __repr__ used irritating _dumps_object function patched in OCC.Core…

    ….TopoDS
    
    broke the method for subclassed object such as used here
    jf--- committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    be8143a View commit details
    Browse the repository at this point in the history
  2. WIP on customizer

    jf--- committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    ae301ef View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. xrange not py3k compatible

    jf--- committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    6470488 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

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