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

dynamic spline core #62

Merged
merged 228 commits into from
Nov 23, 2022
Merged

dynamic spline core #62

merged 228 commits into from
Nov 23, 2022

Commits on Sep 30, 2022

  1. tmp pyspline as corespline

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    9d97b17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec97432 View commit details
    Browse the repository at this point in the history
  3. add rawptr based grid points

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    818972b View commit details
    Browse the repository at this point in the history
  4. py_spline, dynamic spline

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    5925e61 View commit details
    Browse the repository at this point in the history
  5. start migrating helpers

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    d414d0e View commit details
    Browse the repository at this point in the history
  6. currentproperties

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    07bf63c View commit details
    Browse the repository at this point in the history
  7. ext rawptr wrapper

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    c878832 View commit details
    Browse the repository at this point in the history
  8. add more type alias

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    9eae2d9 View commit details
    Browse the repository at this point in the history
  9. name change

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    c4bdbfa View commit details
    Browse the repository at this point in the history
  10. ext wip

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    efbf7ed View commit details
    Browse the repository at this point in the history
  11. format

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    0604eed View commit details
    Browse the repository at this point in the history
  12. rm const

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    52efd3b View commit details
    Browse the repository at this point in the history
  13. add basic functions

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    4800539 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    810a8fd View commit details
    Browse the repository at this point in the history
  15. add alias

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    e953317 View commit details
    Browse the repository at this point in the history
  16. interface ext wip

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    935d8e8 View commit details
    Browse the repository at this point in the history
  17. add dynamic init of bspline

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    fc0cf72 View commit details
    Browse the repository at this point in the history
  18. format

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    d6e45c1 View commit details
    Browse the repository at this point in the history
  19. update error message

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    d2c386a View commit details
    Browse the repository at this point in the history
  20. ext whatami

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    f7a3a26 View commit details
    Browse the repository at this point in the history
  21. enable bezier init

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    630a6d6 View commit details
    Browse the repository at this point in the history
  22. rational bezier rough draft

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    7ab6c4d View commit details
    Browse the repository at this point in the history
  23. format

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    e14ce11 View commit details
    Browse the repository at this point in the history
  24. fix typo

    j042 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    ac5e472 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. add more base interface

    j042 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    d4d4673 View commit details
    Browse the repository at this point in the history
  2. extend abstract funcs

    minir fix in CurrentProperties of bezier
    j042 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    fb7ebe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec5ea99 View commit details
    Browse the repository at this point in the history
  4. format

    j042 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    e9e4cd9 View commit details
    Browse the repository at this point in the history
  5. add const

    j042 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    cf8495f View commit details
    Browse the repository at this point in the history
  6. add add and compose

    j042 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    52782a8 View commit details
    Browse the repository at this point in the history
  7. base copy ctor

    j042 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    7c9f61a View commit details
    Browse the repository at this point in the history
  8. ext rational bezier

    j042 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    85eeaf2 View commit details
    Browse the repository at this point in the history
  9. add add and compose

    j042 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    9c48f12 View commit details
    Browse the repository at this point in the history
  10. more abstract fn

    j042 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    b1c2f34 View commit details
    Browse the repository at this point in the history
  11. impl split der bez_patch_extr

    j042 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    eb54a1f View commit details
    Browse the repository at this point in the history
  12. edited extraction

    j042 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    a98e7c8 View commit details
    Browse the repository at this point in the history
  13. name change

    j042 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    bf576f4 View commit details
    Browse the repository at this point in the history
  14. add bez patches extraction

    j042 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    f134c64 View commit details
    Browse the repository at this point in the history
  15. update available functions

    j042 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8d66978 View commit details
    Browse the repository at this point in the history
  16. offset, of course

    j042 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    faec769 View commit details
    Browse the repository at this point in the history
  17. compiling proximity

    j042 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8a83bd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. update splinelib

    j042 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    981b386 View commit details
    Browse the repository at this point in the history
  2. add NSuppoer

    j042 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    b17cf9d View commit details
    Browse the repository at this point in the history
  3. add nsupport helper

    j042 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    325e73d View commit details
    Browse the repository at this point in the history
  4. ext connections

    j042 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    6a2a166 View commit details
    Browse the repository at this point in the history
  5. format

    j042 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    9979560 View commit details
    Browse the repository at this point in the history
  6. basis and support

    j042 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    7b3f49e View commit details
    Browse the repository at this point in the history
  7. format

    j042 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    cd7f3c7 View commit details
    Browse the repository at this point in the history
  8. basis and support

    j042 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    0fe58e8 View commit details
    Browse the repository at this point in the history
  9. format

    j042 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    5c496e6 View commit details
    Browse the repository at this point in the history
  10. return value

    j042 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    323d437 View commit details
    Browse the repository at this point in the history
  11. add basis and support

    j042 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    ae92292 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. include include

    j042 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    19b0182 View commit details
    Browse the repository at this point in the history
  2. constants

    j042 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    80a580e View commit details
    Browse the repository at this point in the history
  3. constants and constexpr

    j042 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    50262ea View commit details
    Browse the repository at this point in the history
  4. add verbose query

    j042 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    88fd1f5 View commit details
    Browse the repository at this point in the history
  5. verbose proximity

    j042 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    a2f8764 View commit details
    Browse the repository at this point in the history
  6. add verbose query, enum as int

    j042 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    f76b683 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f327f4 View commit details
    Browse the repository at this point in the history
  8. add kdtree planting

    j042 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    656ac99 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d1aa93 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0444b89 View commit details
    Browse the repository at this point in the history
  11. if constexpr to support bezman

    welcome to the proximity.hpp bezman splines!
    j042 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    b8f26b1 View commit details
    Browse the repository at this point in the history
  12. ext proximity

    j042 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    b3227d6 View commit details
    Browse the repository at this point in the history
  13. init proximity

    j042 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    c739707 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    55e865a View commit details
    Browse the repository at this point in the history
  15. add proximities

    j042 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    f17f17a View commit details
    Browse the repository at this point in the history
  16. update napf

    j042 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    973aa80 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. make core unique_ptr

    j042 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    56ce595 View commit details
    Browse the repository at this point in the history
  2. rm typenaem

    j042 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    0aec6fd View commit details
    Browse the repository at this point in the history
  3. format

    j042 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    9bcbb5b View commit details
    Browse the repository at this point in the history
  4. input dim check

    j042 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a11a645 View commit details
    Browse the repository at this point in the history
  5. switch

    j042 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    31e7ac0 View commit details
    Browse the repository at this point in the history
  6. bezier full switches

    j042 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    777a552 View commit details
    Browse the repository at this point in the history
  7. full switches

    j042 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    8033cf9 View commit details
    Browse the repository at this point in the history
  8. full switch

    j042 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    f8310be View commit details
    Browse the repository at this point in the history
  9. full writch

    j042 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a07b50b View commit details
    Browse the repository at this point in the history
  10. format

    j042 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    06ba1dd View commit details
    Browse the repository at this point in the history
  11. fixtypo

    j042 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e9accab View commit details
    Browse the repository at this point in the history
  12. make compiler happy

    j042 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7c9ede5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5f2d28c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b1786ec View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Compiler warnings and slight changes to CMakeLists

    Inserted a couple of break statements and adjusted the CMakeLists.txt
    jzwar committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    8dcea09 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. rm .swp

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    ed0da28 View commit details
    Browse the repository at this point in the history
  2. rm splinepy_more

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    38462da View commit details
    Browse the repository at this point in the history
  3. Merge pull request #64 from tataratat/lets-inherit-compiler-warnings

    Repair and Compiler Warnings - WIP
    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    d56d9d2 View commit details
    Browse the repository at this point in the history
  4. resolution should be >2

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    ec601a2 View commit details
    Browse the repository at this point in the history
  5. rm unused

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    4aa150e View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: jzwar <63095162+jzwar@users.noreply.github.com>
    j042 and jzwar committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    cc35e6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c859606 View commit details
    Browse the repository at this point in the history
  8. prepend splinepy

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    b525774 View commit details
    Browse the repository at this point in the history
  9. append Type

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    117820a View commit details
    Browse the repository at this point in the history
  10. rm unused

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e365181 View commit details
    Browse the repository at this point in the history
  11. avoid splinelib specific types

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    60baacb View commit details
    Browse the repository at this point in the history
  12. separate createbez

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    f507a2e View commit details
    Browse the repository at this point in the history
  13. separate create

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    955240e View commit details
    Browse the repository at this point in the history
  14. fix comments and rm unused

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    2ffd66a View commit details
    Browse the repository at this point in the history
  15. tmp cmake fix

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    b6f91ce View commit details
    Browse the repository at this point in the history
  16. add config template

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    4f2c743 View commit details
    Browse the repository at this point in the history
  17. add config

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    14e59be View commit details
    Browse the repository at this point in the history
  18. prepare to export

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    97134e4 View commit details
    Browse the repository at this point in the history
  19. enable standalone

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    f11eba5 View commit details
    Browse the repository at this point in the history
  20. new core begins

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    2f633a7 View commit details
    Browse the repository at this point in the history
  21. rename rawptr

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    2265d6e View commit details
    Browse the repository at this point in the history
  22. edit compile options

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e10b4cd View commit details
    Browse the repository at this point in the history
  23. add bezman using add_subd

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    b82f4af View commit details
    Browse the repository at this point in the history
  24. edit vars

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    35456ae View commit details
    Browse the repository at this point in the history
  25. link splinepy

    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    498a57e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    74abb0e View commit details
    Browse the repository at this point in the history
  27. add namespace

    namespace py will be cleaned
    j042 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    761380e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. format

    j042 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    82c703c View commit details
    Browse the repository at this point in the history
  2. mv and edit

    j042 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    df5dd2a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    0c18651 View commit details
    Browse the repository at this point in the history
  2. add and edit

    j042 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f30c60f View commit details
    Browse the repository at this point in the history
  3. add preprendlog

    j042 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    256377d View commit details
    Browse the repository at this point in the history
  4. fix typo

    j042 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    b3468ab View commit details
    Browse the repository at this point in the history
  5. add const version of Core()

    j042 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    48e25eb View commit details
    Browse the repository at this point in the history
  6. update to newcore structure

    j042 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    0a6c3fe View commit details
    Browse the repository at this point in the history
  7. temporary mv

    j042 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    25ab4ff View commit details
    Browse the repository at this point in the history
  8. fixtypo

    j042 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    c32962c View commit details
    Browse the repository at this point in the history
  9. rm old

    j042 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    69d70a9 View commit details
    Browse the repository at this point in the history
  10. add abs_fname

    j042 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    74dd4e3 View commit details
    Browse the repository at this point in the history
  11. update to ioutils

    j042 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    15cdf9a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8dc91ea View commit details
    Browse the repository at this point in the history
  13. add data.py

    j042 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    91e645a View commit details
    Browse the repository at this point in the history
  14. fix path

    j042 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    5396708 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. add copy=False

    j042 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    519e5f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7968ff View commit details
    Browse the repository at this point in the history
  3. rm sync

    j042 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b7729fe View commit details
    Browse the repository at this point in the history
  4. fix typo

    j042 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    610f3bf View commit details
    Browse the repository at this point in the history
  5. add properties and helpers

    j042 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3bcaf57 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. update WIP

    j042 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    5b9417a View commit details
    Browse the repository at this point in the history
  2. none remover

    j042 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e8dd4eb View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. add settings

    j042 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    8172810 View commit details
    Browse the repository at this point in the history
  2. edit uniq and further updates

    j042 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    4e1c2f0 View commit details
    Browse the repository at this point in the history
  3. less

    j042 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3361094 View commit details
    Browse the repository at this point in the history
  4. add input check and format

    j042 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f25a2e7 View commit details
    Browse the repository at this point in the history
  5. rm funcs and update existing

    j042 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    a5da7b6 View commit details
    Browse the repository at this point in the history
  6. add default_data

    j042 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3a68728 View commit details
    Browse the repository at this point in the history
  7. default nthreads

    j042 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    30686de View commit details
    Browse the repository at this point in the history
  8. norml2 is always positive

    j042 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    ff3c62f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca6d2dd View commit details
    Browse the repository at this point in the history
  10. update WIP

    j042 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    0e5464d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    290cbd9 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. missing import

    j042 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    f12b216 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. add SameSplineWithKnotVectors

    j042 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    b362e46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0105a60 View commit details
    Browse the repository at this point in the history
  3. support multiple spline export

    j042 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    f6db62c View commit details
    Browse the repository at this point in the history
  4. add to init

    j042 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    8222417 View commit details
    Browse the repository at this point in the history
  5. format

    j042 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    1bc4c3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd2cf75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ecad50e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    895f5fa View commit details
    Browse the repository at this point in the history
  9. add sync_from_core

    j042 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    2524fd4 View commit details
    Browse the repository at this point in the history
  10. add namespace

    j042 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    b223a64 View commit details
    Browse the repository at this point in the history
  11. 17 for nested namespace

    j042 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    7aeed4d View commit details
    Browse the repository at this point in the history
  12. lots of const

    j042 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    1d57b83 View commit details
    Browse the repository at this point in the history
  13. add separate fitting

    j042 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    1e50117 View commit details
    Browse the repository at this point in the history
  14. add yapf config

    j042 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    5e0781d View commit details
    Browse the repository at this point in the history
  15. add docs and NAME_TO_TYPE

    j042 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    026e499 View commit details
    Browse the repository at this point in the history
  16. edit/update bspline

    j042 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    5d10298 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    eced40c View commit details
    Browse the repository at this point in the history
  18. to singular

    j042 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    4746f6d View commit details
    Browse the repository at this point in the history
  19. change WIP

    j042 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    3ed4dbc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d348266 View commit details
    Browse the repository at this point in the history
  21. fix typos

    j042 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    d0e8d15 View commit details
    Browse the repository at this point in the history
  22. add splinepy to common

    j042 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    21a7ef1 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. nurbs inherit from bsplinebase

    j042 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    e65ddeb View commit details
    Browse the repository at this point in the history
  2. add bezierbase

    j042 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    59c4e3d View commit details
    Browse the repository at this point in the history
  3. update rb

    j042 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    2c8930c View commit details
    Browse the repository at this point in the history
  4. bind bindings

    j042 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    aaacf3a View commit details
    Browse the repository at this point in the history
  5. add more info

    j042 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    37304db View commit details
    Browse the repository at this point in the history
  6. fix typo

    j042 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    872bcf9 View commit details
    Browse the repository at this point in the history
  7. add composition derivative

    j042 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    fba147c View commit details
    Browse the repository at this point in the history
  8. thank you so much, good bye

    j042 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    da545f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    19c6dd9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. fix

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4b6acf8 View commit details
    Browse the repository at this point in the history
  2. init takes cps, not wcps

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f538ae9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e84af7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21c2f38 View commit details
    Browse the repository at this point in the history
  5. rm unnecessary imports

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    440a60d View commit details
    Browse the repository at this point in the history
  6. format run

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    de75204 View commit details
    Browse the repository at this point in the history
  7. thanks flake8

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f975000 View commit details
    Browse the repository at this point in the history
  8. flake8

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    931dba9 View commit details
    Browse the repository at this point in the history
  9. write a new one

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f58bba5 View commit details
    Browse the repository at this point in the history
  10. flake and import names

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b1d80ba View commit details
    Browse the repository at this point in the history
  11. Merge pull request #67 from tataratat/format

    Format
    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    6d92b32 View commit details
    Browse the repository at this point in the history
  12. format info

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    998aee6 View commit details
    Browse the repository at this point in the history
  13. format and error fix

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b0c7fab View commit details
    Browse the repository at this point in the history
  14. edit degrees type, add base init

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b484faa View commit details
    Browse the repository at this point in the history
  15. degrees are int

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    c98d963 View commit details
    Browse the repository at this point in the history
  16. degrees are int

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1150113 View commit details
    Browse the repository at this point in the history
  17. edit degrees type, add base init

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    48a669b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    56af2f6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1510d00 View commit details
    Browse the repository at this point in the history
  20. change degree types

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    a2b9012 View commit details
    Browse the repository at this point in the history
  21. close and same are different

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    458c609 View commit details
    Browse the repository at this point in the history
  22. use compare func from common

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b9116d2 View commit details
    Browse the repository at this point in the history
  23. use close

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    85741ef View commit details
    Browse the repository at this point in the history
  24. enforce int

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    81cf2f1 View commit details
    Browse the repository at this point in the history
  25. fix typo

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    380c601 View commit details
    Browse the repository at this point in the history
  26. use common

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7924888 View commit details
    Browse the repository at this point in the history
  27. use common

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b8f01ca View commit details
    Browse the repository at this point in the history
  28. use common

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    8b1cf91 View commit details
    Browse the repository at this point in the history
  29. copy log shortcuts manually

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    bac7975 View commit details
    Browse the repository at this point in the history
  30. edit according to new impl

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    20f6f70 View commit details
    Browse the repository at this point in the history
  31. fix resize

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    fd5bc03 View commit details
    Browse the repository at this point in the history
  32. add missing proximities

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4afe209 View commit details
    Browse the repository at this point in the history
  33. edit docs

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b6b1e5c View commit details
    Browse the repository at this point in the history
  34. update and use common

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    a364fb1 View commit details
    Browse the repository at this point in the history
  35. format

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    983f8ed View commit details
    Browse the repository at this point in the history
  36. format

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    235e7c6 View commit details
    Browse the repository at this point in the history
  37. bye

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    61ff7d1 View commit details
    Browse the repository at this point in the history
  38. utils first

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    cf21edc View commit details
    Browse the repository at this point in the history
  39. utils in setup.py

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2edf2ae View commit details
    Browse the repository at this point in the history
  40. Merge pull request #66 from tataratat/ext_cmake

    only new core
    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    75cfc5d View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    036bee1 View commit details
    Browse the repository at this point in the history
  42. add slots

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2933a5c View commit details
    Browse the repository at this point in the history
  43. update examples

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    8cd3c2f View commit details
    Browse the repository at this point in the history
  44. tschuess c++20

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    a3fadef View commit details
    Browse the repository at this point in the history
  45. tschuess warnings

    j042 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    18679ee View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. update setup.py

    fix cast
    j042 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f07cc34 View commit details
    Browse the repository at this point in the history
  2. format

    j042 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6b1fde0 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: jzwar <63095162+jzwar@users.noreply.github.com>
    j042 and jzwar committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    cafd49f View commit details
    Browse the repository at this point in the history
  4. rm prints

    j042 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    e68661d View commit details
    Browse the repository at this point in the history
  5. minimal for push and full for PR

    j042 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    d7b9b68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a049a3e View commit details
    Browse the repository at this point in the history
  7. v up

    j042 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    5b0d4a0 View commit details
    Browse the repository at this point in the history