Skip to content
Snippets Groups Projects
  1. May 02, 2023
  2. Mar 29, 2023
    • Xavier Robin's avatar
      fix: consistent behavior of GetHashCode/hash_code · 24d74d13
      Xavier Robin authored
      Behavior was made more consistent. Methods are now available
      on all the (Atom|Residue|Chain)(Handle|View)s, including in
      Python, and documented. A hash code is an `unsigned long`,
      and requesting it on an invalid handle raises an `InvalidHande`
      exception.
      In practice, the following was implemented:
      - Exported to Python for ChainHandles
      - Added method on ResidueViews and ChainViews (including Python export)
      - Raise InvalidHandle error on ResidueHandle (was: return 0)
      - Explicitly check validity of ChainHandle (although behavior was to
        throw an error even without explicit check)
      - Changed return value from `long` to `unsigned long` on
        Atom(View|Handle)s.
      Verified
      24d74d13
  3. Feb 01, 2023
  4. Jan 26, 2023
  5. Jan 24, 2023
  6. Jan 18, 2023
  7. Jan 17, 2023
  8. Dec 23, 2022
  9. Sep 13, 2022
  10. May 10, 2022
  11. Feb 20, 2021
  12. Dec 11, 2020
  13. Aug 06, 2020
  14. Jul 10, 2020
  15. Dec 09, 2019
  16. Jul 09, 2019
  17. Jul 04, 2019
  18. Jun 17, 2019
  19. May 29, 2019
  20. May 27, 2019
  21. May 16, 2019
  22. Nov 21, 2018
  23. Nov 20, 2018
  24. Jul 06, 2018
  25. Jun 04, 2018
  26. Apr 23, 2018
  27. Apr 04, 2018
  28. Mar 20, 2018
Loading