1. 06 Nov, 2023 1 commit
  2. 26 Oct, 2023 2 commits
  3. 25 Oct, 2023 2 commits
  4. 24 Oct, 2023 2 commits
  5. 18 Oct, 2023 1 commit
  6. 11 Oct, 2023 1 commit
  7. 10 Oct, 2023 3 commits
  8. 06 Oct, 2023 1 commit
  9. 04 Oct, 2023 3 commits
  10. 03 Oct, 2023 1 commit
  11. 29 Sep, 2023 2 commits
  12. 27 Sep, 2023 4 commits
  13. 19 Sep, 2023 1 commit
  14. 14 Sep, 2023 2 commits
  15. 11 Aug, 2023 1 commit
  16. 09 Aug, 2023 4 commits
  17. 01 Aug, 2023 1 commit
  18. 31 Jul, 2023 2 commits
  19. 20 Jul, 2023 1 commit
  20. 07 Jul, 2023 1 commit
  21. 22 Jun, 2023 2 commits
  22. 21 Jun, 2023 1 commit
  23. 16 Jun, 2023 1 commit
    • Several small changes for improving installation. · 8d766d4d
      There is not any algorithmic changes in this version.
      However, I made the following changes to make Python
      and Docker installations better:
      1-I changed base ubuntu from 20.04 to 22.04.
      2-dssp 4.0 in Ubuntu 22.04 have a shitty requirement
       of CRYST record in the pdb file. Therefore, I manually
       installed dssp 3.
      3-I needed at least Python 3.9 for importlib.resources
        and I made the required changes both in setup.py and
        Dockerfile for that.
      Mustafa Tekpinar authored