- 01 Jul, 2015 3 commits
- 30 Jun, 2015 2 commits
- 29 Jun, 2015 4 commits
-
-
Robert McGibbon authored
-
Robert McGibbon authored
-
Robert McGibbon authored
-
Robert McGibbon authored
-
- 26 Jun, 2015 6 commits
-
-
peastman authored
Removed inappropriate error checks that forced all AMOEBA parameters to be in a single file
-
peastman authored
-
peastman authored
Ensure Lepton headers get installed
-
peastman authored
-
Robert T. McGibbon authored
Removed outdated devtools/conda-recipe
-
John Chodera (MSKCC) authored
Removed devtools/conda-recipe, since we are now using omnia-md/openmm-dev to build conda dev packages.
-
- 23 Jun, 2015 7 commits
-
-
peastman authored
Make it possible to disable building examples
-
Robert McGibbon authored
-
peastman authored
Fix Python 3 support in unit package.
-
Jason Swails authored
-
Jason Swails authored
to precision)
-
Jason Swails authored
-
Jason Swails authored
-
- 22 Jun, 2015 6 commits
-
-
peastman authored
Fixed compilation errors on Visual Studio 2013
-
peastman authored
-
peastman authored
Compiling on Windows
-
Robert T. McGibbon authored
-
Robert McGibbon authored
-
Robert McGibbon authored
-
- 21 Jun, 2015 1 commit
-
-
Robert McGibbon authored
-
- 19 Jun, 2015 7 commits
-
-
peastman authored
A large number of unit cleanups and fix numpy wart
-
Jason Swails authored
numpy.
-
peastman authored
Fixed a bug in runForClockTime()
-
Jason Swails authored
-
Jason Swails authored
This should be *lower* than that of Unit (and ScaledUnit/BaseUnit), since we still want Units to take priority over Quantities (but Quantity to take precedence over regular ndarrays) for reasons like this: >>> a = np.array([1]) * u.angstroms >>> b = a * u.angstroms # should be np.array([1])*u.angstroms**2 >>> np.arange(10) * a # utilize broadcasting [1 2 3 4 5 6 7 8 9 10] A**2
-
Jason Swails authored
-
Jason Swails authored
The main thing that's done here is that numpy arrays can be given units via the * operator, rather than relying on the Quantity constructor e.g., >>> import numpy as np >>> np.zeros(10) * u.angstroms Quantity(value=array([ 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.]), unit=angstrom) yay!
-
- 17 Jun, 2015 1 commit
-
-
peastman authored
Add travis build matrix for static and dynamic builds
-
- 13 Jun, 2015 1 commit
-
-
John Chodera (MSKCC) authored
-
- 12 Jun, 2015 2 commits
-
-
Peter Eastman authored
-
peastman authored
Updates to documentation for 6.3
-