Skip to content

Tags: nk53/stanalyzer

Tags

v1.0.0rc11

Toggle v1.0.0rc11's commit message
Add tools needed by for wrapper demo; misc category shuffling

v1.0.0rc10

Toggle v1.0.0rc10's commit message
Bugfixes

bond_statistics:
    - would fail when reading empty lines between sections
    - also added defaults to lengths/angles/dihedrals output help msg
contacts:
    - forgot to remove unused args from parser
cov_analysis:
    - fixed issue where corr_matrix_out passed w/ type LazyFile would
      fail `np.loadtxt` due to being closed.
    - however, I have no idea why the file needs to be re-read, when
      its contents are already in memory; that line can probably be
      removed, but I left it in just in case

v1.0.0rc9

Toggle v1.0.0rc9's commit message
Large update from Soohyung

 - Misc bugfixes
 - Added tooltips
 - Changed added/removed some fields from analysis forms

From Nathan:
 - meddling with style & typing of the above
 - updated tests for new args

v1.0.0rc8

Toggle v1.0.0rc8's commit message
Bugfix: duplicated option name: -cntmin

v1.0.0rc7

Toggle v1.0.0rc7's commit message
QoL: Support brace expansion in trajectory patterns.

- Enables selection of a range of trajectories via web GUI.

Resolves #14

v1.0.0rc6

Toggle v1.0.0rc6's commit message
Fix typo, hbond update from Yiwei

v1.0.0rc5

Toggle v1.0.0rc5's commit message
bugfixes, cleaning, type checking, and unit testing

v1.0.0rc4

Toggle v1.0.0rc4's commit message
Fix failed test: nested f-str not available in 3.10

Also finish the display for 'config' in -l/-c

v1.0.0rc3

Toggle v1.0.0rc3's commit message
Bugfix: inconsistent use of `-` vs. `_`.

This commit addresses #12

v1.0.0rc2

Toggle v1.0.0rc2's commit message
Comment out reference to incomplete features on home page.