Nathan Baker
3155badf33
Merge pull request #158 from jensengroup/nathan/155
...
Add past changes to ChangeLog.
2023-02-05 14:16:26 -08:00
Nathan Baker
c74e7cda66
Clarify change in log.
...
Fixes a863426e63 (r1096640761)
2023-02-05 14:13:28 -08:00
Nathan Baker
0de6387b69
Clarify change in log.
...
Fixes a863426e63 (r1096641709)
2023-02-05 14:12:16 -08:00
Nathan Baker
a863426e63
Add past changes to ChangeLog.
...
Fixes #155 .
2023-02-04 19:21:08 -08:00
Nathan Baker
430b631c9d
Merge pull request #156 from jensengroup/nathan/154
...
Update Python support.
2023-02-04 18:47:55 -08:00
Nathan Baker
72c4950683
Remove Python 3.6 and 3.7 from more files.
2023-01-29 15:07:51 -08:00
Nathan Baker
74b8425234
Remove Python 3.7 support.
...
Make corresponding changes to other files (including a few that I
missed before).
2023-01-29 14:58:57 -08:00
Nathan Baker
967e8e7912
Convert Python version numbers to strings.
2023-01-29 14:53:12 -08:00
Nathan Baker
0a0602761b
Update Python support.
...
Remove 3.6 and change Change Log.
2023-01-29 14:45:54 -08:00
Nathan Baker
01bf46ce74
Merge pull request #150 from IAlibay/py311
...
Update CI and docs for Python up to py311
2022-11-09 18:58:07 -08:00
Irfan Alibay
3e897b792f
Update python-package.yml
2022-11-09 18:34:23 +00:00
IAlibay
f6f3c51c1c
Update CI and docs for Python up to py311
2022-11-09 14:16:59 +00:00
Nathan Baker
8acfb4fe1b
Merge pull request #148 from speleo3/fix-get_pi
...
Refactor and fix MolecularContainer.get_pi()
2022-08-08 19:52:36 -07:00
Thomas Holder
80c7bf07cd
Refactor MolecularContainer.get_pi
...
Use bisection instead of grid search. This is ~10x faster and also fixes
pI computation for one of my files which only got single digit precision
with the old code.
2022-08-08 21:29:28 +02:00
Thomas Holder
6388e0c4ee
Test pI (isoelectric point) result
2022-08-08 21:29:10 +02:00
Nathan Baker
ab80128c45
Merge pull request #141 from latrocinia/master
...
protonate.py: Rename Vanadium element from Va to V
2022-03-02 20:16:20 -08:00
Gydo van Zundert
b920f5aeec
Add unit test for protonate.py
2022-03-02 15:45:11 -05:00
Gydo van Zundert
f49eaedefb
protonate.py: Rename Vanadium element from Va to V
2022-02-24 15:49:36 -05:00
Nathan Baker
beddb0ac87
Merge pull request #124 from danny305/master
...
CLI parameters for the -g and -w options did not output to .pka out file
2021-11-22 15:09:47 -08:00
Darren Curtis
17197831de
Merge pull request #133 from speleo3/open_file_for_reading_context_manager
...
Return context manager from open_file_for_reading
2021-11-01 11:19:34 -07:00
Thomas Holder
ed087b02c7
Return context manager from open_file_for_reading
2021-10-31 18:36:38 +01:00
Danny Diaz
c37f54b93c
refactored Decimal/round order of operation.
2021-03-06 11:02:41 -06:00
Danny Diaz
38aab010dc
Addressed bug CLI parameters for the -g and -w options did not output to .pka file
2021-02-17 20:39:29 -08:00
Nathan Baker
68007f065c
Merge pull request #121 from jensengroup/nathan/docs
...
Remove numbering from Sphinx documentation.
2020-12-18 19:24:20 -08:00
Nathan Baker
a22fd506be
Remove numbering from Sphinx documentation.
...
Fixes #119 .
2020-12-17 16:00:00 -08:00
Nathan Baker
c443b218a8
Merge pull request #120 from jensengroup/nathan/changelog
...
Address comments on change log.
2020-12-16 19:35:32 -08:00
Nathan Baker
52e3649e27
Address comments on change log.
...
See d87afb3df5 (commitcomment-45090556)
2020-12-15 20:10:40 -08:00
Nathan Baker
d87afb3df5
Document changes associated with older releases.
...
Fixes #117 .
2020-12-13 16:49:26 -08:00
Nathan Baker
d1df3844fe
Fix incorrect restructured text.
2020-12-13 16:46:27 -08:00
Nathan Baker
2f10ecdd1f
Merge pull request #114 from jensengroup/issue-17
...
Missing N or O in AMD Group: Keep going
2020-12-13 10:45:27 -08:00
Thomas Holder
82879cdda5
Add a changelog
2020-12-09 20:05:14 +01:00
Thomas Holder
578b57694f
propka3 --version prints version
...
Closes https://github.com/jensengroup/propka/issues/89
2020-12-09 10:19:54 -07:00
Thomas Holder
f028562026
Missing N or O in AMD Group: Keep going
...
Print a warning but don't fail if the N or O atoms are missing in an
amide group. This is consistent with how other groups handle missing
atoms.
Closes https://github.com/jensengroup/propka/issues/17
2020-12-07 09:26:53 +01:00
Thomas Holder
3937cb1467
Merge pull request #112 from jensengroup/fix-105
...
Fix `propka --display-coupled-residues`
2020-12-06 17:40:49 +01:00
Thomas Holder
8f8aa29be4
Fix propka --display-coupled-residues
...
Fixes https://github.com/jensengroup/propka/issues/105
2020-12-06 17:22:30 +01:00
Thomas Holder
31b41c32df
Merge pull request #110 from jensengroup/fix-97-speedup-box-bonding
...
Fix and speedup box bonding
2020-12-03 10:19:01 +01:00
Thomas Holder
c78345c75c
Refactor box bonding
...
5x speedup of `find_bonds_for_molecules_using_boxes`
2020-12-02 08:52:59 +01:00
Thomas Holder
cc8514e3dc
Fix BondMaker.put_atom_in_box
...
Was only populating 8 out of 14 necessary boxes.
Fixes https://github.com/jensengroup/propka/issues/97
2020-12-02 08:15:59 +01:00
Nathan Baker
45aa08a79c
Merge pull request #109 from jensengroup/nathan/logging
...
Remove logging abstraction to facilitate debugging and reduce bloat.
2020-12-01 11:55:26 -08:00
Nathan Baker
e081bd53b3
Add line breaks to error message.
...
Fixes https://github.com/jensengroup/propka/pull/109#discussion_r533131022
2020-12-01 06:40:44 -08:00
Nathan Baker
de020599d3
Raise error for ligand pKa errors.
...
Fixes https://github.com/jensengroup/propka/pull/109#discussion_r532735233 per @orbeckst.
2020-11-30 15:21:47 -08:00
Nathan Baker
c281623078
Change logging message to error.
...
Fixes https://github.com/jensengroup/propka/pull/109#discussion_r532735233 based on suggestion from @orbeckst.
2020-11-30 15:17:18 -08:00
Nathan Baker
fda4fe577b
Merge branch 'master' into nathan/logging
2020-11-29 16:14:43 -08:00
Nathan Baker
9350799be1
Remove logging abstraction to facilitate debugging and reduce bloat.
...
Also performed minor delinting.
Fixes #108
2020-11-29 16:09:45 -08:00
Nathan Baker
f3bbd807ae
Merge pull request #100 from IAlibay/rm-propkainput
...
Removal of PROPKA input
2020-11-29 15:41:28 -08:00
IAlibay
3ca674776f
Remove unused attributes
2020-11-18 18:15:42 +00:00
Nathan Baker
67039aabc0
Merge pull request #102 from IAlibay/python3.9
...
Adds python 3.9 to CI
2020-11-18 09:32:51 -08:00
IAlibay
b164c1db1a
Adds python3.9 to CI
2020-11-18 01:27:41 +00:00
IAlibay
196a2c6a1f
remove unused command
2020-11-18 01:13:59 +00:00
IAlibay
012865e9e9
fix argparse typo
2020-11-18 00:53:07 +00:00