Enable buffer ops when GMX_GPU_DD_COMMS is set
[alexxy/gromacs.git] / python_packaging /
2019-12-07 M. Eric IrrgangFinalize gmxapi 0.1
2019-12-06 M. Eric Irrganggmxapi Python package usage prose.
2019-12-06 M. Eric IrrgangImprove pytest fixtures for directory management.
2019-11-29 Mark AbrahamMerge branch release-2019 into release-2020
2019-11-27 M. Eric IrrgangAdd gmxapi_extension tests to 'tests' target.
2019-11-20 Paul BauerMerge 'origin/release-2019' into release-2020
2019-11-17 M. Eric IrrgangImprove gmxapi Dockerfiles.
2019-11-11 M. Eric IrrgangAchieve gmxapi fr15.
2019-11-11 M. Eric IrrgangUpdates to gmxapi FR15 acceptance test.
2019-11-11 M. Eric IrrgangUpdate notes and tests regarding gmxapi acceptance...
2019-11-08 M. Eric IrrgangFix bug introduced by clang-format reformat.
2019-11-07 Paul BauerApply clang-format to source tree
2019-11-03 M. Eric IrrgangFix typos.
2019-11-01 M. Eric IrrgangNormalize sample_restraint target names.
2019-10-31 M. Eric IrrgangAllow validation of the generated CMake toolchain file.
2019-10-31 M. Eric IrrgangImprove uniformity of OS X CMake configuration.
2019-10-31 M. Eric IrrgangRestore CMake convenience targets for sample_restraint.
2019-10-31 M. Eric IrrgangDeduplicate gmxapi documentation.
2019-10-29 M. Eric IrrgangDisable its tests when sample_restraint is not the...
2019-10-29 M. Eric IrrgangDecrease the maximum allowed Python version for gmxapi.
2019-10-29 Paul BauerMerge branch 'release-2019' into master
2019-10-28 M. Eric IrrgangUpdate bundled pybind.
2019-10-27 M. Eric IrrgangFix CMake message typo.
2019-10-25 M. Eric IrrgangImprove gmxapi mdrun test.
2019-10-23 M. Eric IrrgangSuppress some output when sample_restraint is built...
2019-10-21 M. Eric IrrgangAdd trajectory output to mdrun operation.
2019-10-16 M. Eric IrrgangMinor tidying to mdrun.py
2019-10-16 M. Eric IrrgangMinor clean-up to gmxapi package.
2019-10-16 M. Eric IrrgangUpdate gmxapi.version module.
2019-10-15 M. Eric IrrgangFix logic error in StaticSourceManager intialization.
2019-10-15 M. Eric IrrgangAdd generic check for gmxapi support library to Python...
2019-10-14 M. Eric IrrgangFix logic error in gmxapi.version.api_is_at_least().
2019-10-13 M. Eric IrrgangUpdate sample_restraint documentation entry points.
2019-10-13 M. Eric IrrgangTest float and int gmxapi parameter updates.
2019-10-13 M. Eric IrrgangUsability updates for gmxapi/docs Docker image.
2019-10-12 M. Eric IrrgangImprove parameter typing for gmxapi simulation paramete...
2019-10-03 M. Eric IrrgangBuild gmxapi documentation in main GROMACS documentation.
2019-09-25 Szilárd PállMerge remote-tracking branch 'origin/release-2019'
2019-09-24 Paul BauerMerge branch release-2019 into master
2019-09-15 M. Eric IrrgangImport gmxapi docs to main GROMACS docs directory.
2019-09-15 Peter KassonPatch gmxapi for Python 3.7
2019-09-13 M. Eric IrrgangNormalize usage of GMXTOOLCHAINDIR in gmxapi setup.py
2019-09-13 M. Eric IrrgangDo not use gromacs-toolchain in darwin gmxapi builds.
2019-09-13 M. Eric IrrgangUpdate gmxapi setup.py
2019-09-11 Paul BauerAdd missing gmxapi requirements
2019-09-11 M. Eric IrrgangUse GROMACS CMake toolchain file for gmxapi Python...
2019-09-11 M. Eric IrrgangAdd gmxapi.modify_input operation.
2019-09-11 M. Eric IrrgangProvide a gmxapi.read_tpr operation.
2019-09-11 M. Eric IrrgangUpdate gmxapi.simulation.context details.
2019-09-11 M. Eric IrrgangAllow gmxapi.mdrun to properly dispatch simulation...
2019-09-11 M. Eric IrrgangUpdate gmxapi Python package infrastructure for new...
2019-09-11 M. Eric IrrgangNormalize some testing resources for the Python packages.
2019-09-10 M. Eric IrrgangMake gmxcli pytest fixture more robust.
2019-09-03 M. Eric IrrgangPython wrapping code for gmxapi mdrun bindings.
2019-08-30 M. Eric IrrgangImport base code for Python-driven simulation from...
2019-08-27 M. Eric IrrgangAdd sample_restraint Python tests to `check` target.
2019-08-26 M. Eric IrrgangRearrange exposure of gmxapicompat simulation input...
2019-08-26 M. Eric IrrgangMove gmxapicompat TPR tools to libgmxapi.
2019-08-26 M. Eric IrrgangReduce artificial header dependencies in restraint...
2019-08-22 Mark AbrahamMerge branch release-2019
2019-08-22 M. Eric IrrgangC++ code and Python bindings for TPR parameter read...
2019-08-19 M. Eric IrrgangClean up gmxapi documentation build.
2019-08-19 M. Eric IrrgangAdd subgraph and while_loop operations.
2019-08-14 M. Eric IrrgangFix logic error in python_packaging/src/CMakeLists.txt
2019-08-14 M. Eric IrrgangMinor optimization to `pip install` in gmxapi CI build.
2019-08-13 M. Eric IrrgangImprove sample_restraint project integration.
2019-08-13 M. Eric IrrgangMap gmxapi C++ exceptions to Python exceptions.
2019-08-12 M. Eric IrrgangIntroduce Context requirement.
2019-08-12 M. Eric IrrgangSeparate out some abstract base classes.
2019-08-08 M. Eric IrrgangAdd gmxapi_pytest custom target to CMake `check` target.
2019-08-08 M. Eric IrrgangAllow gmxapi Python package tests to be run from GROMAC...
2019-08-08 M. Eric IrrgangLet base GROMACS docker image be a little more useful.
2019-08-07 M. Eric IrrgangUse gmock and gtest targets from googletest-release...
2019-08-06 M. Eric IrrgangSeparate out OperationDetailsBase.
2019-08-06 M. Eric IrrgangResolve a compiler warning for the gmxapi Python package.
2019-08-05 M. Eric IrrgangSeparate out OperationDirector.
2019-08-02 M. Eric IrrgangRearchitect gmxapi.operation
2019-08-01 Paul BauerMerge release-2019 into master
2019-07-24 M. Eric IrrgangRemove one of the examples from sample_restraint.
2019-07-24 M. Eric IrrgangBegin new sample_restraint development.
2019-07-24 M. Eric IrrgangFix gmxapi notebook image and sample_restraint docker...
2019-07-24 M. Eric IrrgangClarify use of Python venv in gmxapi docker images.
2019-07-24 M. Eric IrrgangImprove gmxapi docker testing environment.
2019-07-23 M. Eric IrrgangImprove docs for gmxapi Python environment preparation.
2019-07-23 M. Eric IrrgangDon't install sample restraint package by default.
2019-07-18 M. Eric IrrgangImprove some documentation formatting and spelling.
2019-07-10 M. Eric Irrganggmxapi Python package documentation layout.
2019-07-09 M. Eric IrrgangIncorporate sample_restraint repository.
2019-07-09 M. Eric IrrgangBegin CMake front-end for Python packaging machinery.
2019-07-05 M. Eric IrrgangPython bindings for mdrun.
2019-07-02 M. Eric IrrgangRearrange some definitions.
2019-07-02 M. Eric IrrgangUpdate gmxapi test fixtures.
2019-07-01 M. Eric Irrganggmxapi Python package documentation infrastructure.
2019-06-27 M. Eric IrrgangAdd helpful note about gmxpai docker notebook server.
2019-06-24 M. Eric IrrgangAdd a docker layer with a jupyter notebook server.
2019-06-19 M. Eric IrrgangUpdates to gmxapi docker entry points.
2019-06-18 M. Eric IrrgangReduce docker image size for gmxapi CI.
2019-05-09 M. Eric IrrgangMore Python testing infrastructure for gmxapi.
2019-05-09 M. Eric IrrgangAdd gmxapi._logging submodule.
2019-05-09 M. Eric IrrgangUpdate I/O handling in gmxapi.commandline.
next