pydna 5.5.0__tar.gz → 5.5.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. {pydna-5.5.0 → pydna-5.5.1}/PKG-INFO +6 -5
  2. {pydna-5.5.0 → pydna-5.5.1}/README.md +2 -2
  3. {pydna-5.5.0 → pydna-5.5.1}/pyproject.toml +6 -3
  4. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/__init__.py +1 -1
  5. {pydna-5.5.0 → pydna-5.5.1}/LICENSE.txt +0 -0
  6. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/_pretty.py +0 -0
  7. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/_thermodynamic_data.py +0 -0
  8. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/all.py +0 -0
  9. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/amplicon.py +0 -0
  10. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/amplify.py +0 -0
  11. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/assembly.py +0 -0
  12. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/codon.py +0 -0
  13. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/common_sub_strings.py +0 -0
  14. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/conftest.py +0 -0
  15. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/contig.py +0 -0
  16. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/crispr.py +0 -0
  17. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/design.py +0 -0
  18. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/download.py +0 -0
  19. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/dseq.py +0 -0
  20. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/dseqrecord.py +0 -0
  21. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/editor.py +0 -0
  22. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/fakeseq.py +0 -0
  23. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/fusionpcr.py +0 -0
  24. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/gateway.py +0 -0
  25. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/gel.py +0 -0
  26. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/genbank.py +0 -0
  27. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/genbankfile.py +0 -0
  28. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/genbankfixer.py +0 -0
  29. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/genbankrecord.py +0 -0
  30. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/goldengate.py +0 -0
  31. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/ladders.py +0 -0
  32. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/ligate.py +0 -0
  33. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/myenzymes.py +0 -0
  34. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/myprimers.py +0 -0
  35. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/parsers.py +0 -0
  36. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/primer.py +0 -0
  37. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/readers.py +0 -0
  38. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/seq.py +0 -0
  39. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/seqrecord.py +0 -0
  40. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/sequence_picker.py +0 -0
  41. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/threading_timer_decorator_exit.py +0 -0
  42. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/tm.py +0 -0
  43. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/user_cloning.py +0 -0
  44. {pydna-5.5.0 → pydna-5.5.1}/src/pydna/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pydna
3
- Version: 5.5.0
3
+ Version: 5.5.1
4
4
  Summary: Representing double stranded DNA and functions for simulating cloning and homologous recombination between DNA molecules.
5
5
  License: BSD
6
6
  Author: Björn F. Johansson
@@ -24,11 +24,12 @@ Provides-Extra: download
24
24
  Provides-Extra: express
25
25
  Provides-Extra: gel
26
26
  Requires-Dist: appdirs (>=1.4.4)
27
- Requires-Dist: biopython (>=1.80)
27
+ Requires-Dist: biopython (>=1.85)
28
28
  Requires-Dist: cai2 (>=1.0.5) ; extra == "express"
29
29
  Requires-Dist: matplotlib (>=3.4.3) ; extra == "gel"
30
30
  Requires-Dist: networkx (>=2.8.8)
31
- Requires-Dist: numpy (>1.26)
31
+ Requires-Dist: numpy (>1.26) ; python_version < "3.12"
32
+ Requires-Dist: numpy (>=2.3.0) ; python_version >= "3.12"
32
33
  Requires-Dist: pillow (>=8.4.0) ; extra == "gel"
33
34
  Requires-Dist: prettytable (>=3.5.0)
34
35
  Requires-Dist: pydivsufsort (>=0.0.14)
@@ -45,7 +46,7 @@ Project-URL: Homepage, https://github.com/pydna-group/pydna#-pydna
45
46
  Project-URL: Repository, https://github.com/pydna-group/pydna/tree/master
46
47
  Description-Content-Type: text/markdown
47
48
 
48
- # ![icon](docs/_static/pydna.resized.png) pydna
49
+ # ![icon](https://github.com/pydna-group/pydna/blob/master/docs/_static/pydna.resized.png?raw=true) pydna
49
50
 
50
51
  | [![Tests & Coverage](https://github.com/pydna-group/pydna/actions/workflows/pydna_test_and_coverage_workflow.yml/badge.svg?branch=dev_bjorn)](https://github.com/pydna-group/pydna/actions/workflows/pydna_test_and_coverage_workflow.yml) | [![codecov](https://codecov.io/gh/BjornFJohansson/pydna/branch/master/graph/badge.svg)](https://codecov.io/gh/BjornFJohansson/pydna/branch/master) | [![PyPI version](https://badge.fury.io/py/pydna.svg)](https://badge.fury.io/py/pydna) | [![Google group : pydna](https://img.shields.io/badge/Google%20Group-pydna-blue.svg)](https://groups.google.com/g/pydna) |
51
52
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
@@ -442,7 +443,7 @@ Below are the instructions for developers who want to contribute to pydna. Pleas
442
443
 
443
444
  Fork the entire repository (not just the `master` branch by unticking the "Copy the `master` branch only" box)
444
445
 
445
- <img src="docs/_static/create-fork.png" alt="Fork repository" width="400">
446
+ ![Fork](https://github.com/pydna-group/pydna/blob/master/docs/_static/create-fork.png?raw=true)
446
447
 
447
448
  Create your branch starting from `dev_bjorn`, and if your changes are related to an issue, call the branch `issue_<number>`.
448
449
 
@@ -1,4 +1,4 @@
1
- # ![icon](docs/_static/pydna.resized.png) pydna
1
+ # ![icon](https://github.com/pydna-group/pydna/blob/master/docs/_static/pydna.resized.png?raw=true) pydna
2
2
 
3
3
  | [![Tests & Coverage](https://github.com/pydna-group/pydna/actions/workflows/pydna_test_and_coverage_workflow.yml/badge.svg?branch=dev_bjorn)](https://github.com/pydna-group/pydna/actions/workflows/pydna_test_and_coverage_workflow.yml) | [![codecov](https://codecov.io/gh/BjornFJohansson/pydna/branch/master/graph/badge.svg)](https://codecov.io/gh/BjornFJohansson/pydna/branch/master) | [![PyPI version](https://badge.fury.io/py/pydna.svg)](https://badge.fury.io/py/pydna) | [![Google group : pydna](https://img.shields.io/badge/Google%20Group-pydna-blue.svg)](https://groups.google.com/g/pydna) |
4
4
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
@@ -395,7 +395,7 @@ Below are the instructions for developers who want to contribute to pydna. Pleas
395
395
 
396
396
  Fork the entire repository (not just the `master` branch by unticking the "Copy the `master` branch only" box)
397
397
 
398
- <img src="docs/_static/create-fork.png" alt="Fork repository" width="400">
398
+ ![Fork](https://github.com/pydna-group/pydna/blob/master/docs/_static/create-fork.png?raw=true)
399
399
 
400
400
  Create your branch starting from `dev_bjorn`, and if your changes are related to an issue, call the branch `issue_<number>`.
401
401
 
@@ -36,14 +36,17 @@ license = "BSD"
36
36
  name = "pydna"
37
37
  readme = "README.md"
38
38
  repository = "https://github.com/pydna-group/pydna/tree/master"
39
- version = "5.5.0"
39
+ version = "5.5.1"
40
40
  [tool.poetry.dependencies]
41
41
  appdirs = ">=1.4.4"
42
- biopython = ">=1.80"
42
+ biopython = ">=1.85"
43
43
  cai2 = { version = ">=1.0.5", optional = true }
44
44
  matplotlib = { version = ">=3.4.3", optional = true }
45
45
  networkx = ">=2.8.8"
46
- numpy = ">1.26"
46
+ numpy = [
47
+ { version = ">1.26", python = "<3.12" },
48
+ { version = ">=2.3.0", python = ">=3.12" },
49
+ ]
47
50
  pillow = { version = ">=8.4.0", optional = true }
48
51
  prettytable = ">=3.5.0"
49
52
  pydivsufsort = ">=0.0.14"
@@ -150,7 +150,7 @@ __license__ = "BSD"
150
150
  __maintainer__ = "Björn Johansson"
151
151
  __email__ = "bjorn_johansson@bio.uminho.pt"
152
152
  __status__ = "Development" # "Production" #"Prototype"
153
- __version__ = "5.5.0"
153
+ __version__ = "5.5.1"
154
154
 
155
155
 
156
156
  # create config directory
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes