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

Bring Nanobind. Fix object leak in from_numpy #2545

Merged
merged 100 commits into from
Jun 26, 2024
Merged

Bring Nanobind. Fix object leak in from_numpy #2545

merged 100 commits into from
Jun 26, 2024

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    c243a00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cf9518 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53390db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ced67c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdf47c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e2e0e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05ed787 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    6e4d02c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79f4ac8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    a183cda View commit details
    Browse the repository at this point in the history
  2. Address Sonar checks

    ferdonline committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    45473c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    166f460 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d166106 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Upgrade to v2.0.0

    alkino committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a4f9219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    547baab View commit details
    Browse the repository at this point in the history
  3. foobar

    alkino committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5789e33 View commit details
    Browse the repository at this point in the history
  4. foobar

    alkino committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7ef1aa9 View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    github-actions[bot] committed May 24, 2024
    Configuration menu
    Copy the full SHA
    33384b0 View commit details
    Browse the repository at this point in the history
  6. SHARED => STATIC

    alkino committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6d28378 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    356756d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. debug

    alkino committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a7e14ac View commit details
    Browse the repository at this point in the history
  2. Fix shared / object / static

    alkino committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d8353bd View commit details
    Browse the repository at this point in the history
  3. Revert "debug"

    This reverts commit a7e14ac.
    alkino committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fb8caa8 View commit details
    Browse the repository at this point in the history
  4. More

    alkino committed May 28, 2024
    Configuration menu
    Copy the full SHA
    087edbc View commit details
    Browse the repository at this point in the history
  5. Debug windows...

    alkino committed May 28, 2024
    Configuration menu
    Copy the full SHA
    47c3167 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Export nrnpy_hoc

    Nicolas Cornu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b847e73 View commit details
    Browse the repository at this point in the history
  2. Export more symbols for microsoft

    Nicolas Cornu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6f26ef0 View commit details
    Browse the repository at this point in the history
  3. include

    Nicolas Cornu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b8f38bf View commit details
    Browse the repository at this point in the history
  4. Simplify CI

    Nicolas Cornu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6fe9eaa View commit details
    Browse the repository at this point in the history
  5. Revert "Simplify CI"

    This reverts commit 6fe9eaa.
    Nicolas Cornu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2a4b45f View commit details
    Browse the repository at this point in the history
  6. Simplify CI

    Nicolas Cornu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0e889f2 View commit details
    Browse the repository at this point in the history
  7. better linkage

    Nicolas Cornu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    60ae462 View commit details
    Browse the repository at this point in the history
  8. Position is important

    Nicolas Cornu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    741295f View commit details
    Browse the repository at this point in the history
  9. More export for windows

    Nicolas Cornu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c280d6f View commit details
    Browse the repository at this point in the history
  10. Fix formatting

    github-actions[bot] committed May 29, 2024
    Configuration menu
    Copy the full SHA
    232dba3 View commit details
    Browse the repository at this point in the history
  11. NB_EXPORT for RXD

    Nicolas Cornu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4c3abd8 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/feature/nanobind'

    Nicolas Cornu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1c6c4f2 View commit details
    Browse the repository at this point in the history
  13. one left

    Nicolas Cornu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    501bb93 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    41ee749 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    github-actions[bot] committed May 30, 2024
    Configuration menu
    Copy the full SHA
    59b124c View commit details
    Browse the repository at this point in the history
  3. Simplify export

    alkino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    26c15ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a38487 View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    github-actions[bot] committed May 30, 2024
    Configuration menu
    Copy the full SHA
    6d0f998 View commit details
    Browse the repository at this point in the history
  6. make_time_ptr

    alkino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8087f23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2162bb9 View commit details
    Browse the repository at this point in the history
  8. Revert "Simplify CI"

    This reverts commit 0e889f2.
    alkino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c912b00 View commit details
    Browse the repository at this point in the history
  9. Revert "Debug windows..."

    This reverts commit 47c3167.
    alkino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d8eee43 View commit details
    Browse the repository at this point in the history
  10. Miss one endif

    alkino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8201d10 View commit details
    Browse the repository at this point in the history
  11. shortened nb_defs.h

    alkino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8b7200a View commit details
    Browse the repository at this point in the history
  12. Fix formatting

    github-actions[bot] committed May 30, 2024
    Configuration menu
    Copy the full SHA
    9832d25 View commit details
    Browse the repository at this point in the history
  13. Use nanobind nb_defs

    alkino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    430b64d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    86b8964 View commit details
    Browse the repository at this point in the history
  15. Fix comments from Luc

    alkino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    2729efc View commit details
    Browse the repository at this point in the history
  16. Don't modify External

    alkino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    3f537fa View commit details
    Browse the repository at this point in the history
  17. Reduce size of modification

    alkino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d018120 View commit details
    Browse the repository at this point in the history
  18. Fix formatting

    github-actions[bot] committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b44c242 View commit details
    Browse the repository at this point in the history
  19. More verbose cmake

    alkino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    df0d684 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5cc8780 View commit details
    Browse the repository at this point in the history
  21. Fix formatting

    github-actions[bot] committed May 30, 2024
    Configuration menu
    Copy the full SHA
    0ffb545 View commit details
    Browse the repository at this point in the history
  22. Need recursive for nanobind

    alkino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    016fcdc View commit details
    Browse the repository at this point in the history
  23. export all

    alkino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b1c80b8 View commit details
    Browse the repository at this point in the history
  24. Huge clean

    alkino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    dd0bfb0 View commit details
    Browse the repository at this point in the history
  25. Fix cmake

    alkino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    58f43ce View commit details
    Browse the repository at this point in the history
  26. failure

    alkino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    e936b96 View commit details
    Browse the repository at this point in the history
  27. Try

    alkino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    db63912 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. We are compiling with MINGW

    alkino committed May 31, 2024
    Configuration menu
    Copy the full SHA
    4147249 View commit details
    Browse the repository at this point in the history
  2. Resurce only nanobind

    alkino committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b87a990 View commit details
    Browse the repository at this point in the history
  3. Revert "Resurce only nanobind"

    This reverts commit b87a990.
    alkino committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3177806 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    663e62f View commit details
    Browse the repository at this point in the history
  2. Try with a def file

    alkino committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    dbfab15 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    github-actions[bot] committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c2d314a View commit details
    Browse the repository at this point in the history
  4. forgot nrnpy_hoc

    alkino committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d7aa1ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41c50ad View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Fix format?

    alkino committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    500f98c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge remote-tracking branch 'origin/master'

    Nicolas Cornu committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3e3f72b View commit details
    Browse the repository at this point in the history
  2. revert cmake way for symbol (because bug)

    Nicolas Cornu committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    87f833a View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    github-actions[bot] committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f17e86e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a82c18a View commit details
    Browse the repository at this point in the history
  5. more include

    Nicolas Cornu committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d0985da View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/feature/nanobind'

    Nicolas Cornu committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    491e123 View commit details
    Browse the repository at this point in the history
  7. No more nrnpython.def

    Nicolas Cornu committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d725e92 View commit details
    Browse the repository at this point in the history
  8. export nrnpy_hoc

    Nicolas Cornu committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ad67a76 View commit details
    Browse the repository at this point in the history
  9. add more NRN_EXPORT

    Nicolas Cornu committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    314c8af View commit details
    Browse the repository at this point in the history
  10. Fix formatting

    github-actions[bot] committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    93e5b48 View commit details
    Browse the repository at this point in the history
  11. One more

    Nicolas Cornu committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a6465ab View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/feature/nanobind'

    Nicolas Cornu committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    36dd55c View commit details
    Browse the repository at this point in the history
  13. Fix formatting

    github-actions[bot] committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2ffb318 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. one more

    Nicolas Cornu committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6316e86 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/nanobind'

    Nicolas Cornu committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c1413d7 View commit details
    Browse the repository at this point in the history
  3. one more

    Nicolas Cornu committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    25b1725 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    github-actions[bot] committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    15a286b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f84830b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Revert GHCI changes

    Nicolas Cornu committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    49281aa View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/nanobind'

    Nicolas Cornu committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    28bf8ef View commit details
    Browse the repository at this point in the history
  3. Test the new module

    Nicolas Cornu committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a342e8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09c40ae View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    github-actions[bot] committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c218b71 View commit details
    Browse the repository at this point in the history
  6. simplify disabling of adding modules

    Nicolas Cornu committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d3007ea View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/feature/nanobind'

    Nicolas Cornu committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    eb6e480 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/master'

    Nicolas Cornu committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ae200cc View commit details
    Browse the repository at this point in the history