Skip to content

Releases: DeepRank/deeprank2

v3.1.0

16 Sep 15:18
a465ad4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.5...v3.1.0

v3.0.5

19 Jul 11:01
9e59b7e
Compare
Choose a tag to compare

What's Changed

  • build: simplify docker installation and improve the manual one by @gcroci2 in #615
  • build: make dependencies versions more reliable by @gcroci2 in #616
  • ci: update ruff and fix linting rules by @DaniBodor in #624
  • docs: clarify usage of output column generated by the exporter by @gcroci2 in #618
  • docs: clarify tutorials usage by @gcroci2 in #620
  • docs: rename paper folder to joss by @gcroci2 in #623
  • docs: improve structure and add modules by @gcroci2 in #625
  • docs: clean up docstrings by @DaniBodor in #628
  • docs: add doc strings to the neural networks architectures by @gcroci2 in #630
  • style: make torch.nn imports more uniform by @DaniBodor in #626

Full Changelog: v3.0.4...v3.0.5

v3.0.4

20 Jun 13:02
0461556
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.0.4

v3.0.3

14 Jun 09:34
73969e6
Compare
Choose a tag to compare

What's Changed

  • fix: OSError when retrieving source code for lambda functions by @gcroci2 in #606
  • docs: improve handling pypi packaging contents and add NOTICE by @gcroci2 in #601

Full Changelog: v3.0.2...v3.0.3

v3.0.2

20 Mar 09:37
e422fb3
Compare
Choose a tag to compare

What's Changed

  • fix: update requirements.txt by @gcroci2 in #589
  • ci: move PyPI deps installation to conda by @gcroci2 in #565
  • ci: add action for testing the tutorials' notebooks by @gcroci2 in #587
  • ci: set default shell for fixing the workflows by @gcroci2 in #598
  • docs: update README.md with JOSS badge by @gcroci2 in #579
  • docs: add docstring for _check_pdb function of features/secondary_structure.py by @DaniBodor in #588
  • docs: clarify queries' usage by @gcroci2 in #586
  • docs: add OPLS ref to the docs by @gcroci2 in #594
  • paper: add affiliation and corresponding author correction by @gcroci2 in #580
  • style: update ruff by @DaniBodor in #584

Full Changelog: v3.0.1...v3.0.2

v3.0.1

22 Feb 12:38
a02013c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

25 Jan 10:17
20de474
Compare
Choose a tag to compare

What's Changed

  • refactor: Query classes and related code by @DaniBodor in #492
  • refactor: unify buildgraph.py and build_graph functions for atom and residue level graphs by @DaniBodor in #507
  • feature: separate max edge distance from interaction radius throughout by @DaniBodor in #504
  • feature: improve Trainer and DeeprankDataset logic for production testing by @gcroci2 in #515
  • build: switch to conda dssp installation by @gcroci2 in #549
  • ci: implement ruff by @DaniBodor in #554
  • ci: add GitHub action for testing the latest package version released on PyPi by @gcroci2 in #560
  • docs: add Dockerfile and .yml for building conda env by @gcroci2 in #528
  • docs: implement minor suggestions for JOSS paper by @gcroci2 in #538

Full Changelog: v2.1.2...v3.0.0

v2.1.2

21 Dec 09:58
dbab135
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

17 Nov 09:06
ca9dd46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

22 Sep 14:30
Compare
Choose a tag to compare

What's Changed

Fix

  • fix: check only 1 pssm for variant queries by @DaniBodor in #430
  • fix: pdb files with underscore in the filename gives unexpected query ids by @joyceljy in #447
  • fix: dataset_train inheritance warnings by @gcroci2 in #461
  • fix: cast hse feature to float64 by @DanLep97 in #465
  • fix: readthedocs after deeprank2 renaming by @gcroci2 in #472
  • fix: force scipy version for fixing deeprank2 installation by @gcroci2 in #478
  • fix: warning messages for invalid data in test_dataset.py by @joyceljy in #442
  • fix: make scipy 1.11.2 work by @cbaakman in #482

Refactor

  • refactor: inherit information from training set for valid/test sets by @joyceljy in #446
  • refactor: rename deeprankcore to deeprank2 by @gcroci2 in #469

Build

  • build: improve installation making use of pyproject.toml file only and setuptools by @gcroci2 in #491

CI

Docs

Style

  • style: auto-scrape trailing whitespace upon save in VS code by @DaniBodor in #483

Full Changelog: v2.0.0...v2.1.0