From 28754777880cab403afeadbd0d7835697b4f3a98 Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 21:54:53 +0000 Subject: [PATCH 01/30] using the cookiecutter --- .DS_Store | Bin 0 -> 8196 bytes .codecov.yml | 14 + .gitattributes | 2 +- .github/CONTRIBUTING.md | 42 + .github/PULL_REQUEST_TEMPLATE.md | 12 + .github/workflows/CI.yaml | 120 +- .github/workflows/deploy.yaml | 18 +- .gitignore | 115 +- .idea/.gitignore | 8 + .idea/alchemtest.iml | 8 + .idea/inspectionProfiles/Project_Default.xml | 17 + .../inspectionProfiles/profiles_settings.xml | 6 + .idea/misc.xml | 7 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .lgtm.yml | 12 + CODE_OF_CONDUCT.md | 77 + LICENSE | 37 +- README.rst | 2 +- alchemtest/.DS_Store | Bin 0 -> 6148 bytes alchemtest/.idea/.gitignore | 8 + alchemtest/.idea/alchemtest.iml | 8 + .../inspectionProfiles/Project_Default.xml | 17 + .../inspectionProfiles/profiles_settings.xml | 6 + alchemtest/.idea/misc.xml | 4 + alchemtest/.idea/modules.xml | 8 + alchemtest/.idea/vcs.xml | 6 + {src/alchemtest => alchemtest}/__init__.py | 9 +- alchemtest/alchemtest.py | 29 + alchemtest/amber/.DS_Store | Bin 0 -> 6148 bytes .../amber/__init__.py | 0 .../alchemtest => alchemtest}/amber/access.py | 0 .../amber/bace_CAT-13d~CAT-17a/.DS_Store | Bin 0 -> 6148 bytes .../bace_CAT-13d~CAT-17a/complex/.DS_Store | Bin 0 -> 6148 bytes .../complex/decharge/.DS_Store | Bin 0 -> 6148 bytes .../complex/decharge/0.00/.DS_Store | Bin 0 -> 6148 bytes .../complex/decharge/0.00/ti-0.00.out.bz2 | Bin .../complex/decharge/0.25/.DS_Store | Bin 0 -> 6148 bytes .../complex/decharge/0.25/ti-0.25.out.bz2 | Bin .../complex/decharge/0.50/ti-0.50.out.bz2 | Bin .../complex/decharge/0.75/ti-0.75.out.bz2 | Bin .../complex/decharge/1.00/ti-1.00.out.bz2 | Bin .../complex/recharge/0.00/ti-0.00.out.bz2 | Bin .../complex/recharge/0.25/ti-0.25.out.bz2 | Bin .../complex/recharge/0.50/ti-0.50.out.bz2 | Bin .../complex/recharge/0.75/ti-0.75.out.bz2 | Bin .../complex/recharge/1.00/ti-1.00.out.bz2 | Bin .../complex/vdw/0.0/ti-0.0.out.bz2 | Bin .../complex/vdw/0.0479/ti-0.0479.out.bz2 | Bin .../complex/vdw/0.1150/ti-0.1150.out.bz2 | Bin .../complex/vdw/0.2063/ti-0.2063.out.bz2 | Bin .../complex/vdw/0.3160/ti-0.3160.out.bz2 | Bin .../complex/vdw/0.4373/ti-0.4373.out.bz2 | Bin .../complex/vdw/0.5626/ti-0.5626.out.bz2 | Bin .../complex/vdw/0.6839/ti-0.6839.out.bz2 | Bin .../complex/vdw/0.7936/ti-0.7936.out.bz2 | Bin .../complex/vdw/0.8849/ti-0.8849.out.bz2 | Bin .../complex/vdw/0.9520/ti-0.9520.out.bz2 | Bin .../complex/vdw/1.0/ti-1.0.out.bz2 | Bin .../amber/bace_CAT-13d~CAT-17a/descr.rst | 0 .../solvated/decharge/0.00/ti-0.00.out.bz2 | Bin .../solvated/decharge/0.25/ti-0.25.out.bz2 | Bin .../solvated/decharge/0.50/ti-0.50.out.bz2 | Bin .../solvated/decharge/0.75/ti-0.75.out.bz2 | Bin .../solvated/decharge/1.00/ti-1.00.out.bz2 | Bin .../solvated/recharge/0.00/ti-0.00.out.bz2 | Bin .../solvated/recharge/0.25/ti-0.25.out.bz2 | Bin .../solvated/recharge/0.50/ti-0.50.out.bz2 | Bin .../solvated/recharge/0.75/ti-0.75.out.bz2 | Bin .../solvated/recharge/1.00/ti-1.00.out.bz2 | Bin .../solvated/vdw/0.0/ti-0.0.out.bz2 | Bin .../solvated/vdw/0.0479/ti-0.0479.out.bz2 | Bin .../solvated/vdw/0.1150/ti-0.1150.out.bz2 | Bin .../solvated/vdw/0.2063/ti-0.2063.out.bz2 | Bin .../solvated/vdw/0.3160/ti-0.3160.out.bz2 | Bin .../solvated/vdw/0.4373/ti-0.4373.out.bz2 | Bin .../solvated/vdw/0.5626/ti-0.5626.out.bz2 | Bin .../solvated/vdw/0.6839/ti-0.6839.out.bz2 | Bin .../solvated/vdw/0.7936/ti-0.7936.out.bz2 | Bin .../solvated/vdw/0.8849/ti-0.8849.out.bz2 | Bin .../solvated/vdw/0.9520/ti-0.9520.out.bz2 | Bin .../solvated/vdw/1.0/ti-1.0.out.bz2 | Bin .../amber/bace_improper/descr.rst | 0 .../solvated/vdw/0.0/ti-0.0.out.bz2 | Bin .../solvated/vdw/0.0479/ti-0.0479.out.bz2 | Bin .../solvated/vdw/0.1150/ti-0.1150.out.bz2 | Bin .../solvated/vdw/0.2063/ti-0.2063.out.bz2 | Bin .../solvated/vdw/0.3160/ti-0.3160.out.bz2 | Bin .../solvated/vdw/0.4373/ti-0.4373.out.bz2 | Bin .../solvated/vdw/0.5626/ti-0.5626.out.bz2 | Bin .../solvated/vdw/0.6839/ti-0.6839.out.bz2 | Bin .../solvated/vdw/0.7936/ti-0.7936.out.bz2 | Bin .../solvated/vdw/0.8849/ti-0.8849.out.bz2 | Bin .../solvated/vdw/0.9520/ti-0.9520.out.bz2 | Bin .../solvated/vdw/1.0/ti-1.0.out.bz2 | Bin alchemtest/amber/simplesolvated/.DS_Store | Bin 0 -> 6148 bytes .../amber/simplesolvated/charge/.DS_Store | Bin 0 -> 10244 bytes .../simplesolvated/charge/0.00/.DS_Store | Bin 0 -> 6148 bytes .../charge/0.00/ti-0.00.out.tar.bz2 | Bin .../simplesolvated/charge/0.25/.DS_Store | Bin 0 -> 6148 bytes .../charge/0.25/ti-0.25.out.tar.bz2 | Bin .../charge/0.50/ti-0.50.out.tar.bz2 | Bin .../charge/0.75/ti-0.75.out.tar.bz2 | Bin .../charge/1.00/ti-1.00.out.tar.bz2 | Bin .../amber/simplesolvated/descr.rst | 0 .../simplesolvated/vdw/0.0/ti-0.0.out.tar.bz2 | Bin .../vdw/0.04794/ti-0.04794.out.tar.bz2 | Bin .../vdw/0.11505/ti-0.11505.out.tar.bz2 | Bin .../vdw/0.20634/ti-0.20634.out.tar.bz2 | Bin .../vdw/0.31608/ti-0.31608.out.tar.bz2 | Bin .../vdw/0.43738/ti-0.43738.out.tar.bz2 | Bin .../vdw/0.56262/ti-0.56262.out.tar.bz2 | Bin .../vdw/0.68392/ti-0.68392.out.tar.bz2 | Bin .../vdw/0.79366/ti-0.79366.out.tar.bz2 | Bin .../vdw/0.88495/ti-0.88495.out.tar.bz2 | Bin .../vdw/0.95206/ti-0.95206.out.tar.bz2 | Bin .../simplesolvated/vdw/1.0/ti-1.0.out.tar.bz2 | Bin .../amber/testfiles/descr.rst | 0 .../amber/testfiles/descr_invalid.rst | 0 ...h_and_wrong_number_of_mbar_windows.out.bz2 | Bin .../amber/testfiles/no_atomic_section.out.bz2 | Bin .../amber/testfiles/no_control_data.out.bz2 | Bin .../testfiles/no_dHdl_data_points.out.bz2 | Bin .../testfiles/no_free_energy_info.out.bz2 | Bin .../testfiles/no_results_section.out.bz2 | Bin .../testfiles/no_spaces_around_equal.out.bz2 | Bin .../no_starting_simulation_time.out.bz2 | Bin .../amber/testfiles/no_temp0_set.out.bz2 | Bin .../amber/testfiles/no_useful_data.out.bz2 | Bin .../amber/testfiles/none_in_mbar.out.bz2 | Bin .../amber/testfiles/not_finished_run.out.bz2 | Bin .../complex/0.00922/ti-0.00922.out.bz2 | Bin .../complex/0.04794/ti-0.04794.out.bz2 | Bin .../complex/0.11505/ti-0.11505.out.bz2 | Bin .../complex/0.20634/ti-0.20634.out.bz2 | Bin .../complex/0.31608/ti-0.31608.out.bz2 | Bin .../complex/0.43738/ti-0.43738.out.bz2 | Bin .../complex/0.56262/ti-0.56262.out.bz2 | Bin .../complex/0.68392/ti-0.68392.out.bz2 | Bin .../complex/0.79366/ti-0.79366.out.bz2 | Bin .../complex/0.88495/ti-0.88495.out.bz2 | Bin .../complex/0.95206/ti-0.95206.out.bz2 | Bin .../complex/0.99078/ti-0.99078.out.bz2 | Bin .../amber/tyk2_ejm_47~ejm_31/descr.rst | 0 .../solvated/0.00922/ti-0.00922.out.bz2 | Bin .../solvated/0.04794/ti-0.04794.out.bz2 | Bin .../solvated/0.11505/ti-0.11505.out.bz2 | Bin .../solvated/0.20634/ti-0.20634.out.bz2 | Bin .../solvated/0.31608/ti-0.31608.out.bz2 | Bin .../solvated/0.43738/ti-0.43738.out.bz2 | Bin .../solvated/0.56262/ti-0.56262.out.bz2 | Bin .../solvated/0.68392/ti-0.68392.out.bz2 | Bin .../solvated/0.79366/ti-0.79366.out.bz2 | Bin .../solvated/0.88495/ti-0.88495.out.bz2 | Bin .../solvated/0.95206/ti-0.95206.out.bz2 | Bin .../solvated/0.99078/ti-0.99078.out.bz2 | Bin alchemtest/data/README.md | 36 + alchemtest/data/look_and_say.dat | 15 + .../generic/BFGS/N_k.npy | Bin .../generic/BFGS/descr.rst | 0 .../generic/BFGS/u_nk.npy | Bin .../generic/__init__.py | 0 .../generic/access.py | 0 alchemtest/gmx/.DS_Store | Bin 0 -> 6148 bytes .../gmx/ABFE/complex/dhdl_00.xvg | 0 .../gmx/ABFE/complex/dhdl_01.xvg | 0 .../gmx/ABFE/complex/dhdl_02.xvg | 0 .../gmx/ABFE/complex/dhdl_03.xvg | 0 .../gmx/ABFE/complex/dhdl_04.xvg | 0 .../gmx/ABFE/complex/dhdl_05.xvg | 0 .../gmx/ABFE/complex/dhdl_06.xvg | 0 .../gmx/ABFE/complex/dhdl_07.xvg | 0 .../gmx/ABFE/complex/dhdl_08.xvg | 0 .../gmx/ABFE/complex/dhdl_09.xvg | 0 .../gmx/ABFE/complex/dhdl_10.xvg | 0 .../gmx/ABFE/complex/dhdl_11.xvg | 0 .../gmx/ABFE/complex/dhdl_12.xvg | 0 .../gmx/ABFE/complex/dhdl_13.xvg | 0 .../gmx/ABFE/complex/dhdl_14.xvg | 0 .../gmx/ABFE/complex/dhdl_15.xvg | 0 .../gmx/ABFE/complex/dhdl_16.xvg | 0 .../gmx/ABFE/complex/dhdl_17.xvg | 0 .../gmx/ABFE/complex/dhdl_18.xvg | 0 .../gmx/ABFE/complex/dhdl_19.xvg | 0 .../gmx/ABFE/complex/dhdl_20.xvg | 0 .../gmx/ABFE/complex/dhdl_21.xvg | 0 .../gmx/ABFE/complex/dhdl_22.xvg | 0 .../gmx/ABFE/complex/dhdl_23.xvg | 0 .../gmx/ABFE/complex/dhdl_24.xvg | 0 .../gmx/ABFE/complex/dhdl_25.xvg | 0 .../gmx/ABFE/complex/dhdl_26.xvg | 0 .../gmx/ABFE/complex/dhdl_27.xvg | 0 .../gmx/ABFE/complex/dhdl_28.xvg | 0 .../gmx/ABFE/complex/dhdl_29.xvg | 0 .../gmx/ABFE/descr.rst | 0 .../gmx/ABFE/ligand/dhdl_00.xvg | 0 .../gmx/ABFE/ligand/dhdl_01.xvg | 0 .../gmx/ABFE/ligand/dhdl_02.xvg | 0 .../gmx/ABFE/ligand/dhdl_03.xvg | 0 .../gmx/ABFE/ligand/dhdl_04.xvg | 0 .../gmx/ABFE/ligand/dhdl_05.xvg | 0 .../gmx/ABFE/ligand/dhdl_06.xvg | 0 .../gmx/ABFE/ligand/dhdl_07.xvg | 0 .../gmx/ABFE/ligand/dhdl_08.xvg | 0 .../gmx/ABFE/ligand/dhdl_09.xvg | 0 .../gmx/ABFE/ligand/dhdl_10.xvg | 0 .../gmx/ABFE/ligand/dhdl_11.xvg | 0 .../gmx/ABFE/ligand/dhdl_12.xvg | 0 .../gmx/ABFE/ligand/dhdl_13.xvg | 0 .../gmx/ABFE/ligand/dhdl_14.xvg | 0 .../gmx/ABFE/ligand/dhdl_15.xvg | 0 .../gmx/ABFE/ligand/dhdl_16.xvg | 0 .../gmx/ABFE/ligand/dhdl_17.xvg | 0 .../gmx/ABFE/ligand/dhdl_18.xvg | 0 .../gmx/ABFE/ligand/dhdl_19.xvg | 0 .../alchemtest => alchemtest}/gmx/__init__.py | 0 {src/alchemtest => alchemtest}/gmx/access.py | 0 .../gmx/benzene/Coulomb/0000/dhdl.xvg.bz2 | Bin .../gmx/benzene/Coulomb/0250/dhdl.xvg.bz2 | Bin .../gmx/benzene/Coulomb/0500/dhdl.xvg.bz2 | Bin .../gmx/benzene/Coulomb/0750/dhdl.xvg.bz2 | Bin .../gmx/benzene/Coulomb/1000/dhdl.xvg.bz2 | Bin .../gmx/benzene/VDW/0000/dhdl.xvg.bz2 | Bin .../gmx/benzene/VDW/0050/dhdl.xvg.bz2 | Bin .../gmx/benzene/VDW/0100/dhdl.xvg.bz2 | Bin .../gmx/benzene/VDW/0200/dhdl.xvg.bz2 | Bin .../gmx/benzene/VDW/0300/dhdl.xvg.bz2 | Bin .../gmx/benzene/VDW/0400/dhdl.xvg.bz2 | Bin .../gmx/benzene/VDW/0500/dhdl.xvg.bz2 | Bin .../gmx/benzene/VDW/0600/dhdl.xvg.bz2 | Bin .../gmx/benzene/VDW/0650/dhdl.xvg.bz2 | Bin .../gmx/benzene/VDW/0700/dhdl.xvg.bz2 | Bin .../gmx/benzene/VDW/0750/dhdl.xvg.bz2 | Bin .../gmx/benzene/VDW/0800/dhdl.xvg.bz2 | Bin .../gmx/benzene/VDW/0850/dhdl.xvg.bz2 | Bin .../gmx/benzene/VDW/0900/dhdl.xvg.bz2 | Bin .../gmx/benzene/VDW/0950/dhdl.xvg.bz2 | Bin .../gmx/benzene/VDW/1000/dhdl.xvg.bz2 | Bin .../gmx/benzene/descr.rst | 0 alchemtest/gmx/ethanol/.DS_Store | Bin 0 -> 6148 bytes alchemtest/gmx/ethanol/Coulomb/.DS_Store | Bin 0 -> 6148 bytes .../gmx/ethanol/Coulomb/0.0469/.DS_Store | Bin 0 -> 6148 bytes .../gmx/ethanol/Coulomb/dhdl.0.xvg.bz2 | Bin .../gmx/ethanol/Coulomb/dhdl.1.xvg.bz2 | Bin .../gmx/ethanol/Coulomb/dhdl.10.xvg.bz2 | Bin .../gmx/ethanol/Coulomb/dhdl.11.xvg.bz2 | Bin .../gmx/ethanol/Coulomb/dhdl.12.xvg.bz2 | Bin .../gmx/ethanol/Coulomb/dhdl.13.xvg.bz2 | Bin .../gmx/ethanol/Coulomb/dhdl.2.xvg.bz2 | Bin .../gmx/ethanol/Coulomb/dhdl.3.xvg.bz2 | Bin .../gmx/ethanol/Coulomb/dhdl.4.xvg.bz2 | Bin .../gmx/ethanol/Coulomb/dhdl.5.xvg.bz2 | Bin .../gmx/ethanol/Coulomb/dhdl.6.xvg.bz2 | Bin .../gmx/ethanol/Coulomb/dhdl.7.xvg.bz2 | Bin .../gmx/ethanol/Coulomb/dhdl.8.xvg.bz2 | Bin .../gmx/ethanol/Coulomb/dhdl.9.xvg.bz2 | Bin alchemtest/gmx/ethanol/VDW/.DS_Store | Bin 0 -> 6148 bytes .../gmx/ethanol/VDW/dhdl.1.xvg.bz2 | Bin .../gmx/ethanol/VDW/dhdl.10.xvg.bz2 | Bin .../gmx/ethanol/VDW/dhdl.11.xvg.bz2 | Bin .../gmx/ethanol/VDW/dhdl.12.xvg.bz2 | Bin .../gmx/ethanol/VDW/dhdl.13.xvg.bz2 | Bin .../gmx/ethanol/VDW/dhdl.2.xvg.bz2 | Bin .../gmx/ethanol/VDW/dhdl.3.xvg.bz2 | Bin .../gmx/ethanol/VDW/dhdl.4.xvg.bz2 | Bin .../gmx/ethanol/VDW/dhdl.5.xvg.bz2 | Bin .../gmx/ethanol/VDW/dhdl.6.xvg.bz2 | Bin .../gmx/ethanol/VDW/dhdl.7.xvg.bz2 | Bin .../gmx/ethanol/VDW/dhdl.8.xvg.bz2 | Bin .../gmx/ethanol/VDW/dhdl.9.xvg.bz2 | Bin .../gmx/ethanol/descr.rst | 0 .../case_1/CB7_Guest3_dhdl.xvg.gz | Bin .../gmx/expanded_ensemble/case_1/descr.rst | 0 .../case_2/CB7_Guest3_dhdl_1.xvg.gz | Bin .../case_2/CB7_Guest3_dhdl_2.xvg.gz | Bin .../gmx/expanded_ensemble/case_2/descr.rst | 0 .../case_3/CB7_Guest3_dhdl_00.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_01.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_02.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_03.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_04.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_05.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_06.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_07.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_08.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_09.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_10.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_11.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_12.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_13.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_14.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_15.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_16.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_17.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_18.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_19.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_20.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_21.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_22.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_23.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_24.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_25.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_26.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_27.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_28.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_29.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_30.xvg.gz | Bin .../case_3/CB7_Guest3_dhdl_31.xvg.gz | Bin .../gmx/expanded_ensemble/case_3/descr.rst | 0 .../gmx/water_particle/descr.rst | 0 .../with_potential_energy/lambda_0.xvg.bz2 | Bin .../with_potential_energy/lambda_1.xvg.bz2 | Bin .../with_potential_energy/lambda_10.xvg.bz2 | Bin .../with_potential_energy/lambda_11.xvg.bz2 | Bin .../with_potential_energy/lambda_12.xvg.bz2 | Bin .../with_potential_energy/lambda_13.xvg.bz2 | Bin .../with_potential_energy/lambda_14.xvg.bz2 | Bin .../with_potential_energy/lambda_15.xvg.bz2 | Bin .../with_potential_energy/lambda_16.xvg.bz2 | Bin .../with_potential_energy/lambda_17.xvg.bz2 | Bin .../with_potential_energy/lambda_18.xvg.bz2 | Bin .../with_potential_energy/lambda_19.xvg.bz2 | Bin .../with_potential_energy/lambda_2.xvg.bz2 | Bin .../with_potential_energy/lambda_20.xvg.bz2 | Bin .../with_potential_energy/lambda_21.xvg.bz2 | Bin .../with_potential_energy/lambda_22.xvg.bz2 | Bin .../with_potential_energy/lambda_23.xvg.bz2 | Bin .../with_potential_energy/lambda_24.xvg.bz2 | Bin .../with_potential_energy/lambda_25.xvg.bz2 | Bin .../with_potential_energy/lambda_26.xvg.bz2 | Bin .../with_potential_energy/lambda_27.xvg.bz2 | Bin .../with_potential_energy/lambda_28.xvg.bz2 | Bin .../with_potential_energy/lambda_29.xvg.bz2 | Bin .../with_potential_energy/lambda_3.xvg.bz2 | Bin .../with_potential_energy/lambda_30.xvg.bz2 | Bin .../with_potential_energy/lambda_31.xvg.bz2 | Bin .../with_potential_energy/lambda_32.xvg.bz2 | Bin .../with_potential_energy/lambda_33.xvg.bz2 | Bin .../with_potential_energy/lambda_34.xvg.bz2 | Bin .../with_potential_energy/lambda_35.xvg.bz2 | Bin .../with_potential_energy/lambda_36.xvg.bz2 | Bin .../with_potential_energy/lambda_37.xvg.bz2 | Bin .../with_potential_energy/lambda_4.xvg.bz2 | Bin .../with_potential_energy/lambda_5.xvg.bz2 | Bin .../with_potential_energy/lambda_6.xvg.bz2 | Bin .../with_potential_energy/lambda_7.xvg.bz2 | Bin .../with_potential_energy/lambda_8.xvg.bz2 | Bin .../with_potential_energy/lambda_9.xvg.bz2 | Bin .../with_total_energy/lambda_0.xvg.bz2 | Bin .../with_total_energy/lambda_1.xvg.bz2 | Bin .../with_total_energy/lambda_10.xvg.bz2 | Bin .../with_total_energy/lambda_11.xvg.bz2 | Bin .../with_total_energy/lambda_12.xvg.bz2 | Bin .../with_total_energy/lambda_13.xvg.bz2 | Bin .../with_total_energy/lambda_14.xvg.bz2 | Bin .../with_total_energy/lambda_15.xvg.bz2 | Bin .../with_total_energy/lambda_16.xvg.bz2 | Bin .../with_total_energy/lambda_17.xvg.bz2 | Bin .../with_total_energy/lambda_18.xvg.bz2 | Bin .../with_total_energy/lambda_19.xvg.bz2 | Bin .../with_total_energy/lambda_2.xvg.bz2 | Bin .../with_total_energy/lambda_20.xvg.bz2 | Bin .../with_total_energy/lambda_21.xvg.bz2 | Bin .../with_total_energy/lambda_22.xvg.bz2 | Bin .../with_total_energy/lambda_23.xvg.bz2 | Bin .../with_total_energy/lambda_24.xvg.bz2 | Bin .../with_total_energy/lambda_25.xvg.bz2 | Bin .../with_total_energy/lambda_26.xvg.bz2 | Bin .../with_total_energy/lambda_27.xvg.bz2 | Bin .../with_total_energy/lambda_28.xvg.bz2 | Bin .../with_total_energy/lambda_29.xvg.bz2 | Bin .../with_total_energy/lambda_3.xvg.bz2 | Bin .../with_total_energy/lambda_30.xvg.bz2 | Bin .../with_total_energy/lambda_31.xvg.bz2 | Bin .../with_total_energy/lambda_32.xvg.bz2 | Bin .../with_total_energy/lambda_33.xvg.bz2 | Bin .../with_total_energy/lambda_34.xvg.bz2 | Bin .../with_total_energy/lambda_35.xvg.bz2 | Bin .../with_total_energy/lambda_36.xvg.bz2 | Bin .../with_total_energy/lambda_37.xvg.bz2 | Bin .../with_total_energy/lambda_4.xvg.bz2 | Bin .../with_total_energy/lambda_5.xvg.bz2 | Bin .../with_total_energy/lambda_6.xvg.bz2 | Bin .../with_total_energy/lambda_7.xvg.bz2 | Bin .../with_total_energy/lambda_8.xvg.bz2 | Bin .../with_total_energy/lambda_9.xvg.bz2 | Bin .../without_energy/lambda_0.xvg.bz2 | Bin .../without_energy/lambda_1.xvg.bz2 | Bin .../without_energy/lambda_10.xvg.bz2 | Bin .../without_energy/lambda_11.xvg.bz2 | Bin .../without_energy/lambda_12.xvg.bz2 | Bin .../without_energy/lambda_13.xvg.bz2 | Bin .../without_energy/lambda_14.xvg.bz2 | Bin .../without_energy/lambda_15.xvg.bz2 | Bin .../without_energy/lambda_16.xvg.bz2 | Bin .../without_energy/lambda_17.xvg.bz2 | Bin .../without_energy/lambda_18.xvg.bz2 | Bin .../without_energy/lambda_19.xvg.bz2 | Bin .../without_energy/lambda_2.xvg.bz2 | Bin .../without_energy/lambda_20.xvg.bz2 | Bin .../without_energy/lambda_21.xvg.bz2 | Bin .../without_energy/lambda_22.xvg.bz2 | Bin .../without_energy/lambda_23.xvg.bz2 | Bin .../without_energy/lambda_24.xvg.bz2 | Bin .../without_energy/lambda_25.xvg.bz2 | Bin .../without_energy/lambda_26.xvg.bz2 | Bin .../without_energy/lambda_27.xvg.bz2 | Bin .../without_energy/lambda_28.xvg.bz2 | Bin .../without_energy/lambda_29.xvg.bz2 | Bin .../without_energy/lambda_3.xvg.bz2 | Bin .../without_energy/lambda_30.xvg.bz2 | Bin .../without_energy/lambda_31.xvg.bz2 | Bin .../without_energy/lambda_32.xvg.bz2 | Bin .../without_energy/lambda_33.xvg.bz2 | Bin .../without_energy/lambda_34.xvg.bz2 | Bin .../without_energy/lambda_35.xvg.bz2 | Bin .../without_energy/lambda_36.xvg.bz2 | Bin .../without_energy/lambda_37.xvg.bz2 | Bin .../without_energy/lambda_4.xvg.bz2 | Bin .../without_energy/lambda_5.xvg.bz2 | Bin .../without_energy/lambda_6.xvg.bz2 | Bin .../without_energy/lambda_7.xvg.bz2 | Bin .../without_energy/lambda_8.xvg.bz2 | Bin .../without_energy/lambda_9.xvg.bz2 | Bin .../gomc/__init__.py | 0 {src/alchemtest => alchemtest}/gomc/access.py | 0 .../gomc/benzene/descr.rst | 0 .../Free_Energy_BOX_0_PRODUCTION_00.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_01.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_02.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_03.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_04.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_05.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_06.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_07.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_08.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_09.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_10.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_11.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_12.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_13.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_14.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_15.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_16.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_17.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_18.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_19.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_20.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_21.dat.bz2 | Bin .../Free_Energy_BOX_0_PRODUCTION_22.dat.bz2 | Bin .../namd/__init__.py | 0 {src/alchemtest => alchemtest}/namd/access.py | 0 .../namd/idws/descr.rst | 0 .../namd/idws/idws1.fepout.bz2 | Bin .../namd/idws/idws2.fepout.bz2 | Bin .../namd/restarted/descr.rst | 0 .../namd/restarted/restarted000.fepout.bz2 | Bin .../namd/restarted/restarted000a.fepout.bz2 | Bin .../namd/restarted/restarted000b.fepout.bz2 | Bin .../namd/restarted/restarted001.fepout.bz2 | Bin .../namd/restarted/restarted002.fepout.bz2 | Bin .../namd/restarted/restarted002a.fepout.bz2 | Bin .../namd/restarted/restarted003.fepout.bz2 | Bin .../namd/restarted/restarted003a.fepout.bz2 | Bin .../namd/restarted/restarted004.fepout.bz2 | Bin .../namd/restarted/restarted005.fepout.bz2 | Bin .../namd/restarted/restarted006.fepout.bz2 | Bin .../namd/restarted/restarted007.fepout.bz2 | Bin .../namd/restarted/restarted008.fepout.bz2 | Bin .../namd/restarted/restarted009.fepout.bz2 | Bin .../namd/restarted/restarted010.fepout.bz2 | Bin .../namd/restarted_reversed/descr.rst | 0 .../restarted_reversed000.fepout.bz2 | Bin .../restarted_reversed001.fepout.bz2 | Bin .../restarted_reversed001a.fepout.bz2 | Bin .../restarted_reversed001b.fepout.bz2 | Bin .../restarted_reversed002.fepout.bz2 | Bin .../restarted_reversed002a.fepout.bz2 | Bin .../restarted_reversed002b.fepout.bz2 | Bin .../restarted_reversed002c.fepout.bz2 | Bin .../restarted_reversed003.fepout.bz2 | Bin .../restarted_reversed004.fepout.bz2 | Bin .../restarted_reversed005.fepout.bz2 | Bin .../restarted_reversed005a.fepout.bz2 | Bin .../restarted_reversed005b.fepout.bz2 | Bin .../restarted_reversed006.fepout.bz2 | Bin .../restarted_reversed007.fepout.bz2 | Bin .../restarted_reversed007a.fepout.bz2 | Bin .../restarted_reversed008.fepout.bz2 | Bin .../restarted_reversed009.fepout.bz2 | Bin .../restarted_reversed010.fepout.bz2 | Bin .../namd/tyr2ala/descr.rst | 0 .../in-aqua/backward/backward-on.fepout.bz2 | Bin .../in-aqua/forward/forward-on.fepout.bz2 | Bin alchemtest/py.typed | 1 + .../tests/__init__.py | 0 .../tests/test_amber.py | 0 .../tests/test_generic.py | 0 .../tests/test_gmx.py | 0 .../tests/test_gomc.py | 0 .../tests/test_namd.py | 0 .../tests/test_utils.py | 0 devtools/README.md | 56 + devtools/conda-envs/test_env.yaml | 4 + devtools/scripts/create_conda_env.py | 95 + docs/.DS_Store | Bin 0 -> 8196 bytes docs/README.md | 24 + docs/_static/README.md | 16 + docs/_templates/README.md | 14 + docs/api.rst | 7 + docs/conf copy.py | 174 ++ docs/conf.py | 126 +- docs/getting_started.rst | 4 + docs/index.rst | 4 +- docs/make.bat | 72 +- docs/requirements.yaml | 13 + environment.yml | 4 - pyproject.toml | 101 + readthedocs.yml | 14 +- setup.cfg | 33 +- setup.py | 44 - src/alchemtest/_version.py | 520 ----- versioneer.py | 1822 ----------------- 523 files changed, 1187 insertions(+), 2618 deletions(-) create mode 100644 .DS_Store create mode 100644 .codecov.yml create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .idea/.gitignore create mode 100644 .idea/alchemtest.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .lgtm.yml create mode 100644 CODE_OF_CONDUCT.md create mode 100644 alchemtest/.DS_Store create mode 100644 alchemtest/.idea/.gitignore create mode 100644 alchemtest/.idea/alchemtest.iml create mode 100644 alchemtest/.idea/inspectionProfiles/Project_Default.xml create mode 100644 alchemtest/.idea/inspectionProfiles/profiles_settings.xml create mode 100644 alchemtest/.idea/misc.xml create mode 100644 alchemtest/.idea/modules.xml create mode 100644 alchemtest/.idea/vcs.xml rename {src/alchemtest => alchemtest}/__init__.py (91%) create mode 100644 alchemtest/alchemtest.py create mode 100644 alchemtest/amber/.DS_Store rename {src/alchemtest => alchemtest}/amber/__init__.py (100%) rename {src/alchemtest => alchemtest}/amber/access.py (100%) create mode 100644 alchemtest/amber/bace_CAT-13d~CAT-17a/.DS_Store create mode 100644 alchemtest/amber/bace_CAT-13d~CAT-17a/complex/.DS_Store create mode 100644 alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/.DS_Store create mode 100644 alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.00/.DS_Store rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.00/ti-0.00.out.bz2 (100%) create mode 100644 alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.25/.DS_Store rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.25/ti-0.25.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.50/ti-0.50.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.75/ti-0.75.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/decharge/1.00/ti-1.00.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.00/ti-0.00.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.25/ti-0.25.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.50/ti-0.50.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.75/ti-0.75.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/recharge/1.00/ti-1.00.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.0/ti-0.0.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.0479/ti-0.0479.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.1150/ti-0.1150.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.2063/ti-0.2063.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.3160/ti-0.3160.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.4373/ti-0.4373.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.5626/ti-0.5626.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.6839/ti-0.6839.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.7936/ti-0.7936.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.8849/ti-0.8849.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.9520/ti-0.9520.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/complex/vdw/1.0/ti-1.0.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/descr.rst (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.00/ti-0.00.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.25/ti-0.25.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.50/ti-0.50.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.75/ti-0.75.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/decharge/1.00/ti-1.00.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.00/ti-0.00.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.25/ti-0.25.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.50/ti-0.50.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.75/ti-0.75.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/recharge/1.00/ti-1.00.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.0/ti-0.0.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.0479/ti-0.0479.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.1150/ti-0.1150.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.2063/ti-0.2063.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.3160/ti-0.3160.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.4373/ti-0.4373.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.5626/ti-0.5626.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.6839/ti-0.6839.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.7936/ti-0.7936.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.8849/ti-0.8849.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.9520/ti-0.9520.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_CAT-13d~CAT-17a/solvated/vdw/1.0/ti-1.0.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_improper/descr.rst (100%) rename {src/alchemtest => alchemtest}/amber/bace_improper/solvated/vdw/0.0/ti-0.0.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_improper/solvated/vdw/0.0479/ti-0.0479.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_improper/solvated/vdw/0.1150/ti-0.1150.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_improper/solvated/vdw/0.2063/ti-0.2063.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_improper/solvated/vdw/0.3160/ti-0.3160.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_improper/solvated/vdw/0.4373/ti-0.4373.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_improper/solvated/vdw/0.5626/ti-0.5626.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_improper/solvated/vdw/0.6839/ti-0.6839.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_improper/solvated/vdw/0.7936/ti-0.7936.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_improper/solvated/vdw/0.8849/ti-0.8849.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_improper/solvated/vdw/0.9520/ti-0.9520.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/bace_improper/solvated/vdw/1.0/ti-1.0.out.bz2 (100%) create mode 100644 alchemtest/amber/simplesolvated/.DS_Store create mode 100644 alchemtest/amber/simplesolvated/charge/.DS_Store create mode 100644 alchemtest/amber/simplesolvated/charge/0.00/.DS_Store rename {src/alchemtest => alchemtest}/amber/simplesolvated/charge/0.00/ti-0.00.out.tar.bz2 (100%) create mode 100644 alchemtest/amber/simplesolvated/charge/0.25/.DS_Store rename {src/alchemtest => alchemtest}/amber/simplesolvated/charge/0.25/ti-0.25.out.tar.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/simplesolvated/charge/0.50/ti-0.50.out.tar.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/simplesolvated/charge/0.75/ti-0.75.out.tar.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/simplesolvated/charge/1.00/ti-1.00.out.tar.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/simplesolvated/descr.rst (100%) rename {src/alchemtest => alchemtest}/amber/simplesolvated/vdw/0.0/ti-0.0.out.tar.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/simplesolvated/vdw/0.04794/ti-0.04794.out.tar.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/simplesolvated/vdw/0.11505/ti-0.11505.out.tar.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/simplesolvated/vdw/0.20634/ti-0.20634.out.tar.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/simplesolvated/vdw/0.31608/ti-0.31608.out.tar.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/simplesolvated/vdw/0.43738/ti-0.43738.out.tar.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/simplesolvated/vdw/0.56262/ti-0.56262.out.tar.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/simplesolvated/vdw/0.68392/ti-0.68392.out.tar.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/simplesolvated/vdw/0.79366/ti-0.79366.out.tar.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/simplesolvated/vdw/0.88495/ti-0.88495.out.tar.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/simplesolvated/vdw/0.95206/ti-0.95206.out.tar.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/simplesolvated/vdw/1.0/ti-1.0.out.tar.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/testfiles/descr.rst (100%) rename {src/alchemtest => alchemtest}/amber/testfiles/descr_invalid.rst (100%) rename {src/alchemtest => alchemtest}/amber/testfiles/high_and_wrong_number_of_mbar_windows.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/testfiles/no_atomic_section.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/testfiles/no_control_data.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/testfiles/no_dHdl_data_points.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/testfiles/no_free_energy_info.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/testfiles/no_results_section.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/testfiles/no_spaces_around_equal.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/testfiles/no_starting_simulation_time.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/testfiles/no_temp0_set.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/testfiles/no_useful_data.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/testfiles/none_in_mbar.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/testfiles/not_finished_run.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/complex/0.00922/ti-0.00922.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/complex/0.04794/ti-0.04794.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/complex/0.11505/ti-0.11505.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/complex/0.20634/ti-0.20634.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/complex/0.31608/ti-0.31608.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/complex/0.43738/ti-0.43738.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/complex/0.56262/ti-0.56262.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/complex/0.68392/ti-0.68392.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/complex/0.79366/ti-0.79366.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/complex/0.88495/ti-0.88495.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/complex/0.95206/ti-0.95206.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/complex/0.99078/ti-0.99078.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/descr.rst (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/solvated/0.00922/ti-0.00922.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/solvated/0.04794/ti-0.04794.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/solvated/0.11505/ti-0.11505.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/solvated/0.20634/ti-0.20634.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/solvated/0.31608/ti-0.31608.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/solvated/0.43738/ti-0.43738.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/solvated/0.56262/ti-0.56262.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/solvated/0.68392/ti-0.68392.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/solvated/0.79366/ti-0.79366.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/solvated/0.88495/ti-0.88495.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/solvated/0.95206/ti-0.95206.out.bz2 (100%) rename {src/alchemtest => alchemtest}/amber/tyk2_ejm_47~ejm_31/solvated/0.99078/ti-0.99078.out.bz2 (100%) create mode 100644 alchemtest/data/README.md create mode 100644 alchemtest/data/look_and_say.dat rename {src/alchemtest => alchemtest}/generic/BFGS/N_k.npy (100%) rename {src/alchemtest => alchemtest}/generic/BFGS/descr.rst (100%) rename {src/alchemtest => alchemtest}/generic/BFGS/u_nk.npy (100%) rename {src/alchemtest => alchemtest}/generic/__init__.py (100%) rename {src/alchemtest => alchemtest}/generic/access.py (100%) create mode 100644 alchemtest/gmx/.DS_Store rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_00.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_01.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_02.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_03.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_04.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_05.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_06.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_07.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_08.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_09.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_10.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_11.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_12.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_13.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_14.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_15.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_16.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_17.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_18.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_19.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_20.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_21.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_22.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_23.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_24.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_25.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_26.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_27.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_28.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/complex/dhdl_29.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/descr.rst (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_00.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_01.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_02.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_03.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_04.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_05.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_06.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_07.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_08.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_09.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_10.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_11.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_12.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_13.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_14.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_15.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_16.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_17.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_18.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/ABFE/ligand/dhdl_19.xvg (100%) rename {src/alchemtest => alchemtest}/gmx/__init__.py (100%) rename {src/alchemtest => alchemtest}/gmx/access.py (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/Coulomb/0000/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/Coulomb/0250/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/Coulomb/0500/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/Coulomb/0750/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/Coulomb/1000/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/VDW/0000/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/VDW/0050/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/VDW/0100/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/VDW/0200/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/VDW/0300/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/VDW/0400/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/VDW/0500/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/VDW/0600/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/VDW/0650/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/VDW/0700/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/VDW/0750/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/VDW/0800/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/VDW/0850/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/VDW/0900/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/VDW/0950/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/VDW/1000/dhdl.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/benzene/descr.rst (100%) create mode 100644 alchemtest/gmx/ethanol/.DS_Store create mode 100644 alchemtest/gmx/ethanol/Coulomb/.DS_Store create mode 100644 alchemtest/gmx/ethanol/Coulomb/0.0469/.DS_Store rename {src/alchemtest => alchemtest}/gmx/ethanol/Coulomb/dhdl.0.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/Coulomb/dhdl.1.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/Coulomb/dhdl.10.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/Coulomb/dhdl.11.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/Coulomb/dhdl.12.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/Coulomb/dhdl.13.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/Coulomb/dhdl.2.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/Coulomb/dhdl.3.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/Coulomb/dhdl.4.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/Coulomb/dhdl.5.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/Coulomb/dhdl.6.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/Coulomb/dhdl.7.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/Coulomb/dhdl.8.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/Coulomb/dhdl.9.xvg.bz2 (100%) create mode 100644 alchemtest/gmx/ethanol/VDW/.DS_Store rename {src/alchemtest => alchemtest}/gmx/ethanol/VDW/dhdl.1.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/VDW/dhdl.10.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/VDW/dhdl.11.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/VDW/dhdl.12.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/VDW/dhdl.13.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/VDW/dhdl.2.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/VDW/dhdl.3.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/VDW/dhdl.4.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/VDW/dhdl.5.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/VDW/dhdl.6.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/VDW/dhdl.7.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/VDW/dhdl.8.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/VDW/dhdl.9.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/ethanol/descr.rst (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_1/CB7_Guest3_dhdl.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_1/descr.rst (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_2/CB7_Guest3_dhdl_1.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_2/CB7_Guest3_dhdl_2.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_2/descr.rst (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_00.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_01.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_02.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_03.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_04.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_05.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_06.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_07.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_08.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_09.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_10.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_11.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_12.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_13.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_14.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_15.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_16.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_17.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_18.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_19.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_20.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_21.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_22.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_23.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_24.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_25.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_26.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_27.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_28.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_29.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_30.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/CB7_Guest3_dhdl_31.xvg.gz (100%) rename {src/alchemtest => alchemtest}/gmx/expanded_ensemble/case_3/descr.rst (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/descr.rst (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_0.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_1.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_10.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_11.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_12.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_13.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_14.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_15.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_16.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_17.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_18.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_19.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_2.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_20.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_21.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_22.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_23.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_24.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_25.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_26.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_27.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_28.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_29.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_3.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_30.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_31.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_32.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_33.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_34.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_35.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_36.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_37.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_4.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_5.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_6.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_7.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_8.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_potential_energy/lambda_9.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_0.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_1.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_10.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_11.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_12.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_13.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_14.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_15.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_16.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_17.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_18.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_19.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_2.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_20.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_21.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_22.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_23.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_24.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_25.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_26.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_27.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_28.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_29.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_3.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_30.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_31.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_32.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_33.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_34.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_35.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_36.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_37.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_4.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_5.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_6.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_7.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_8.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/with_total_energy/lambda_9.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_0.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_1.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_10.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_11.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_12.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_13.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_14.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_15.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_16.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_17.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_18.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_19.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_2.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_20.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_21.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_22.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_23.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_24.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_25.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_26.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_27.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_28.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_29.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_3.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_30.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_31.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_32.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_33.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_34.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_35.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_36.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_37.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_4.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_5.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_6.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_7.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_8.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gmx/water_particle/without_energy/lambda_9.xvg.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/__init__.py (100%) rename {src/alchemtest => alchemtest}/gomc/access.py (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/descr.rst (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_00.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_01.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_02.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_03.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_04.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_05.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_06.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_07.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_08.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_09.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_10.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_11.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_12.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_13.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_14.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_15.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_16.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_17.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_18.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_19.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_20.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_21.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/gomc/benzene/inWater/Free_Energy_BOX_0_PRODUCTION_22.dat.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/__init__.py (100%) rename {src/alchemtest => alchemtest}/namd/access.py (100%) rename {src/alchemtest => alchemtest}/namd/idws/descr.rst (100%) rename {src/alchemtest => alchemtest}/namd/idws/idws1.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/idws/idws2.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted/descr.rst (100%) rename {src/alchemtest => alchemtest}/namd/restarted/restarted000.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted/restarted000a.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted/restarted000b.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted/restarted001.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted/restarted002.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted/restarted002a.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted/restarted003.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted/restarted003a.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted/restarted004.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted/restarted005.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted/restarted006.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted/restarted007.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted/restarted008.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted/restarted009.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted/restarted010.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/descr.rst (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed000.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed001.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed001a.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed001b.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed002.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed002a.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed002b.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed002c.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed003.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed004.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed005.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed005a.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed005b.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed006.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed007.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed007a.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed008.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed009.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/restarted_reversed/restarted_reversed010.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/tyr2ala/descr.rst (100%) rename {src/alchemtest => alchemtest}/namd/tyr2ala/in-aqua/backward/backward-on.fepout.bz2 (100%) rename {src/alchemtest => alchemtest}/namd/tyr2ala/in-aqua/forward/forward-on.fepout.bz2 (100%) create mode 100644 alchemtest/py.typed rename {src/alchemtest => alchemtest}/tests/__init__.py (100%) rename {src/alchemtest => alchemtest}/tests/test_amber.py (100%) rename {src/alchemtest => alchemtest}/tests/test_generic.py (100%) rename {src/alchemtest => alchemtest}/tests/test_gmx.py (100%) rename {src/alchemtest => alchemtest}/tests/test_gomc.py (100%) rename {src/alchemtest => alchemtest}/tests/test_namd.py (100%) rename {src/alchemtest => alchemtest}/tests/test_utils.py (100%) create mode 100644 devtools/README.md create mode 100644 devtools/scripts/create_conda_env.py create mode 100644 docs/.DS_Store create mode 100644 docs/README.md create mode 100644 docs/_static/README.md create mode 100644 docs/_templates/README.md create mode 100644 docs/api.rst create mode 100644 docs/conf copy.py create mode 100644 docs/getting_started.rst create mode 100644 docs/requirements.yaml delete mode 100644 environment.yml create mode 100644 pyproject.toml delete mode 100755 setup.py delete mode 100644 src/alchemtest/_version.py delete mode 100644 versioneer.py diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5d07131242d939d151593351e609d1f3758de25c GIT binary patch literal 8196 zcmeHM&2G~`5T0!Vb%;=l1X4L5S>hTsaa$#=xP-Jpid1^Qr5pg2I1a6aYe%uus6>%+ z2A+Xe;0iCoyKsVUe^R+lq8v!8B6g+SZ@oLSp8592nGF%KYS*=hR*A?!=D3nWF(L7O zp2yOHYPknw&?joqDa9xwlsah!Gy|Fe&46Y=GjJ0bz&D#GW6F15_UckIpc(it8Q|xG ziOjL0a41n69VkQy0L-9SB-9ZH2pv;lMd47QP{o)sdSFVGsStxnb@ZED99U5}lql7S zNp)iC%}hloOuQX>rVuAqk*G_}fM#Hv0Uo>Gp$7TXq?2U)?)0LziR5i{fJO zCtFy|+`7GF7)H)`YoCNYJ8s0?sM_ef=1&J<=sTl&!#VU?y`z=;J7Ewvyr9()3ZC17 z$eUMQ;D)_w*bUrB=-RTw$Y!%gD-Zkq_3~EUw93Un-t1fJrBdG9+T0urvc`kQg(okL zKKQ3W_*weH)R{ncQ~rIK=G>Xx3H&fPMnBihkV_#5i0XdWR8I4A+;HwL{C1Or=EwhoqDVbb11E75Fw_LV&|Br#T2*b(Es zZLra#_jG*i{!F%E + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..3a33d09 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..eb375e8 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..645d92c --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 0000000..7ca4b5d --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,12 @@ +# Configure LGTM for this package + +extraction: + python: # Configure Python + python_setup: # Configure the setup + version: 3 # Specify Version 3 +path_classifiers: + library: + - versioneer.py # Set Versioneer.py to an external "library" (3rd party code) + - devtools/* + generated: + - alchemtest/_version.py diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..4842944 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,77 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, +body size, disability, ethnicity, gender identity and expression, level of +experience, nationality, personal appearance, race, religion, or sexual +identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +Moreover, project maintainers will strive to offer feedback and advice to +ensure quality and consistency of contributions to the code. Contributions +from outside the group of project maintainers are strongly welcomed but the +final decision as to whether commits are merged into the codebase rests with +the team of project maintainers. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. Examples of +representing a project or community include using an official project e-mail +address, posting via an official social media account, or acting as an +appointed representative at an online or offline event. Representation of a +project may be further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at 'william@zhiyiwu.me'. The project team will +review and investigate all complaints, and will respond in a way that it deems +appropriate to the circumstances. The project team is obligated to maintain +confidentiality with regard to the reporter of an incident. Further details of +specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], +version 1.4, available at +[http://contributor-covenant.org/version/1/4][version] + +[homepage]: http://contributor-covenant.org +[version]: http://contributor-covenant.org/version/1/4/ diff --git a/LICENSE b/LICENSE index 7538305..c25a425 100644 --- a/LICENSE +++ b/LICENSE @@ -1,28 +1,21 @@ -Copyright (c) 2017, alchemtest developers -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: +Copyright 2024 David Dotson, Zhiyi Wu -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the +following conditions are met: -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -* Neither the name of alchemtest nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following +disclaimer in the documentation and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote +products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/README.rst b/README.rst index 9e5b974..7a31395 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ modification, separation, for any purpose and without a charge. :alt: Zenodo DOI :scale: 100% :target: https://zenodo.org/badge/latestdoi/83470847 - + .. |build| image:: https://github.com/alchemistry/alchemtest/actions/workflows/CI.yaml/badge.svg?branch=master :alt: Build Status :scale: 100% diff --git a/alchemtest/.DS_Store b/alchemtest/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..0dd9fcbb951a23412ccd02fe4e9d61649c9c1acc GIT binary patch literal 6148 zcmeHK%}T>S5T5Oirijpkf_hr;TCvsATD*j+FJMFuDm5`hgK1Wp)C!@HyZS)-AU=;X zyIZMNJ&M>JnE5udGaKgHu$ut@)*kpZfHDABsD!x^nlFUrNv9;IJw-$&*XVo0_|^-B zHx+9ff0F^)yCS&I0}r||xqmO-Z5YH!wff3(`9g7S-kP@-taImD44uSH265Z%pVHHj z5TQ37yWVlo9d^n~dm>8QAnNvILg05XxsJ0nW(rk0Fx`AG{br^+6eiz}>vI_n%vNZuVZbo(k%7E=EYtme z@O}UPG08j`1`GrLiUC&GclO&@lD=D~ile)hqh6qrP+X?)Jp~8yD#lp4idRsjpr6wK W(bkwLL=TGj5s)+(V;J~V2HpT7!i+Tl literal 0 HcmV?d00001 diff --git a/alchemtest/.idea/.gitignore b/alchemtest/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/alchemtest/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/alchemtest/.idea/alchemtest.iml b/alchemtest/.idea/alchemtest.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/alchemtest/.idea/alchemtest.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/alchemtest/.idea/inspectionProfiles/Project_Default.xml b/alchemtest/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..3a33d09 --- /dev/null +++ b/alchemtest/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/alchemtest/.idea/inspectionProfiles/profiles_settings.xml b/alchemtest/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/alchemtest/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/alchemtest/.idea/misc.xml b/alchemtest/.idea/misc.xml new file mode 100644 index 0000000..441e98b --- /dev/null +++ b/alchemtest/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/alchemtest/.idea/modules.xml b/alchemtest/.idea/modules.xml new file mode 100644 index 0000000..645d92c --- /dev/null +++ b/alchemtest/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/alchemtest/.idea/vcs.xml b/alchemtest/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/alchemtest/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/alchemtest/__init__.py b/alchemtest/__init__.py similarity index 91% rename from src/alchemtest/__init__.py rename to alchemtest/__init__.py index 9661e40..f5ea248 100644 --- a/src/alchemtest/__init__.py +++ b/alchemtest/__init__.py @@ -1,7 +1,10 @@ +"""The simple alchemistry test set.""" -from ._version import get_versions -__version__ = get_versions()['version'] -del get_versions +# Add imports here +from .alchemtest import * + + +from ._version import __version__ class Bunch(dict): """Container object for datasets diff --git a/alchemtest/alchemtest.py b/alchemtest/alchemtest.py new file mode 100644 index 0000000..b062e21 --- /dev/null +++ b/alchemtest/alchemtest.py @@ -0,0 +1,29 @@ +"""Provide the primary functions.""" + + +def canvas(with_attribution=True): + """ + Placeholder function to show example docstring (NumPy format). + + Replace this function and doc string for your own project. + + Parameters + ---------- + with_attribution : bool, Optional, default: True + Set whether or not to display who the quote is from. + + Returns + ------- + quote : str + Compiled string including quote and optional attribution. + """ + + quote = "The code is but a canvas to our imagination." + if with_attribution: + quote += "\n\t- Adapted from Henry David Thoreau" + return quote + + +if __name__ == "__main__": + # Do something if this file is invoked on its own + print(canvas()) diff --git a/alchemtest/amber/.DS_Store b/alchemtest/amber/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..4fbe48a836454548d1cd5b5f452fe9ae09664618 GIT binary patch literal 6148 zcmeH~(N4lJ6oyX)WoR^9U}C&#;w?l_gBWin>I*oc7iw^GL>K2u*nkUy*#qbc`5-=z z=d>jOQR9t9O;2+Aw`)(geo5OM0AP)tUj--tfQ3$)UBu!Yqki%ko6}FSs7%h$f7L9?cE}H;KDVuVRHX&gAWfA`*{~!ZxDC9P~+E*PAZibHkZlH zFXXJ8wPam7w_@NVZqkbzZugv8O(8;WTz9?Gpgm|6iiaXf+#qUqWkBG!amdA45cy)z z5WUEcWvrt*th|+P71oEta<#TqFY&#~sKkfWty-pMH6QQlhJ*xWy9-G%p&cvQq0 zo=DP`wT|TpD_>r5-|0r7h;A^3=39Xn0=S0`gh(p}f!arQ3AX%yL+8^~z9BNEYV_|B z&^yFh`g@;lzSs~j1iqO7oevzH)Yh6Rl}85_G6g`T-w0_~r(A+!xK>+hsuX+Bm7{#m`*;Jelyb<3X^Zg`MDep%vNejL%S5T0$TO({YT3gT(OYsI#dQt=XMeE}nSP^pP68cegLKUOG(Jb=EC590GU zv%3MSId~GWGqC&3&d+YFD_iy>1W?^?Djrtpf&m%5(3aU7}m9zAJR z8qLTIFayj0Gq6q!*i*nMuT#-nD>J|h{D=YCA0#$H*J5H&Zyngt^_lzyLK4*JEkP(P zx)u|I=s^)C715*$`@|3?9qrP_xfT1KLM+ ewbS?|=@{o)ObpU2WY_74d=b!uaK{Y%0s|i&Kusb5 literal 0 HcmV?d00001 diff --git a/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/.DS_Store b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..85763293731773f528900d44257617ba0eaf537f GIT binary patch literal 6148 zcmeHK%}T>S5T0$T-BN@e6vWel*NSbCqIe0lzJL)usMN%S8jM-#k3Ez^9zb8n2l08F z+1-kz3Z6uC24=t6`N^_h!cGlP*cYc?gAhMgRloLmWBzEyOR(>3^#BKAKqV>>JVcu;X|4XM~%j-C=^R8t7Tc1Re9y#>WM!JM&n^8 z7+lcoRO>XH+d+7i#FJia{YYn{Aj#r^DM+FiQ!dYwEYg#X9%s?e)cQ6cE3(q7ZB3^; z&30?Qt_~Wrx|%jy?RH)5@9oWI6}hp!dw9~jOYbxNWa$+6cP=J|}w05iZ0{2vC~2`H=oXUn`(W`G&^CIfUnC{#kvVQ$eJ9XQbMBgIREBxuuJ zf>1g19Of1=f+B1wqAeBfiXm({`jyM`9Of2nIS8{dKF6&r+zmyT)zPm^Itb4qkIVow zu*g8sPHWWvkH5bEFBb8P8DIwf6a%8v^}8M1lIyKYo1)o1GoT7_SXl4r2wzm<5WM%E9oB;6Cb{q>Lp4$nhEeu-EZJ z>BIVM&YKLskpcX68D_IRP<#6O`JFK6^=g*&p<3&F&Sh z&ZP|f@x19@1nps?uzn(=elv*LT@?_t+Te118AL5PtjR&t>Zw>yZ&*1i*C=eo@quF( zh2vC4MG-rtN~I{O4)Cm}FVr5Jp%6mNnm0lUBnpldME2o?~!2q+q8AO@Do Fz$eLPgFpZP literal 0 HcmV?d00001 diff --git a/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.00/.DS_Store b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.00/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..8e3409d0dfcac0d384699e31c2f2fe7150e50a3f GIT binary patch literal 6148 zcmeHKF-`+P475p#NGV83xgQ{cAFQIJpymT8&>%&+Ch4!ryZ9N**cK={Xpm^oII?Hg z=ef;IaXy=wZ%!}wW-BvWz=?Kdm>RFsCw5gC2f}fWwcX*jw!u!5>hBZeF70Tqb{otu z{_){3Jns*~9u@q1*Yx)?tYuO_3P=GdAO)nrZxmqfg)Nqeic&xdNP$lU_BLHxYbQsn#O8^@az+N~eA_McJ0+Z@BVtCS#Z&lX|$Hb(Y$H}-)o$NKCc$|)W zi*oaxs3--bz@-AS+^*RFckmzP|4Wi~Qa}p)D+PSMecW#FNYz^>5652H;7@SYyuoQ$ o2L&P8F)-ROHf+Z?QIvI!Yh3SzV`9*e4?0jE1Jp$(1^!xr5B#(n(*OVf literal 0 HcmV?d00001 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.00/ti-0.00.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.00/ti-0.00.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.00/ti-0.00.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.00/ti-0.00.out.bz2 diff --git a/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.25/.DS_Store b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.25/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..0a0bb44e19904178b46597c776f11eeb561c369e GIT binary patch literal 6148 zcmeHKu};HK478y`r4Dptd_Mq!O6*Tn8JPJ2R9KKIWoh?Jd>4NPceaHT1r{V0be8OU z&++9YH^i}-`S$d3YqmDCC7ft)40Gdk`pnKM<3Kp>acvvBLmcchtNuPg?#hn#YFBnM z;U6Ck!}I`}qTyP$uRVJ(vaQa}nw0VyB_exm?;FKoF=RFnczKni>*!0$tY6MNy9 z7@rP=7y*C_q{Fa|SpwLY0QSN$5gC{#6_`}75yO*?e5<-%I3_0DJWj@a>SV78#p873 zTa=skL`5ke1*Qs|=XTBhe-Hm*{-2VxlLAuUUn$^=-Q#YHSE}ARdpY*n27iLH<{eJM pIw%Oyj)BpRv0*#DjH0Y-T;qB#920|%e9(dV8K5pQDe%_{d;&&18{q%| literal 0 HcmV?d00001 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.25/ti-0.25.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.25/ti-0.25.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.25/ti-0.25.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.25/ti-0.25.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.50/ti-0.50.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.50/ti-0.50.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.50/ti-0.50.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.50/ti-0.50.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.75/ti-0.75.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.75/ti-0.75.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.75/ti-0.75.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.75/ti-0.75.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/1.00/ti-1.00.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/1.00/ti-1.00.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/1.00/ti-1.00.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/1.00/ti-1.00.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.00/ti-0.00.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.00/ti-0.00.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.00/ti-0.00.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.00/ti-0.00.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.25/ti-0.25.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.25/ti-0.25.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.25/ti-0.25.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.25/ti-0.25.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.50/ti-0.50.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.50/ti-0.50.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.50/ti-0.50.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.50/ti-0.50.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.75/ti-0.75.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.75/ti-0.75.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.75/ti-0.75.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/0.75/ti-0.75.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/1.00/ti-1.00.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/1.00/ti-1.00.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/1.00/ti-1.00.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/recharge/1.00/ti-1.00.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.0/ti-0.0.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.0/ti-0.0.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.0/ti-0.0.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.0/ti-0.0.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.0479/ti-0.0479.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.0479/ti-0.0479.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.0479/ti-0.0479.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.0479/ti-0.0479.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.1150/ti-0.1150.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.1150/ti-0.1150.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.1150/ti-0.1150.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.1150/ti-0.1150.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.2063/ti-0.2063.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.2063/ti-0.2063.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.2063/ti-0.2063.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.2063/ti-0.2063.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.3160/ti-0.3160.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.3160/ti-0.3160.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.3160/ti-0.3160.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.3160/ti-0.3160.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.4373/ti-0.4373.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.4373/ti-0.4373.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.4373/ti-0.4373.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.4373/ti-0.4373.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.5626/ti-0.5626.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.5626/ti-0.5626.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.5626/ti-0.5626.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.5626/ti-0.5626.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.6839/ti-0.6839.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.6839/ti-0.6839.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.6839/ti-0.6839.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.6839/ti-0.6839.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.7936/ti-0.7936.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.7936/ti-0.7936.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.7936/ti-0.7936.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.7936/ti-0.7936.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.8849/ti-0.8849.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.8849/ti-0.8849.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.8849/ti-0.8849.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.8849/ti-0.8849.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.9520/ti-0.9520.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.9520/ti-0.9520.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.9520/ti-0.9520.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/0.9520/ti-0.9520.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/1.0/ti-1.0.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/1.0/ti-1.0.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/1.0/ti-1.0.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/complex/vdw/1.0/ti-1.0.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/descr.rst b/alchemtest/amber/bace_CAT-13d~CAT-17a/descr.rst similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/descr.rst rename to alchemtest/amber/bace_CAT-13d~CAT-17a/descr.rst diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.00/ti-0.00.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.00/ti-0.00.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.00/ti-0.00.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.00/ti-0.00.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.25/ti-0.25.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.25/ti-0.25.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.25/ti-0.25.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.25/ti-0.25.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.50/ti-0.50.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.50/ti-0.50.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.50/ti-0.50.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.50/ti-0.50.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.75/ti-0.75.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.75/ti-0.75.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.75/ti-0.75.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/0.75/ti-0.75.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/1.00/ti-1.00.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/1.00/ti-1.00.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/1.00/ti-1.00.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/decharge/1.00/ti-1.00.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.00/ti-0.00.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.00/ti-0.00.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.00/ti-0.00.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.00/ti-0.00.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.25/ti-0.25.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.25/ti-0.25.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.25/ti-0.25.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.25/ti-0.25.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.50/ti-0.50.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.50/ti-0.50.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.50/ti-0.50.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.50/ti-0.50.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.75/ti-0.75.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.75/ti-0.75.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.75/ti-0.75.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/0.75/ti-0.75.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/1.00/ti-1.00.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/1.00/ti-1.00.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/1.00/ti-1.00.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/recharge/1.00/ti-1.00.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.0/ti-0.0.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.0/ti-0.0.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.0/ti-0.0.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.0/ti-0.0.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.0479/ti-0.0479.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.0479/ti-0.0479.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.0479/ti-0.0479.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.0479/ti-0.0479.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.1150/ti-0.1150.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.1150/ti-0.1150.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.1150/ti-0.1150.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.1150/ti-0.1150.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.2063/ti-0.2063.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.2063/ti-0.2063.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.2063/ti-0.2063.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.2063/ti-0.2063.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.3160/ti-0.3160.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.3160/ti-0.3160.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.3160/ti-0.3160.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.3160/ti-0.3160.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.4373/ti-0.4373.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.4373/ti-0.4373.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.4373/ti-0.4373.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.4373/ti-0.4373.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.5626/ti-0.5626.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.5626/ti-0.5626.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.5626/ti-0.5626.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.5626/ti-0.5626.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.6839/ti-0.6839.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.6839/ti-0.6839.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.6839/ti-0.6839.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.6839/ti-0.6839.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.7936/ti-0.7936.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.7936/ti-0.7936.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.7936/ti-0.7936.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.7936/ti-0.7936.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.8849/ti-0.8849.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.8849/ti-0.8849.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.8849/ti-0.8849.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.8849/ti-0.8849.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.9520/ti-0.9520.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.9520/ti-0.9520.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.9520/ti-0.9520.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/0.9520/ti-0.9520.out.bz2 diff --git a/src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/1.0/ti-1.0.out.bz2 b/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/1.0/ti-1.0.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/1.0/ti-1.0.out.bz2 rename to alchemtest/amber/bace_CAT-13d~CAT-17a/solvated/vdw/1.0/ti-1.0.out.bz2 diff --git a/src/alchemtest/amber/bace_improper/descr.rst b/alchemtest/amber/bace_improper/descr.rst similarity index 100% rename from src/alchemtest/amber/bace_improper/descr.rst rename to alchemtest/amber/bace_improper/descr.rst diff --git a/src/alchemtest/amber/bace_improper/solvated/vdw/0.0/ti-0.0.out.bz2 b/alchemtest/amber/bace_improper/solvated/vdw/0.0/ti-0.0.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_improper/solvated/vdw/0.0/ti-0.0.out.bz2 rename to alchemtest/amber/bace_improper/solvated/vdw/0.0/ti-0.0.out.bz2 diff --git a/src/alchemtest/amber/bace_improper/solvated/vdw/0.0479/ti-0.0479.out.bz2 b/alchemtest/amber/bace_improper/solvated/vdw/0.0479/ti-0.0479.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_improper/solvated/vdw/0.0479/ti-0.0479.out.bz2 rename to alchemtest/amber/bace_improper/solvated/vdw/0.0479/ti-0.0479.out.bz2 diff --git a/src/alchemtest/amber/bace_improper/solvated/vdw/0.1150/ti-0.1150.out.bz2 b/alchemtest/amber/bace_improper/solvated/vdw/0.1150/ti-0.1150.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_improper/solvated/vdw/0.1150/ti-0.1150.out.bz2 rename to alchemtest/amber/bace_improper/solvated/vdw/0.1150/ti-0.1150.out.bz2 diff --git a/src/alchemtest/amber/bace_improper/solvated/vdw/0.2063/ti-0.2063.out.bz2 b/alchemtest/amber/bace_improper/solvated/vdw/0.2063/ti-0.2063.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_improper/solvated/vdw/0.2063/ti-0.2063.out.bz2 rename to alchemtest/amber/bace_improper/solvated/vdw/0.2063/ti-0.2063.out.bz2 diff --git a/src/alchemtest/amber/bace_improper/solvated/vdw/0.3160/ti-0.3160.out.bz2 b/alchemtest/amber/bace_improper/solvated/vdw/0.3160/ti-0.3160.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_improper/solvated/vdw/0.3160/ti-0.3160.out.bz2 rename to alchemtest/amber/bace_improper/solvated/vdw/0.3160/ti-0.3160.out.bz2 diff --git a/src/alchemtest/amber/bace_improper/solvated/vdw/0.4373/ti-0.4373.out.bz2 b/alchemtest/amber/bace_improper/solvated/vdw/0.4373/ti-0.4373.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_improper/solvated/vdw/0.4373/ti-0.4373.out.bz2 rename to alchemtest/amber/bace_improper/solvated/vdw/0.4373/ti-0.4373.out.bz2 diff --git a/src/alchemtest/amber/bace_improper/solvated/vdw/0.5626/ti-0.5626.out.bz2 b/alchemtest/amber/bace_improper/solvated/vdw/0.5626/ti-0.5626.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_improper/solvated/vdw/0.5626/ti-0.5626.out.bz2 rename to alchemtest/amber/bace_improper/solvated/vdw/0.5626/ti-0.5626.out.bz2 diff --git a/src/alchemtest/amber/bace_improper/solvated/vdw/0.6839/ti-0.6839.out.bz2 b/alchemtest/amber/bace_improper/solvated/vdw/0.6839/ti-0.6839.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_improper/solvated/vdw/0.6839/ti-0.6839.out.bz2 rename to alchemtest/amber/bace_improper/solvated/vdw/0.6839/ti-0.6839.out.bz2 diff --git a/src/alchemtest/amber/bace_improper/solvated/vdw/0.7936/ti-0.7936.out.bz2 b/alchemtest/amber/bace_improper/solvated/vdw/0.7936/ti-0.7936.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_improper/solvated/vdw/0.7936/ti-0.7936.out.bz2 rename to alchemtest/amber/bace_improper/solvated/vdw/0.7936/ti-0.7936.out.bz2 diff --git a/src/alchemtest/amber/bace_improper/solvated/vdw/0.8849/ti-0.8849.out.bz2 b/alchemtest/amber/bace_improper/solvated/vdw/0.8849/ti-0.8849.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_improper/solvated/vdw/0.8849/ti-0.8849.out.bz2 rename to alchemtest/amber/bace_improper/solvated/vdw/0.8849/ti-0.8849.out.bz2 diff --git a/src/alchemtest/amber/bace_improper/solvated/vdw/0.9520/ti-0.9520.out.bz2 b/alchemtest/amber/bace_improper/solvated/vdw/0.9520/ti-0.9520.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_improper/solvated/vdw/0.9520/ti-0.9520.out.bz2 rename to alchemtest/amber/bace_improper/solvated/vdw/0.9520/ti-0.9520.out.bz2 diff --git a/src/alchemtest/amber/bace_improper/solvated/vdw/1.0/ti-1.0.out.bz2 b/alchemtest/amber/bace_improper/solvated/vdw/1.0/ti-1.0.out.bz2 similarity index 100% rename from src/alchemtest/amber/bace_improper/solvated/vdw/1.0/ti-1.0.out.bz2 rename to alchemtest/amber/bace_improper/solvated/vdw/1.0/ti-1.0.out.bz2 diff --git a/alchemtest/amber/simplesolvated/.DS_Store b/alchemtest/amber/simplesolvated/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..b530eb13213d857f9cb81cc2b871df27f98e09eb GIT binary patch literal 6148 zcmeHK!AiqG5Z!HSn^J@v6!f;>wP2&A2wp<1KVU=;Dm7_B8;seKwB}F>x$6)4BYuxF zyIY}DFCIk749vXg?98V7Qg%9wG2Wkt4r4ZB%mPKMG{Jl$xQ@CZ6%(lfa<#{pMM05I zgG2@!*%bJX4B)$~vk{vxpJiCBJQC{qP-7(vSYZJdU(=*xK;=Bn1y3s%!=4(-Fm;?(K1 zh2!*=ZLx4pdcC$d>vosRrnP@`e10{2N}f~ss+r{Qqf@eLa0PGRtQ{)MM@ax*5)0NA zUc4+#WIBfUYO~cQgv0IvFuQ4E&M-ydMN8qHD0!sICq$Y6JkR zL0Ad+I7?uSFz6aAHNpxA*QJ2El$#NQ>vD(-ljj;NHR^K4&G5m^lew8txOzJ5FH}0? zu12!N05P!60M33OHunF^pXYy-M1~k32DXy{UK@CWKAg?;){RqQuN9z=peUGEYWykz jN3~+e#a4U(ss!Q!9YEJ$sSzR|^hZF^K!zCjQwBZ(cPdfg literal 0 HcmV?d00001 diff --git a/alchemtest/amber/simplesolvated/charge/.DS_Store b/alchemtest/amber/simplesolvated/charge/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..b8de46e319583df25c06abea59bc38eef82c4257 GIT binary patch literal 10244 zcmeHMU2GIp6u#fI(3zpgw6q1>lr9tumIB)!3i2b{A3(53q5tJ)+1(lG$aJRc%hE-WU8EMrPSP@@Nr&e6e*CXL_zi}m3K!|mXjj>{0!|- z5Jn)3Kp25A0$~Kg2;2z~pzmy6Hx&4*)BI6i zogpr0*oF}ZBQP@p{O(@NVr(_l*wp)bYSc1aFBZEDsi=6?>=L;|o+BUV9(MBGUee3D zZOP0&&h_vFw_?@2hr`-T~N|Nd>?`vqfT>l^E%Yn%RV z=bsQeebb$P(%Iifs)9RL3Q$(mIg!48b#TB;J9f8u!boWIT*C4WV!JX% zjxgMxcC74(?IyIcbka&^t)yqPS{7G!2R!4L$9qGrlkwVp#e}A1U1P67dS=e(AZ;=& z=QHgd^-RZh`;3fBv^E|SZYbwUE322@vof}J!T=7?-rF1q&D59f?fWF3d8JO_@itrgvPc zm1VI;O=O9py({n6=|k>vbUvf*k3?!B%Vl{Vm$zpOYK2%`5vfzOq}=0@%VLUE>Ka9J zm7XJ%(ZaM*ZI(4%>9vw6!xEx(>V2~Ipwgcco(th7^?tbw^~yln85tpeTp@0aw9DEj z@=>0Jyu~gHlQ6H z*oN)sL@)X{_-254Y0M8)ZxN zw(aVUe>GdaDdqW5RzAO?a&hg7RgEnh*)UI%m^vi>el$C^kawYrxu zZ5+E}*23VDGJ~uGS<|)6ltzkg+f+v^ z0%qNMRn>|qp~Tpx&BQXEY z5hZXg!*T*=42@_)Gd5!jTG2*O?ZiXq!XE6!J{&*-hma(oS{Q+iJdP7sA0@b+#N#-H z(|8JJ@FHHq%Xr0y?OS+TKyDIs3Q8j6fKHFalu&!U%*Bxb+AW zi7BG|{eSDt|Np=Bg~A!a2!s*1V?1oh2H$2TW>oBj+4@BiWb|9^h}{|kX=@`L~Y literal 0 HcmV?d00001 diff --git a/alchemtest/amber/simplesolvated/charge/0.00/.DS_Store b/alchemtest/amber/simplesolvated/charge/0.00/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..16a2b178a6e4fbbd9b360361696a67338f40be7d GIT binary patch literal 6148 zcmeHKO-sW-5Z$fSrWCOU1-%8l7EM%&;3d?0@M=U4Dz&jigE1@pFo#meUH_1O#J{6& zcDJHdPl8C92eWT8JF{WmhTV)1LNMBZ9 zglC$N@&6T|y(;CU~yFjt&kC^;pk;#`C` zDhmhg!LZ+G_s;0)Sg9nM^xM%%+|63m<$aY7+Hu4dn`MacPSoOV>!P{Xv-*SVn? zaLP`(Rb3m6wtcVW`hI;}b4UJGyYU09u8o((3a|pdQ-IC~7e*Xd&JF9M1C1^L zz(u$<(AU5IV3!==z;bRF9zdE@ut}A+#E`afkR~1DfsM}%n{*-dn=y}lv$Pe8w1tOs zb-0j$VQyIgR^YP&RQmx{y8jP;uK#rqH>?0FFq;aREH?~_*3gQM8nvurO9?v-Tb7Xsj5OTPReIeRH2oFkFYM}UqP(SIBl$@mslr+Zc zR8ON+M`+W4ET_)^?OjE5#WT?p=RfUV3w^C`PJZ-@*7@A+^L;c=lYH6jewC$irCO_d zb+74t2tVs}xST9k`Eas$N3AQZ(`Z+pL~oMWdfa~aQfJFalFb$-Ac<#idH*)aV!a;f zRTk$aHnbgH!)uJ&Pd1w~zuQs1KiGEE#_tUV9rdE$-)a=F2~pDO{TwC?j?Rq zBM%(z;0~4j!sC3JMwlQu?~S+NB1?7l2{y9Vb}R`cdVgRF?kvmzGr$a-Faz#r^qMC; zN1hrpzzqBw2IzcHP{P1rVbL5NC`<|ftiWspb@TKGDlz~AhlNF0Aku~cZK!l9hIE;O zwBhIvoPS}_h6`!FjB(tTrOQyHOFX19?m`9@xnu^IfkOt$w%Mlp|JCpF|HB||F$2uN zf5m{TjKa|nOLBMX(cS5T0$TO({YT3VK`cTCmm9DqcdZFJMFuDm9_S24l9gsX3HF?)pN$h|lB9 z?gp&(;7P>J!0tCYKf9R^vOfSIy0bwOpauXAHbOzl3L*1KSHT7o3Oz>*3ZfvLj)Q2$ zM1Rpl-(H3xBrpOWK7GFm(DN3Iqi~uu8tIer@|q#fcxr!--A^2SW_Gy$<7nO1o+n52iZTGY+TXRQk2O`TVGJQkTt6 zV^Np$=3%>Cm&dKvVo`B+_76@k`j635tX>S40%_N>Wif|WRKAq;>`mfG#SiGov+`(0 zW`G%B2AF}hV!$2)PIaxS=3=0j;_z-FAs1QO$c|)z%MZH0kVNi*Z=?k literal 0 HcmV?d00001 diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_00.xvg b/alchemtest/gmx/ABFE/complex/dhdl_00.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_00.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_00.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_01.xvg b/alchemtest/gmx/ABFE/complex/dhdl_01.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_01.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_01.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_02.xvg b/alchemtest/gmx/ABFE/complex/dhdl_02.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_02.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_02.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_03.xvg b/alchemtest/gmx/ABFE/complex/dhdl_03.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_03.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_03.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_04.xvg b/alchemtest/gmx/ABFE/complex/dhdl_04.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_04.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_04.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_05.xvg b/alchemtest/gmx/ABFE/complex/dhdl_05.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_05.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_05.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_06.xvg b/alchemtest/gmx/ABFE/complex/dhdl_06.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_06.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_06.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_07.xvg b/alchemtest/gmx/ABFE/complex/dhdl_07.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_07.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_07.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_08.xvg b/alchemtest/gmx/ABFE/complex/dhdl_08.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_08.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_08.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_09.xvg b/alchemtest/gmx/ABFE/complex/dhdl_09.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_09.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_09.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_10.xvg b/alchemtest/gmx/ABFE/complex/dhdl_10.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_10.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_10.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_11.xvg b/alchemtest/gmx/ABFE/complex/dhdl_11.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_11.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_11.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_12.xvg b/alchemtest/gmx/ABFE/complex/dhdl_12.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_12.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_12.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_13.xvg b/alchemtest/gmx/ABFE/complex/dhdl_13.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_13.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_13.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_14.xvg b/alchemtest/gmx/ABFE/complex/dhdl_14.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_14.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_14.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_15.xvg b/alchemtest/gmx/ABFE/complex/dhdl_15.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_15.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_15.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_16.xvg b/alchemtest/gmx/ABFE/complex/dhdl_16.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_16.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_16.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_17.xvg b/alchemtest/gmx/ABFE/complex/dhdl_17.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_17.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_17.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_18.xvg b/alchemtest/gmx/ABFE/complex/dhdl_18.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_18.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_18.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_19.xvg b/alchemtest/gmx/ABFE/complex/dhdl_19.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_19.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_19.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_20.xvg b/alchemtest/gmx/ABFE/complex/dhdl_20.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_20.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_20.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_21.xvg b/alchemtest/gmx/ABFE/complex/dhdl_21.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_21.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_21.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_22.xvg b/alchemtest/gmx/ABFE/complex/dhdl_22.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_22.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_22.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_23.xvg b/alchemtest/gmx/ABFE/complex/dhdl_23.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_23.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_23.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_24.xvg b/alchemtest/gmx/ABFE/complex/dhdl_24.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_24.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_24.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_25.xvg b/alchemtest/gmx/ABFE/complex/dhdl_25.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_25.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_25.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_26.xvg b/alchemtest/gmx/ABFE/complex/dhdl_26.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_26.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_26.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_27.xvg b/alchemtest/gmx/ABFE/complex/dhdl_27.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_27.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_27.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_28.xvg b/alchemtest/gmx/ABFE/complex/dhdl_28.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_28.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_28.xvg diff --git a/src/alchemtest/gmx/ABFE/complex/dhdl_29.xvg b/alchemtest/gmx/ABFE/complex/dhdl_29.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/complex/dhdl_29.xvg rename to alchemtest/gmx/ABFE/complex/dhdl_29.xvg diff --git a/src/alchemtest/gmx/ABFE/descr.rst b/alchemtest/gmx/ABFE/descr.rst similarity index 100% rename from src/alchemtest/gmx/ABFE/descr.rst rename to alchemtest/gmx/ABFE/descr.rst diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_00.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_00.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_00.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_00.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_01.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_01.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_01.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_01.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_02.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_02.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_02.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_02.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_03.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_03.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_03.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_03.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_04.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_04.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_04.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_04.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_05.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_05.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_05.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_05.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_06.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_06.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_06.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_06.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_07.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_07.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_07.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_07.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_08.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_08.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_08.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_08.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_09.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_09.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_09.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_09.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_10.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_10.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_10.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_10.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_11.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_11.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_11.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_11.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_12.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_12.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_12.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_12.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_13.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_13.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_13.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_13.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_14.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_14.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_14.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_14.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_15.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_15.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_15.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_15.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_16.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_16.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_16.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_16.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_17.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_17.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_17.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_17.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_18.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_18.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_18.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_18.xvg diff --git a/src/alchemtest/gmx/ABFE/ligand/dhdl_19.xvg b/alchemtest/gmx/ABFE/ligand/dhdl_19.xvg similarity index 100% rename from src/alchemtest/gmx/ABFE/ligand/dhdl_19.xvg rename to alchemtest/gmx/ABFE/ligand/dhdl_19.xvg diff --git a/src/alchemtest/gmx/__init__.py b/alchemtest/gmx/__init__.py similarity index 100% rename from src/alchemtest/gmx/__init__.py rename to alchemtest/gmx/__init__.py diff --git a/src/alchemtest/gmx/access.py b/alchemtest/gmx/access.py similarity index 100% rename from src/alchemtest/gmx/access.py rename to alchemtest/gmx/access.py diff --git a/src/alchemtest/gmx/benzene/Coulomb/0000/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/Coulomb/0000/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/Coulomb/0000/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/Coulomb/0000/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/Coulomb/0250/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/Coulomb/0250/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/Coulomb/0250/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/Coulomb/0250/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/Coulomb/0500/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/Coulomb/0500/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/Coulomb/0500/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/Coulomb/0500/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/Coulomb/0750/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/Coulomb/0750/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/Coulomb/0750/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/Coulomb/0750/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/Coulomb/1000/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/Coulomb/1000/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/Coulomb/1000/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/Coulomb/1000/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/VDW/0000/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/VDW/0000/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/VDW/0000/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/VDW/0000/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/VDW/0050/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/VDW/0050/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/VDW/0050/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/VDW/0050/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/VDW/0100/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/VDW/0100/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/VDW/0100/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/VDW/0100/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/VDW/0200/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/VDW/0200/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/VDW/0200/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/VDW/0200/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/VDW/0300/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/VDW/0300/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/VDW/0300/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/VDW/0300/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/VDW/0400/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/VDW/0400/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/VDW/0400/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/VDW/0400/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/VDW/0500/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/VDW/0500/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/VDW/0500/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/VDW/0500/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/VDW/0600/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/VDW/0600/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/VDW/0600/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/VDW/0600/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/VDW/0650/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/VDW/0650/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/VDW/0650/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/VDW/0650/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/VDW/0700/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/VDW/0700/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/VDW/0700/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/VDW/0700/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/VDW/0750/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/VDW/0750/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/VDW/0750/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/VDW/0750/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/VDW/0800/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/VDW/0800/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/VDW/0800/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/VDW/0800/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/VDW/0850/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/VDW/0850/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/VDW/0850/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/VDW/0850/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/VDW/0900/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/VDW/0900/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/VDW/0900/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/VDW/0900/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/VDW/0950/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/VDW/0950/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/VDW/0950/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/VDW/0950/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/VDW/1000/dhdl.xvg.bz2 b/alchemtest/gmx/benzene/VDW/1000/dhdl.xvg.bz2 similarity index 100% rename from src/alchemtest/gmx/benzene/VDW/1000/dhdl.xvg.bz2 rename to alchemtest/gmx/benzene/VDW/1000/dhdl.xvg.bz2 diff --git a/src/alchemtest/gmx/benzene/descr.rst b/alchemtest/gmx/benzene/descr.rst similarity index 100% rename from src/alchemtest/gmx/benzene/descr.rst rename to alchemtest/gmx/benzene/descr.rst diff --git a/alchemtest/gmx/ethanol/.DS_Store b/alchemtest/gmx/ethanol/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..202a5bed621b40dae42d861a7b68647f1eee0073 GIT binary patch literal 6148 zcmeHK!A`ks)OevdP| zqfyYrlTq18X5Q}1PTP6O?sfn`G)6%cpacL8Dq(IJ%_l-}(mBbnCyyxfGZgf|_s2=! zkLFfehh@Mr@Y@)my<31IP%wfB?c4rUK1QDWeiSCdO66H(vbm*v!6`T^&ZT#&#@?_q z93_p;;GAZsN=5$bxZ|IN-Eq6LcBJBACycuToe&0HTyoJ0<3NoYY7_^F&h<>dDLTb= zX>&5!tsj(SwO*N)<)pe(tCi*c-rjUtbk?`F4^P^6Q7={xhDU+Nj+Rx%S9rw1Oj$v4 z9r^f~lrj^#_XcsK;v0-mGz(|YgqAtS{yq;}&ine=HB&d1Ze@WO;LYQ#EKtq1RLg*6 z;Cl?v`5;jVUB=X)K046o7637aZY?;bUV?HYqsy2Y#0ZKosfZ?3aEl>KI{GEAa~V^E zCLIJfAA;X3xI+>8?f87DmxFK(T5B1w418oDYo;Z-|Bt`!|34<#nPtE-@UIvUxu(}_ zU`c$p&J{;@twg;-C82exL7jqzuVX!+t9S!d3&tc35M9R9AbL>jkASAZ8q2_sGVlTi ClabE= literal 0 HcmV?d00001 diff --git a/alchemtest/gmx/ethanol/Coulomb/.DS_Store b/alchemtest/gmx/ethanol/Coulomb/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..fdc7fbb2823261cebf18d25485fd705076899b06 GIT binary patch literal 6148 zcmeHK%}T>S5Z-NTn^J@v6!f;>wP>oPwRj1&zJL)usMLfM4aRI~T6-vk-1UWg5ueAI z-OV8w@FrqsVD_7xpWW;S*&oIjA1=ZUV>V;V0!8F#lnA;@Llu*Z$kiABzT zGSFXi;kVbB!wx~atoZ#O!8DH2x#N8DO0~9CZ&(ehW!-yEa_P(4Nf`&Z z?FZMWMSf6x}4zO!zN zRp+?ZYm3uvcfD>}y9Y;Sm*eO7C6RBMNe-kd**2KNI~avUy?V1GmdPXd^O`)DkQg8a zhyh|?;}|eUfz{f$mD7TW0b<}M25^56pop%)OrzR5puy`i#%qWuVB=c?Q5bX$W*Q*^ z!gVR2F6HKl!F4(Kg~@XbW*T)l<7#FY$IP5RUbvba{6eKO?rNl#7$63U3{-X3#`FII zeworoezAml!~iky&lupfkvAH`qRiR)ZFzXs3eX2o6wJ%e00Fyj34jjnBYP^S;{t8S Ya}8!1aTN5cazMHWC_<SnJA#p8CwTcn%! zWO*qd1x^)M3p3{6x-u(7n96NrlTgXjsofT*QlA@*B&E|2ER2SHXF!A4#nc{7>3S@sp1 zjfm*#dYp-jL}UOrl$(XN*|~YkI+;-*9Cs{bal9N(`}6tKs(zm^ZeOM{fzQ9-zrU4P zDnJFO02QDDRN#{W)_Y-tVIU(FpaN9jsepYS3f!K=2U&*hAV4Yo8^6#S*}p z*aRX2)1U%_sySk4(2*}$R}-7Spo`}4q4{LZ2}S+sxW9P0Xbohf0#x8tfo^O^*8ex~ z5A**ki90Gl1^!9_?X9=#6<#TOYwP8#*B1B=ZZ&tf8P-lg@OBLJc8ra+<=*]+[0-9.*]*)?$', dep_value): # Match explicitly 'python' and its formats + yaml_script['dependencies'].pop(dep_index) + break # Making the assumption there is only one Python entry, also avoids need to enumerate in reverse +except (KeyError, TypeError): + # Case of no dependencies key, or dependencies: None + yaml_script['dependencies'] = [] +finally: + # Ensure the python version is added in. Even if the code does not need it, we assume the env does + yaml_script['dependencies'].insert(0, python_replacement_string) + +# Figure out conda path +if "CONDA_EXE" in os.environ: + conda_path = os.environ["CONDA_EXE"] +else: + conda_path = shutil.which("conda") +if conda_path is None: + raise RuntimeError("Could not find a conda binary in CONDA_EXE variable or in executable search path") + +print("CONDA ENV NAME {}".format(args.name)) +print("PYTHON VERSION {}".format(args.python)) +print("CONDA FILE NAME {}".format(args.conda_file)) +print("CONDA PATH {}".format(conda_path)) + +# Write to a temp directory which will always be cleaned up +with temp_cd(): + temp_file_name = "temp_script.yaml" + with open(temp_file_name, 'w') as f: + f.write(yaml.dump(yaml_script)) + sp.call("{} env create -n {} -f {}".format(conda_path, args.name, temp_file_name), shell=True) diff --git a/docs/.DS_Store b/docs/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..17b6d8bf2347af4d3cd4c176b93c336520388259 GIT binary patch literal 8196 zcmeHMOKuZE5Pj`LvW*D}LV|3NMjXHrH!zWn#DWbR0OC)AVf-O>B(n304R_!Q*>D(6 zf`o)*UR8ITo}QUSHV8zu)LrfA_qu9cch9KC0NnA#_$hD%pv5Zou*0UJ$hg!}X@o0} zXdU^$8dHp3R;irRXAdq=T}UyUr*k|LIBhT3jklf-=jm|4 zvkMuDQ}5(u3Ww`?Ypp3@3X~O)+`Wl6STT1$iSzfxkRx)Kp0RefTG#{b5WU6(Gc1uS zXM&Z_`FEVFgwrN&h9Oz!=(5sV!uZ7_`_OyYZpm(vvEr z_0HGzTAk}EjH_pHKa<#-oMnbj)#%2z#Al1>1@Sd8?mbEH9lYaR6+(Vwnc z%xvwLUG9|>_LuS!~p2s-0``iT+eB=q4YH!A0bM9B!8JFriPiBy_7SGTocSWR}n93-1 zH~rY{CVT%=Kr5!eEfm=E*dxjR2le0oZ!x1mO#xHjUsJ&C_h0vq8MUj4TypJ<^)0Iu o!EL-%3LAmQbxp@NUL 2>NUL -if errorlevel 9009 ( - echo. - echo.The 'sphinx-build' command was not found. Make sure you have Sphinx - echo.installed, then set the SPHINXBUILD environment variable to point - echo.to the full path of the 'sphinx-build' executable. Alternatively you - echo.may add the Sphinx directory to PATH. - echo. - echo.If you don't have Sphinx installed, grab it from - echo.http://sphinx-doc.org/ - exit /b 1 -) - -%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% -goto end - -:help -%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% - -:end -popd +@ECHO OFF + +pushd %~dp0 + +REM Command file for Sphinx documentation + +if "%SPHINXBUILD%" == "" ( + set SPHINXBUILD=sphinx-build +) +set SOURCEDIR=. +set BUILDDIR=_build +set SPHINXPROJ=alchemtest + +if "%1" == "" goto help + +%SPHINXBUILD% >NUL 2>NUL +if errorlevel 9009 ( + echo. + echo.The 'sphinx-build' command was not found. Make sure you have Sphinx + echo.installed, then set the SPHINXBUILD environment variable to point + echo.to the full path of the 'sphinx-build' executable. Alternatively you + echo.may add the Sphinx directory to PATH. + echo. + echo.If you don't have Sphinx installed, grab it from + echo.http://sphinx-doc.org/ + exit /b 1 +) + +%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% +goto end + +:help +%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% + +:end +popd diff --git a/docs/requirements.yaml b/docs/requirements.yaml new file mode 100644 index 0000000..284809d --- /dev/null +++ b/docs/requirements.yaml @@ -0,0 +1,13 @@ +name: docs +channels: +dependencies: + # Base depends + - python + - pip + - sphinx + + + + # Pip-only installs + #- pip: + diff --git a/environment.yml b/environment.yml deleted file mode 100644 index d4fde97..0000000 --- a/environment.yml +++ /dev/null @@ -1,4 +0,0 @@ -name: alchemtest -dependencies: -- python=3.5 -- sphinx diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..96dc8b8 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,101 @@ +[build-system] +requires = ["setuptools>=61.0", "versioningit~=2.0"] +build-backend = "setuptools.build_meta" + +# Self-descriptive entries which should always be present +# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ +[project] +name = "alchemtest" +description = "The simple alchemistry test set." +dynamic = ["version"] +readme = "README.md" +authors = [ + { name = "David Dotson", email = "dotsdl@gmail.com" } +] +maintainer =[ + { name = "Oliver Beckstein", email = "orbeckst@gmail.com" }, + { name = "Zhiyi Wu", email = "william@zhiyiwu.me" } +] +license = { text = "BSD-3-Clause" } +# See https://pypi.org/classifiers/ +classifiers = [ + 'Development Status :: 4 - Beta', + 'Intended Audience :: Science/Research', + 'License :: OSI Approved :: BSD License', + 'Operating System :: POSIX', + 'Operating System :: MacOS :: MacOS X', + 'Operating System :: Microsoft :: Windows ', + 'Programming Language :: Python', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Topic :: Scientific/Engineering', + 'Topic :: Scientific/Engineering :: Bio-Informatics', + 'Topic :: Scientific/Engineering :: Chemistry', +] +requires-python = ">=3.8" +# Declare any run-time dependencies that should be installed with the package. +#dependencies = [ +# "importlib-resources;python_version<'3.10'", +#] + +# Update the urls once the hosting is set up. +#[project.urls] +#"Source" = "https://github.com//alchemtest/" +#"Documentation" = "https://alchemtest.readthedocs.io/" + +[project.optional-dependencies] +test = [ + "pytest>=6.1.2", + "pytest-runner" +] + +[tool.setuptools] +# This subkey is a beta stage development and keys may change in the future, see https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html for more details +# +# As of version 0.971, mypy does not support type checking of installed zipped +# packages (because it does not actually import the Python packages). +# We declare the package not-zip-safe so that our type hints are also available +# when checking client code that uses our (installed) package. +# Ref: +# https://mypy.readthedocs.io/en/stable/installed_packages.html?highlight=zip#using-installed-packages-with-mypy-pep-561 +zip-safe = false +# Let setuptools discover the package in the current directory, +# but be explicit about non-Python files. +# See also: +# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#setuptools-specific-configuration +# Note that behavior is currently evolving with respect to how to interpret the +# "data" and "tests" subdirectories. As of setuptools 63, both are automatically +# included if namespaces is true (default), even if the package is named explicitly +# (instead of using 'find'). With 'find', the 'tests' subpackage is discovered +# recursively because of its __init__.py file, but the data subdirectory is excluded +# with include-package-data = false and namespaces = false. +include-package-data = false +[tool.setuptools.packages.find] +namespaces = false +where = ["."] + +# Ref https://setuptools.pypa.io/en/latest/userguide/datafiles.html#package-data +[tool.setuptools.package-data] +alchemtest = [ + "py.typed" +] + +[tool.versioningit] +default-version = "1+unknown" + +[tool.versioningit.format] +distance = "{base_version}+{distance}.{vcs}{rev}" +dirty = "{base_version}+{distance}.{vcs}{rev}.dirty" +distance-dirty = "{base_version}+{distance}.{vcs}{rev}.dirty" + +[tool.versioningit.vcs] +# The method key: +method = "git" # <- The method name +# Parameters to pass to the method: +match = ["*"] +default-tag = "1.0.0" + +[tool.versioningit.write] +file = "alchemtest/_version.py" diff --git a/readthedocs.yml b/readthedocs.yml index db0ddf1..69d6db5 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,17 +1,15 @@ ---- -version: 2 +# readthedocs.yml -sphinx: - configuration: docs/conf.py +version: 2 -formats: - - pdf +build: + image: latest python: - version: 3.7 + version: 3.8 install: - method: pip path: . conda: - environment: environment.yml + environment: docs/requirements.yaml \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 53b4e64..de5e39c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,22 @@ -# See the docstring in versioneer.py for instructions. Note that you must -# re-run 'versioneer.py setup' after changing this section, and commit the -# resulting files. - -[versioneer] -VCS = git -style = pep440 -versionfile_source = src/alchemtest/_version.py -versionfile_build = alchemtest/_version.py -tag_prefix = -parentdir_prefix = alchemtest- +# Helper file to handle all configs + +[coverage:run] +# .coveragerc to control coverage.py and pytest-cov +omit = + # Omit the tests + */tests/* + # Omit generated versioneer + alchemtest/_version.py + +[yapf] +# YAPF, in .style.yapf files this shows up as "[style]" header +COLUMN_LIMIT = 119 +INDENT_WIDTH = 4 +USE_TABS = False + +[flake8] +# Flake8, PyFlakes, etc +max-line-length = 119 + +[aliases] +test = pytest diff --git a/setup.py b/setup.py deleted file mode 100755 index 92e4d10..0000000 --- a/setup.py +++ /dev/null @@ -1,44 +0,0 @@ -#! /usr/bin/python -"""Setuptools-based setup script for alchemtest. - -For a basic installation just type the command:: - - python setup.py install - -""" - -from setuptools import setup, find_packages - -import versioneer - -setup(name='alchemtest', - version=versioneer.get_version(), - cmdclass=versioneer.get_cmdclass(), - description='the simple alchemistry test set', - author='David Dotson', - author_email='dotsdl@gmail.com', - maintainer='Oliver Beckstein', - maintainer_email='orbeckst@gmail.com', - classifiers=[ - 'Development Status :: 4 - Beta', - 'Intended Audience :: Science/Research', - 'License :: OSI Approved :: BSD License', - 'Operating System :: POSIX', - 'Operating System :: MacOS :: MacOS X', - 'Operating System :: Microsoft :: Windows ', - 'Programming Language :: Python', - 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.9', - 'Programming Language :: Python :: 3.10', - 'Programming Language :: Python :: 3.11', - 'Topic :: Scientific/Engineering', - 'Topic :: Scientific/Engineering :: Bio-Informatics', - 'Topic :: Scientific/Engineering :: Chemistry', - ], - packages=find_packages('src'), - package_dir={'': 'src'}, - license='BSD', - long_description=open('README.rst').read(), - long_description_content_type = 'text/x-rst', - include_package_data=True, -) diff --git a/src/alchemtest/_version.py b/src/alchemtest/_version.py deleted file mode 100644 index f5bba23..0000000 --- a/src/alchemtest/_version.py +++ /dev/null @@ -1,520 +0,0 @@ - -# This file helps to compute a version number in source trees obtained from -# git-archive tarball (such as those provided by githubs download-from-tag -# feature). Distribution tarballs (built by setup.py sdist) and build -# directories (produced by setup.py build) will contain a much shorter file -# that just contains the computed version number. - -# This file is released into the public domain. Generated by -# versioneer-0.18 (https://github.com/warner/python-versioneer) - -"""Git implementation of _version.py.""" - -import errno -import os -import re -import subprocess -import sys - - -def get_keywords(): - """Get the keywords needed to look up the version information.""" - # these strings will be replaced by git during git-archive. - # setup.py/versioneer.py will grep for the variable names, so they must - # each be defined on a line of their own. _version.py will just call - # get_keywords(). - git_refnames = "$Format:%d$" - git_full = "$Format:%H$" - git_date = "$Format:%ci$" - keywords = {"refnames": git_refnames, "full": git_full, "date": git_date} - return keywords - - -class VersioneerConfig: - """Container for Versioneer configuration parameters.""" - - -def get_config(): - """Create, populate and return the VersioneerConfig() object.""" - # these strings are filled in when 'setup.py versioneer' creates - # _version.py - cfg = VersioneerConfig() - cfg.VCS = "git" - cfg.style = "pep440" - cfg.tag_prefix = "" - cfg.parentdir_prefix = "alchemtest-" - cfg.versionfile_source = "src/alchemtest/_version.py" - cfg.verbose = False - return cfg - - -class NotThisMethod(Exception): - """Exception raised if a method is not valid for the current scenario.""" - - -LONG_VERSION_PY = {} -HANDLERS = {} - - -def register_vcs_handler(vcs, method): # decorator - """Decorator to mark a method as the handler for a particular VCS.""" - def decorate(f): - """Store f in HANDLERS[vcs][method].""" - if vcs not in HANDLERS: - HANDLERS[vcs] = {} - HANDLERS[vcs][method] = f - return f - return decorate - - -def run_command(commands, args, cwd=None, verbose=False, hide_stderr=False, - env=None): - """Call the given command(s).""" - assert isinstance(commands, list) - p = None - for c in commands: - try: - dispcmd = str([c] + args) - # remember shell=False, so use git.cmd on windows, not just git - p = subprocess.Popen([c] + args, cwd=cwd, env=env, - stdout=subprocess.PIPE, - stderr=(subprocess.PIPE if hide_stderr - else None)) - break - except EnvironmentError: - e = sys.exc_info()[1] - if e.errno == errno.ENOENT: - continue - if verbose: - print("unable to run %s" % dispcmd) - print(e) - return None, None - else: - if verbose: - print("unable to find command, tried %s" % (commands,)) - return None, None - stdout = p.communicate()[0].strip() - if sys.version_info[0] >= 3: - stdout = stdout.decode() - if p.returncode != 0: - if verbose: - print("unable to run %s (error)" % dispcmd) - print("stdout was %s" % stdout) - return None, p.returncode - return stdout, p.returncode - - -def versions_from_parentdir(parentdir_prefix, root, verbose): - """Try to determine the version from the parent directory name. - - Source tarballs conventionally unpack into a directory that includes both - the project name and a version string. We will also support searching up - two directory levels for an appropriately named parent directory - """ - rootdirs = [] - - for i in range(3): - dirname = os.path.basename(root) - if dirname.startswith(parentdir_prefix): - return {"version": dirname[len(parentdir_prefix):], - "full-revisionid": None, - "dirty": False, "error": None, "date": None} - else: - rootdirs.append(root) - root = os.path.dirname(root) # up a level - - if verbose: - print("Tried directories %s but none started with prefix %s" % - (str(rootdirs), parentdir_prefix)) - raise NotThisMethod("rootdir doesn't start with parentdir_prefix") - - -@register_vcs_handler("git", "get_keywords") -def git_get_keywords(versionfile_abs): - """Extract version information from the given file.""" - # the code embedded in _version.py can just fetch the value of these - # keywords. When used from setup.py, we don't want to import _version.py, - # so we do it with a regexp instead. This function is not used from - # _version.py. - keywords = {} - try: - f = open(versionfile_abs, "r") - for line in f.readlines(): - if line.strip().startswith("git_refnames ="): - mo = re.search(r'=\s*"(.*)"', line) - if mo: - keywords["refnames"] = mo.group(1) - if line.strip().startswith("git_full ="): - mo = re.search(r'=\s*"(.*)"', line) - if mo: - keywords["full"] = mo.group(1) - if line.strip().startswith("git_date ="): - mo = re.search(r'=\s*"(.*)"', line) - if mo: - keywords["date"] = mo.group(1) - f.close() - except EnvironmentError: - pass - return keywords - - -@register_vcs_handler("git", "keywords") -def git_versions_from_keywords(keywords, tag_prefix, verbose): - """Get version information from git keywords.""" - if not keywords: - raise NotThisMethod("no keywords at all, weird") - date = keywords.get("date") - if date is not None: - # git-2.2.0 added "%cI", which expands to an ISO-8601 -compliant - # datestamp. However we prefer "%ci" (which expands to an "ISO-8601 - # -like" string, which we must then edit to make compliant), because - # it's been around since git-1.5.3, and it's too difficult to - # discover which version we're using, or to work around using an - # older one. - date = date.strip().replace(" ", "T", 1).replace(" ", "", 1) - refnames = keywords["refnames"].strip() - if refnames.startswith("$Format"): - if verbose: - print("keywords are unexpanded, not using") - raise NotThisMethod("unexpanded keywords, not a git-archive tarball") - refs = set([r.strip() for r in refnames.strip("()").split(",")]) - # starting in git-1.8.3, tags are listed as "tag: foo-1.0" instead of - # just "foo-1.0". If we see a "tag: " prefix, prefer those. - TAG = "tag: " - tags = set([r[len(TAG):] for r in refs if r.startswith(TAG)]) - if not tags: - # Either we're using git < 1.8.3, or there really are no tags. We use - # a heuristic: assume all version tags have a digit. The old git %d - # expansion behaves like git log --decorate=short and strips out the - # refs/heads/ and refs/tags/ prefixes that would let us distinguish - # between branches and tags. By ignoring refnames without digits, we - # filter out many common branch names like "release" and - # "stabilization", as well as "HEAD" and "master". - tags = set([r for r in refs if re.search(r'\d', r)]) - if verbose: - print("discarding '%s', no digits" % ",".join(refs - tags)) - if verbose: - print("likely tags: %s" % ",".join(sorted(tags))) - for ref in sorted(tags): - # sorting will prefer e.g. "2.0" over "2.0rc1" - if ref.startswith(tag_prefix): - r = ref[len(tag_prefix):] - if verbose: - print("picking %s" % r) - return {"version": r, - "full-revisionid": keywords["full"].strip(), - "dirty": False, "error": None, - "date": date} - # no suitable tags, so version is "0+unknown", but full hex is still there - if verbose: - print("no suitable tags, using unknown + full revision id") - return {"version": "0+unknown", - "full-revisionid": keywords["full"].strip(), - "dirty": False, "error": "no suitable tags", "date": None} - - -@register_vcs_handler("git", "pieces_from_vcs") -def git_pieces_from_vcs(tag_prefix, root, verbose, run_command=run_command): - """Get version from 'git describe' in the root of the source tree. - - This only gets called if the git-archive 'subst' keywords were *not* - expanded, and _version.py hasn't already been rewritten with a short - version string, meaning we're inside a checked out source tree. - """ - GITS = ["git"] - if sys.platform == "win32": - GITS = ["git.cmd", "git.exe"] - - out, rc = run_command(GITS, ["rev-parse", "--git-dir"], cwd=root, - hide_stderr=True) - if rc != 0: - if verbose: - print("Directory %s not under git control" % root) - raise NotThisMethod("'git rev-parse --git-dir' returned error") - - # if there is a tag matching tag_prefix, this yields TAG-NUM-gHEX[-dirty] - # if there isn't one, this yields HEX[-dirty] (no NUM) - describe_out, rc = run_command(GITS, ["describe", "--tags", "--dirty", - "--always", "--long", - "--match", "%s*" % tag_prefix], - cwd=root) - # --long was added in git-1.5.5 - if describe_out is None: - raise NotThisMethod("'git describe' failed") - describe_out = describe_out.strip() - full_out, rc = run_command(GITS, ["rev-parse", "HEAD"], cwd=root) - if full_out is None: - raise NotThisMethod("'git rev-parse' failed") - full_out = full_out.strip() - - pieces = {} - pieces["long"] = full_out - pieces["short"] = full_out[:7] # maybe improved later - pieces["error"] = None - - # parse describe_out. It will be like TAG-NUM-gHEX[-dirty] or HEX[-dirty] - # TAG might have hyphens. - git_describe = describe_out - - # look for -dirty suffix - dirty = git_describe.endswith("-dirty") - pieces["dirty"] = dirty - if dirty: - git_describe = git_describe[:git_describe.rindex("-dirty")] - - # now we have TAG-NUM-gHEX or HEX - - if "-" in git_describe: - # TAG-NUM-gHEX - mo = re.search(r'^(.+)-(\d+)-g([0-9a-f]+)$', git_describe) - if not mo: - # unparseable. Maybe git-describe is misbehaving? - pieces["error"] = ("unable to parse git-describe output: '%s'" - % describe_out) - return pieces - - # tag - full_tag = mo.group(1) - if not full_tag.startswith(tag_prefix): - if verbose: - fmt = "tag '%s' doesn't start with prefix '%s'" - print(fmt % (full_tag, tag_prefix)) - pieces["error"] = ("tag '%s' doesn't start with prefix '%s'" - % (full_tag, tag_prefix)) - return pieces - pieces["closest-tag"] = full_tag[len(tag_prefix):] - - # distance: number of commits since tag - pieces["distance"] = int(mo.group(2)) - - # commit: short hex revision ID - pieces["short"] = mo.group(3) - - else: - # HEX: no tags - pieces["closest-tag"] = None - count_out, rc = run_command(GITS, ["rev-list", "HEAD", "--count"], - cwd=root) - pieces["distance"] = int(count_out) # total number of commits - - # commit date: see ISO-8601 comment in git_versions_from_keywords() - date = run_command(GITS, ["show", "-s", "--format=%ci", "HEAD"], - cwd=root)[0].strip() - pieces["date"] = date.strip().replace(" ", "T", 1).replace(" ", "", 1) - - return pieces - - -def plus_or_dot(pieces): - """Return a + if we don't already have one, else return a .""" - if "+" in pieces.get("closest-tag", ""): - return "." - return "+" - - -def render_pep440(pieces): - """Build up version string, with post-release "local version identifier". - - Our goal: TAG[+DISTANCE.gHEX[.dirty]] . Note that if you - get a tagged build and then dirty it, you'll get TAG+0.gHEX.dirty - - Exceptions: - 1: no tags. git_describe was just HEX. 0+untagged.DISTANCE.gHEX[.dirty] - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - if pieces["distance"] or pieces["dirty"]: - rendered += plus_or_dot(pieces) - rendered += "%d.g%s" % (pieces["distance"], pieces["short"]) - if pieces["dirty"]: - rendered += ".dirty" - else: - # exception #1 - rendered = "0+untagged.%d.g%s" % (pieces["distance"], - pieces["short"]) - if pieces["dirty"]: - rendered += ".dirty" - return rendered - - -def render_pep440_pre(pieces): - """TAG[.post.devDISTANCE] -- No -dirty. - - Exceptions: - 1: no tags. 0.post.devDISTANCE - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - if pieces["distance"]: - rendered += ".post.dev%d" % pieces["distance"] - else: - # exception #1 - rendered = "0.post.dev%d" % pieces["distance"] - return rendered - - -def render_pep440_post(pieces): - """TAG[.postDISTANCE[.dev0]+gHEX] . - - The ".dev0" means dirty. Note that .dev0 sorts backwards - (a dirty tree will appear "older" than the corresponding clean one), - but you shouldn't be releasing software with -dirty anyways. - - Exceptions: - 1: no tags. 0.postDISTANCE[.dev0] - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - if pieces["distance"] or pieces["dirty"]: - rendered += ".post%d" % pieces["distance"] - if pieces["dirty"]: - rendered += ".dev0" - rendered += plus_or_dot(pieces) - rendered += "g%s" % pieces["short"] - else: - # exception #1 - rendered = "0.post%d" % pieces["distance"] - if pieces["dirty"]: - rendered += ".dev0" - rendered += "+g%s" % pieces["short"] - return rendered - - -def render_pep440_old(pieces): - """TAG[.postDISTANCE[.dev0]] . - - The ".dev0" means dirty. - - Eexceptions: - 1: no tags. 0.postDISTANCE[.dev0] - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - if pieces["distance"] or pieces["dirty"]: - rendered += ".post%d" % pieces["distance"] - if pieces["dirty"]: - rendered += ".dev0" - else: - # exception #1 - rendered = "0.post%d" % pieces["distance"] - if pieces["dirty"]: - rendered += ".dev0" - return rendered - - -def render_git_describe(pieces): - """TAG[-DISTANCE-gHEX][-dirty]. - - Like 'git describe --tags --dirty --always'. - - Exceptions: - 1: no tags. HEX[-dirty] (note: no 'g' prefix) - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - if pieces["distance"]: - rendered += "-%d-g%s" % (pieces["distance"], pieces["short"]) - else: - # exception #1 - rendered = pieces["short"] - if pieces["dirty"]: - rendered += "-dirty" - return rendered - - -def render_git_describe_long(pieces): - """TAG-DISTANCE-gHEX[-dirty]. - - Like 'git describe --tags --dirty --always -long'. - The distance/hash is unconditional. - - Exceptions: - 1: no tags. HEX[-dirty] (note: no 'g' prefix) - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - rendered += "-%d-g%s" % (pieces["distance"], pieces["short"]) - else: - # exception #1 - rendered = pieces["short"] - if pieces["dirty"]: - rendered += "-dirty" - return rendered - - -def render(pieces, style): - """Render the given version pieces into the requested style.""" - if pieces["error"]: - return {"version": "unknown", - "full-revisionid": pieces.get("long"), - "dirty": None, - "error": pieces["error"], - "date": None} - - if not style or style == "default": - style = "pep440" # the default - - if style == "pep440": - rendered = render_pep440(pieces) - elif style == "pep440-pre": - rendered = render_pep440_pre(pieces) - elif style == "pep440-post": - rendered = render_pep440_post(pieces) - elif style == "pep440-old": - rendered = render_pep440_old(pieces) - elif style == "git-describe": - rendered = render_git_describe(pieces) - elif style == "git-describe-long": - rendered = render_git_describe_long(pieces) - else: - raise ValueError("unknown style '%s'" % style) - - return {"version": rendered, "full-revisionid": pieces["long"], - "dirty": pieces["dirty"], "error": None, - "date": pieces.get("date")} - - -def get_versions(): - """Get version information or return default if unable to do so.""" - # I am in _version.py, which lives at ROOT/VERSIONFILE_SOURCE. If we have - # __file__, we can work backwards from there to the root. Some - # py2exe/bbfreeze/non-CPython implementations don't do __file__, in which - # case we can only use expanded keywords. - - cfg = get_config() - verbose = cfg.verbose - - try: - return git_versions_from_keywords(get_keywords(), cfg.tag_prefix, - verbose) - except NotThisMethod: - pass - - try: - root = os.path.realpath(__file__) - # versionfile_source is the relative path from the top of the source - # tree (where the .git directory might live) to this file. Invert - # this to find the root from __file__. - for i in cfg.versionfile_source.split('/'): - root = os.path.dirname(root) - except NameError: - return {"version": "0+unknown", "full-revisionid": None, - "dirty": None, - "error": "unable to find root of source tree", - "date": None} - - try: - pieces = git_pieces_from_vcs(cfg.tag_prefix, root, verbose) - return render(pieces, cfg.style) - except NotThisMethod: - pass - - try: - if cfg.parentdir_prefix: - return versions_from_parentdir(cfg.parentdir_prefix, root, verbose) - except NotThisMethod: - pass - - return {"version": "0+unknown", "full-revisionid": None, - "dirty": None, - "error": "unable to compute version", "date": None} diff --git a/versioneer.py b/versioneer.py deleted file mode 100644 index 64fea1c..0000000 --- a/versioneer.py +++ /dev/null @@ -1,1822 +0,0 @@ - -# Version: 0.18 - -"""The Versioneer - like a rocketeer, but for versions. - -The Versioneer -============== - -* like a rocketeer, but for versions! -* https://github.com/warner/python-versioneer -* Brian Warner -* License: Public Domain -* Compatible With: python2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, and pypy -* [![Latest Version] -(https://pypip.in/version/versioneer/badge.svg?style=flat) -](https://pypi.python.org/pypi/versioneer/) -* [![Build Status] -(https://travis-ci.org/warner/python-versioneer.png?branch=master) -](https://travis-ci.org/warner/python-versioneer) - -This is a tool for managing a recorded version number in distutils-based -python projects. The goal is to remove the tedious and error-prone "update -the embedded version string" step from your release process. Making a new -release should be as easy as recording a new tag in your version-control -system, and maybe making new tarballs. - - -## Quick Install - -* `pip install versioneer` to somewhere to your $PATH -* add a `[versioneer]` section to your setup.cfg (see below) -* run `versioneer install` in your source tree, commit the results - -## Version Identifiers - -Source trees come from a variety of places: - -* a version-control system checkout (mostly used by developers) -* a nightly tarball, produced by build automation -* a snapshot tarball, produced by a web-based VCS browser, like github's - "tarball from tag" feature -* a release tarball, produced by "setup.py sdist", distributed through PyPI - -Within each source tree, the version identifier (either a string or a number, -this tool is format-agnostic) can come from a variety of places: - -* ask the VCS tool itself, e.g. "git describe" (for checkouts), which knows - about recent "tags" and an absolute revision-id -* the name of the directory into which the tarball was unpacked -* an expanded VCS keyword ($Id$, etc) -* a `_version.py` created by some earlier build step - -For released software, the version identifier is closely related to a VCS -tag. Some projects use tag names that include more than just the version -string (e.g. "myproject-1.2" instead of just "1.2"), in which case the tool -needs to strip the tag prefix to extract the version identifier. For -unreleased software (between tags), the version identifier should provide -enough information to help developers recreate the same tree, while also -giving them an idea of roughly how old the tree is (after version 1.2, before -version 1.3). Many VCS systems can report a description that captures this, -for example `git describe --tags --dirty --always` reports things like -"0.7-1-g574ab98-dirty" to indicate that the checkout is one revision past the -0.7 tag, has a unique revision id of "574ab98", and is "dirty" (it has -uncommitted changes. - -The version identifier is used for multiple purposes: - -* to allow the module to self-identify its version: `myproject.__version__` -* to choose a name and prefix for a 'setup.py sdist' tarball - -## Theory of Operation - -Versioneer works by adding a special `_version.py` file into your source -tree, where your `__init__.py` can import it. This `_version.py` knows how to -dynamically ask the VCS tool for version information at import time. - -`_version.py` also contains `$Revision$` markers, and the installation -process marks `_version.py` to have this marker rewritten with a tag name -during the `git archive` command. As a result, generated tarballs will -contain enough information to get the proper version. - -To allow `setup.py` to compute a version too, a `versioneer.py` is added to -the top level of your source tree, next to `setup.py` and the `setup.cfg` -that configures it. This overrides several distutils/setuptools commands to -compute the version when invoked, and changes `setup.py build` and `setup.py -sdist` to replace `_version.py` with a small static file that contains just -the generated version data. - -## Installation - -See [INSTALL.md](./INSTALL.md) for detailed installation instructions. - -## Version-String Flavors - -Code which uses Versioneer can learn about its version string at runtime by -importing `_version` from your main `__init__.py` file and running the -`get_versions()` function. From the "outside" (e.g. in `setup.py`), you can -import the top-level `versioneer.py` and run `get_versions()`. - -Both functions return a dictionary with different flavors of version -information: - -* `['version']`: A condensed version string, rendered using the selected - style. This is the most commonly used value for the project's version - string. The default "pep440" style yields strings like `0.11`, - `0.11+2.g1076c97`, or `0.11+2.g1076c97.dirty`. See the "Styles" section - below for alternative styles. - -* `['full-revisionid']`: detailed revision identifier. For Git, this is the - full SHA1 commit id, e.g. "1076c978a8d3cfc70f408fe5974aa6c092c949ac". - -* `['date']`: Date and time of the latest `HEAD` commit. For Git, it is the - commit date in ISO 8601 format. This will be None if the date is not - available. - -* `['dirty']`: a boolean, True if the tree has uncommitted changes. Note that - this is only accurate if run in a VCS checkout, otherwise it is likely to - be False or None - -* `['error']`: if the version string could not be computed, this will be set - to a string describing the problem, otherwise it will be None. It may be - useful to throw an exception in setup.py if this is set, to avoid e.g. - creating tarballs with a version string of "unknown". - -Some variants are more useful than others. Including `full-revisionid` in a -bug report should allow developers to reconstruct the exact code being tested -(or indicate the presence of local changes that should be shared with the -developers). `version` is suitable for display in an "about" box or a CLI -`--version` output: it can be easily compared against release notes and lists -of bugs fixed in various releases. - -The installer adds the following text to your `__init__.py` to place a basic -version in `YOURPROJECT.__version__`: - - from ._version import get_versions - __version__ = get_versions()['version'] - del get_versions - -## Styles - -The setup.cfg `style=` configuration controls how the VCS information is -rendered into a version string. - -The default style, "pep440", produces a PEP440-compliant string, equal to the -un-prefixed tag name for actual releases, and containing an additional "local -version" section with more detail for in-between builds. For Git, this is -TAG[+DISTANCE.gHEX[.dirty]] , using information from `git describe --tags ---dirty --always`. For example "0.11+2.g1076c97.dirty" indicates that the -tree is like the "1076c97" commit but has uncommitted changes (".dirty"), and -that this commit is two revisions ("+2") beyond the "0.11" tag. For released -software (exactly equal to a known tag), the identifier will only contain the -stripped tag, e.g. "0.11". - -Other styles are available. See [details.md](details.md) in the Versioneer -source tree for descriptions. - -## Debugging - -Versioneer tries to avoid fatal errors: if something goes wrong, it will tend -to return a version of "0+unknown". To investigate the problem, run `setup.py -version`, which will run the version-lookup code in a verbose mode, and will -display the full contents of `get_versions()` (including the `error` string, -which may help identify what went wrong). - -## Known Limitations - -Some situations are known to cause problems for Versioneer. This details the -most significant ones. More can be found on Github -[issues page](https://github.com/warner/python-versioneer/issues). - -### Subprojects - -Versioneer has limited support for source trees in which `setup.py` is not in -the root directory (e.g. `setup.py` and `.git/` are *not* siblings). The are -two common reasons why `setup.py` might not be in the root: - -* Source trees which contain multiple subprojects, such as - [Buildbot](https://github.com/buildbot/buildbot), which contains both - "master" and "slave" subprojects, each with their own `setup.py`, - `setup.cfg`, and `tox.ini`. Projects like these produce multiple PyPI - distributions (and upload multiple independently-installable tarballs). -* Source trees whose main purpose is to contain a C library, but which also - provide bindings to Python (and perhaps other langauges) in subdirectories. - -Versioneer will look for `.git` in parent directories, and most operations -should get the right version string. However `pip` and `setuptools` have bugs -and implementation details which frequently cause `pip install .` from a -subproject directory to fail to find a correct version string (so it usually -defaults to `0+unknown`). - -`pip install --editable .` should work correctly. `setup.py install` might -work too. - -Pip-8.1.1 is known to have this problem, but hopefully it will get fixed in -some later version. - -[Bug #38](https://github.com/warner/python-versioneer/issues/38) is tracking -this issue. The discussion in -[PR #61](https://github.com/warner/python-versioneer/pull/61) describes the -issue from the Versioneer side in more detail. -[pip PR#3176](https://github.com/pypa/pip/pull/3176) and -[pip PR#3615](https://github.com/pypa/pip/pull/3615) contain work to improve -pip to let Versioneer work correctly. - -Versioneer-0.16 and earlier only looked for a `.git` directory next to the -`setup.cfg`, so subprojects were completely unsupported with those releases. - -### Editable installs with setuptools <= 18.5 - -`setup.py develop` and `pip install --editable .` allow you to install a -project into a virtualenv once, then continue editing the source code (and -test) without re-installing after every change. - -"Entry-point scripts" (`setup(entry_points={"console_scripts": ..})`) are a -convenient way to specify executable scripts that should be installed along -with the python package. - -These both work as expected when using modern setuptools. When using -setuptools-18.5 or earlier, however, certain operations will cause -`pkg_resources.DistributionNotFound` errors when running the entrypoint -script, which must be resolved by re-installing the package. This happens -when the install happens with one version, then the egg_info data is -regenerated while a different version is checked out. Many setup.py commands -cause egg_info to be rebuilt (including `sdist`, `wheel`, and installing into -a different virtualenv), so this can be surprising. - -[Bug #83](https://github.com/warner/python-versioneer/issues/83) describes -this one, but upgrading to a newer version of setuptools should probably -resolve it. - -### Unicode version strings - -While Versioneer works (and is continually tested) with both Python 2 and -Python 3, it is not entirely consistent with bytes-vs-unicode distinctions. -Newer releases probably generate unicode version strings on py2. It's not -clear that this is wrong, but it may be surprising for applications when then -write these strings to a network connection or include them in bytes-oriented -APIs like cryptographic checksums. - -[Bug #71](https://github.com/warner/python-versioneer/issues/71) investigates -this question. - - -## Updating Versioneer - -To upgrade your project to a new release of Versioneer, do the following: - -* install the new Versioneer (`pip install -U versioneer` or equivalent) -* edit `setup.cfg`, if necessary, to include any new configuration settings - indicated by the release notes. See [UPGRADING](./UPGRADING.md) for details. -* re-run `versioneer install` in your source tree, to replace - `SRC/_version.py` -* commit any changed files - -## Future Directions - -This tool is designed to make it easily extended to other version-control -systems: all VCS-specific components are in separate directories like -src/git/ . The top-level `versioneer.py` script is assembled from these -components by running make-versioneer.py . In the future, make-versioneer.py -will take a VCS name as an argument, and will construct a version of -`versioneer.py` that is specific to the given VCS. It might also take the -configuration arguments that are currently provided manually during -installation by editing setup.py . Alternatively, it might go the other -direction and include code from all supported VCS systems, reducing the -number of intermediate scripts. - - -## License - -To make Versioneer easier to embed, all its code is dedicated to the public -domain. The `_version.py` that it creates is also in the public domain. -Specifically, both are released under the Creative Commons "Public Domain -Dedication" license (CC0-1.0), as described in -https://creativecommons.org/publicdomain/zero/1.0/ . - -""" - -from __future__ import print_function -try: - import configparser -except ImportError: - import ConfigParser as configparser -import errno -import json -import os -import re -import subprocess -import sys - - -class VersioneerConfig: - """Container for Versioneer configuration parameters.""" - - -def get_root(): - """Get the project root directory. - - We require that all commands are run from the project root, i.e. the - directory that contains setup.py, setup.cfg, and versioneer.py . - """ - root = os.path.realpath(os.path.abspath(os.getcwd())) - setup_py = os.path.join(root, "setup.py") - versioneer_py = os.path.join(root, "versioneer.py") - if not (os.path.exists(setup_py) or os.path.exists(versioneer_py)): - # allow 'python path/to/setup.py COMMAND' - root = os.path.dirname(os.path.realpath(os.path.abspath(sys.argv[0]))) - setup_py = os.path.join(root, "setup.py") - versioneer_py = os.path.join(root, "versioneer.py") - if not (os.path.exists(setup_py) or os.path.exists(versioneer_py)): - err = ("Versioneer was unable to run the project root directory. " - "Versioneer requires setup.py to be executed from " - "its immediate directory (like 'python setup.py COMMAND'), " - "or in a way that lets it use sys.argv[0] to find the root " - "(like 'python path/to/setup.py COMMAND').") - raise VersioneerBadRootError(err) - try: - # Certain runtime workflows (setup.py install/develop in a setuptools - # tree) execute all dependencies in a single python process, so - # "versioneer" may be imported multiple times, and python's shared - # module-import table will cache the first one. So we can't use - # os.path.dirname(__file__), as that will find whichever - # versioneer.py was first imported, even in later projects. - me = os.path.realpath(os.path.abspath(__file__)) - me_dir = os.path.normcase(os.path.splitext(me)[0]) - vsr_dir = os.path.normcase(os.path.splitext(versioneer_py)[0]) - if me_dir != vsr_dir: - print("Warning: build in %s is using versioneer.py from %s" - % (os.path.dirname(me), versioneer_py)) - except NameError: - pass - return root - - -def get_config_from_root(root): - """Read the project setup.cfg file to determine Versioneer config.""" - # This might raise EnvironmentError (if setup.cfg is missing), or - # configparser.NoSectionError (if it lacks a [versioneer] section), or - # configparser.NoOptionError (if it lacks "VCS="). See the docstring at - # the top of versioneer.py for instructions on writing your setup.cfg . - setup_cfg = os.path.join(root, "setup.cfg") - parser = configparser.SafeConfigParser() - with open(setup_cfg, "r") as f: - parser.readfp(f) - VCS = parser.get("versioneer", "VCS") # mandatory - - def get(parser, name): - if parser.has_option("versioneer", name): - return parser.get("versioneer", name) - return None - cfg = VersioneerConfig() - cfg.VCS = VCS - cfg.style = get(parser, "style") or "" - cfg.versionfile_source = get(parser, "versionfile_source") - cfg.versionfile_build = get(parser, "versionfile_build") - cfg.tag_prefix = get(parser, "tag_prefix") - if cfg.tag_prefix in ("''", '""'): - cfg.tag_prefix = "" - cfg.parentdir_prefix = get(parser, "parentdir_prefix") - cfg.verbose = get(parser, "verbose") - return cfg - - -class NotThisMethod(Exception): - """Exception raised if a method is not valid for the current scenario.""" - - -# these dictionaries contain VCS-specific tools -LONG_VERSION_PY = {} -HANDLERS = {} - - -def register_vcs_handler(vcs, method): # decorator - """Decorator to mark a method as the handler for a particular VCS.""" - def decorate(f): - """Store f in HANDLERS[vcs][method].""" - if vcs not in HANDLERS: - HANDLERS[vcs] = {} - HANDLERS[vcs][method] = f - return f - return decorate - - -def run_command(commands, args, cwd=None, verbose=False, hide_stderr=False, - env=None): - """Call the given command(s).""" - assert isinstance(commands, list) - p = None - for c in commands: - try: - dispcmd = str([c] + args) - # remember shell=False, so use git.cmd on windows, not just git - p = subprocess.Popen([c] + args, cwd=cwd, env=env, - stdout=subprocess.PIPE, - stderr=(subprocess.PIPE if hide_stderr - else None)) - break - except EnvironmentError: - e = sys.exc_info()[1] - if e.errno == errno.ENOENT: - continue - if verbose: - print("unable to run %s" % dispcmd) - print(e) - return None, None - else: - if verbose: - print("unable to find command, tried %s" % (commands,)) - return None, None - stdout = p.communicate()[0].strip() - if sys.version_info[0] >= 3: - stdout = stdout.decode() - if p.returncode != 0: - if verbose: - print("unable to run %s (error)" % dispcmd) - print("stdout was %s" % stdout) - return None, p.returncode - return stdout, p.returncode - - -LONG_VERSION_PY['git'] = ''' -# This file helps to compute a version number in source trees obtained from -# git-archive tarball (such as those provided by githubs download-from-tag -# feature). Distribution tarballs (built by setup.py sdist) and build -# directories (produced by setup.py build) will contain a much shorter file -# that just contains the computed version number. - -# This file is released into the public domain. Generated by -# versioneer-0.18 (https://github.com/warner/python-versioneer) - -"""Git implementation of _version.py.""" - -import errno -import os -import re -import subprocess -import sys - - -def get_keywords(): - """Get the keywords needed to look up the version information.""" - # these strings will be replaced by git during git-archive. - # setup.py/versioneer.py will grep for the variable names, so they must - # each be defined on a line of their own. _version.py will just call - # get_keywords(). - git_refnames = "%(DOLLAR)sFormat:%%d%(DOLLAR)s" - git_full = "%(DOLLAR)sFormat:%%H%(DOLLAR)s" - git_date = "%(DOLLAR)sFormat:%%ci%(DOLLAR)s" - keywords = {"refnames": git_refnames, "full": git_full, "date": git_date} - return keywords - - -class VersioneerConfig: - """Container for Versioneer configuration parameters.""" - - -def get_config(): - """Create, populate and return the VersioneerConfig() object.""" - # these strings are filled in when 'setup.py versioneer' creates - # _version.py - cfg = VersioneerConfig() - cfg.VCS = "git" - cfg.style = "%(STYLE)s" - cfg.tag_prefix = "%(TAG_PREFIX)s" - cfg.parentdir_prefix = "%(PARENTDIR_PREFIX)s" - cfg.versionfile_source = "%(VERSIONFILE_SOURCE)s" - cfg.verbose = False - return cfg - - -class NotThisMethod(Exception): - """Exception raised if a method is not valid for the current scenario.""" - - -LONG_VERSION_PY = {} -HANDLERS = {} - - -def register_vcs_handler(vcs, method): # decorator - """Decorator to mark a method as the handler for a particular VCS.""" - def decorate(f): - """Store f in HANDLERS[vcs][method].""" - if vcs not in HANDLERS: - HANDLERS[vcs] = {} - HANDLERS[vcs][method] = f - return f - return decorate - - -def run_command(commands, args, cwd=None, verbose=False, hide_stderr=False, - env=None): - """Call the given command(s).""" - assert isinstance(commands, list) - p = None - for c in commands: - try: - dispcmd = str([c] + args) - # remember shell=False, so use git.cmd on windows, not just git - p = subprocess.Popen([c] + args, cwd=cwd, env=env, - stdout=subprocess.PIPE, - stderr=(subprocess.PIPE if hide_stderr - else None)) - break - except EnvironmentError: - e = sys.exc_info()[1] - if e.errno == errno.ENOENT: - continue - if verbose: - print("unable to run %%s" %% dispcmd) - print(e) - return None, None - else: - if verbose: - print("unable to find command, tried %%s" %% (commands,)) - return None, None - stdout = p.communicate()[0].strip() - if sys.version_info[0] >= 3: - stdout = stdout.decode() - if p.returncode != 0: - if verbose: - print("unable to run %%s (error)" %% dispcmd) - print("stdout was %%s" %% stdout) - return None, p.returncode - return stdout, p.returncode - - -def versions_from_parentdir(parentdir_prefix, root, verbose): - """Try to determine the version from the parent directory name. - - Source tarballs conventionally unpack into a directory that includes both - the project name and a version string. We will also support searching up - two directory levels for an appropriately named parent directory - """ - rootdirs = [] - - for i in range(3): - dirname = os.path.basename(root) - if dirname.startswith(parentdir_prefix): - return {"version": dirname[len(parentdir_prefix):], - "full-revisionid": None, - "dirty": False, "error": None, "date": None} - else: - rootdirs.append(root) - root = os.path.dirname(root) # up a level - - if verbose: - print("Tried directories %%s but none started with prefix %%s" %% - (str(rootdirs), parentdir_prefix)) - raise NotThisMethod("rootdir doesn't start with parentdir_prefix") - - -@register_vcs_handler("git", "get_keywords") -def git_get_keywords(versionfile_abs): - """Extract version information from the given file.""" - # the code embedded in _version.py can just fetch the value of these - # keywords. When used from setup.py, we don't want to import _version.py, - # so we do it with a regexp instead. This function is not used from - # _version.py. - keywords = {} - try: - f = open(versionfile_abs, "r") - for line in f.readlines(): - if line.strip().startswith("git_refnames ="): - mo = re.search(r'=\s*"(.*)"', line) - if mo: - keywords["refnames"] = mo.group(1) - if line.strip().startswith("git_full ="): - mo = re.search(r'=\s*"(.*)"', line) - if mo: - keywords["full"] = mo.group(1) - if line.strip().startswith("git_date ="): - mo = re.search(r'=\s*"(.*)"', line) - if mo: - keywords["date"] = mo.group(1) - f.close() - except EnvironmentError: - pass - return keywords - - -@register_vcs_handler("git", "keywords") -def git_versions_from_keywords(keywords, tag_prefix, verbose): - """Get version information from git keywords.""" - if not keywords: - raise NotThisMethod("no keywords at all, weird") - date = keywords.get("date") - if date is not None: - # git-2.2.0 added "%%cI", which expands to an ISO-8601 -compliant - # datestamp. However we prefer "%%ci" (which expands to an "ISO-8601 - # -like" string, which we must then edit to make compliant), because - # it's been around since git-1.5.3, and it's too difficult to - # discover which version we're using, or to work around using an - # older one. - date = date.strip().replace(" ", "T", 1).replace(" ", "", 1) - refnames = keywords["refnames"].strip() - if refnames.startswith("$Format"): - if verbose: - print("keywords are unexpanded, not using") - raise NotThisMethod("unexpanded keywords, not a git-archive tarball") - refs = set([r.strip() for r in refnames.strip("()").split(",")]) - # starting in git-1.8.3, tags are listed as "tag: foo-1.0" instead of - # just "foo-1.0". If we see a "tag: " prefix, prefer those. - TAG = "tag: " - tags = set([r[len(TAG):] for r in refs if r.startswith(TAG)]) - if not tags: - # Either we're using git < 1.8.3, or there really are no tags. We use - # a heuristic: assume all version tags have a digit. The old git %%d - # expansion behaves like git log --decorate=short and strips out the - # refs/heads/ and refs/tags/ prefixes that would let us distinguish - # between branches and tags. By ignoring refnames without digits, we - # filter out many common branch names like "release" and - # "stabilization", as well as "HEAD" and "master". - tags = set([r for r in refs if re.search(r'\d', r)]) - if verbose: - print("discarding '%%s', no digits" %% ",".join(refs - tags)) - if verbose: - print("likely tags: %%s" %% ",".join(sorted(tags))) - for ref in sorted(tags): - # sorting will prefer e.g. "2.0" over "2.0rc1" - if ref.startswith(tag_prefix): - r = ref[len(tag_prefix):] - if verbose: - print("picking %%s" %% r) - return {"version": r, - "full-revisionid": keywords["full"].strip(), - "dirty": False, "error": None, - "date": date} - # no suitable tags, so version is "0+unknown", but full hex is still there - if verbose: - print("no suitable tags, using unknown + full revision id") - return {"version": "0+unknown", - "full-revisionid": keywords["full"].strip(), - "dirty": False, "error": "no suitable tags", "date": None} - - -@register_vcs_handler("git", "pieces_from_vcs") -def git_pieces_from_vcs(tag_prefix, root, verbose, run_command=run_command): - """Get version from 'git describe' in the root of the source tree. - - This only gets called if the git-archive 'subst' keywords were *not* - expanded, and _version.py hasn't already been rewritten with a short - version string, meaning we're inside a checked out source tree. - """ - GITS = ["git"] - if sys.platform == "win32": - GITS = ["git.cmd", "git.exe"] - - out, rc = run_command(GITS, ["rev-parse", "--git-dir"], cwd=root, - hide_stderr=True) - if rc != 0: - if verbose: - print("Directory %%s not under git control" %% root) - raise NotThisMethod("'git rev-parse --git-dir' returned error") - - # if there is a tag matching tag_prefix, this yields TAG-NUM-gHEX[-dirty] - # if there isn't one, this yields HEX[-dirty] (no NUM) - describe_out, rc = run_command(GITS, ["describe", "--tags", "--dirty", - "--always", "--long", - "--match", "%%s*" %% tag_prefix], - cwd=root) - # --long was added in git-1.5.5 - if describe_out is None: - raise NotThisMethod("'git describe' failed") - describe_out = describe_out.strip() - full_out, rc = run_command(GITS, ["rev-parse", "HEAD"], cwd=root) - if full_out is None: - raise NotThisMethod("'git rev-parse' failed") - full_out = full_out.strip() - - pieces = {} - pieces["long"] = full_out - pieces["short"] = full_out[:7] # maybe improved later - pieces["error"] = None - - # parse describe_out. It will be like TAG-NUM-gHEX[-dirty] or HEX[-dirty] - # TAG might have hyphens. - git_describe = describe_out - - # look for -dirty suffix - dirty = git_describe.endswith("-dirty") - pieces["dirty"] = dirty - if dirty: - git_describe = git_describe[:git_describe.rindex("-dirty")] - - # now we have TAG-NUM-gHEX or HEX - - if "-" in git_describe: - # TAG-NUM-gHEX - mo = re.search(r'^(.+)-(\d+)-g([0-9a-f]+)$', git_describe) - if not mo: - # unparseable. Maybe git-describe is misbehaving? - pieces["error"] = ("unable to parse git-describe output: '%%s'" - %% describe_out) - return pieces - - # tag - full_tag = mo.group(1) - if not full_tag.startswith(tag_prefix): - if verbose: - fmt = "tag '%%s' doesn't start with prefix '%%s'" - print(fmt %% (full_tag, tag_prefix)) - pieces["error"] = ("tag '%%s' doesn't start with prefix '%%s'" - %% (full_tag, tag_prefix)) - return pieces - pieces["closest-tag"] = full_tag[len(tag_prefix):] - - # distance: number of commits since tag - pieces["distance"] = int(mo.group(2)) - - # commit: short hex revision ID - pieces["short"] = mo.group(3) - - else: - # HEX: no tags - pieces["closest-tag"] = None - count_out, rc = run_command(GITS, ["rev-list", "HEAD", "--count"], - cwd=root) - pieces["distance"] = int(count_out) # total number of commits - - # commit date: see ISO-8601 comment in git_versions_from_keywords() - date = run_command(GITS, ["show", "-s", "--format=%%ci", "HEAD"], - cwd=root)[0].strip() - pieces["date"] = date.strip().replace(" ", "T", 1).replace(" ", "", 1) - - return pieces - - -def plus_or_dot(pieces): - """Return a + if we don't already have one, else return a .""" - if "+" in pieces.get("closest-tag", ""): - return "." - return "+" - - -def render_pep440(pieces): - """Build up version string, with post-release "local version identifier". - - Our goal: TAG[+DISTANCE.gHEX[.dirty]] . Note that if you - get a tagged build and then dirty it, you'll get TAG+0.gHEX.dirty - - Exceptions: - 1: no tags. git_describe was just HEX. 0+untagged.DISTANCE.gHEX[.dirty] - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - if pieces["distance"] or pieces["dirty"]: - rendered += plus_or_dot(pieces) - rendered += "%%d.g%%s" %% (pieces["distance"], pieces["short"]) - if pieces["dirty"]: - rendered += ".dirty" - else: - # exception #1 - rendered = "0+untagged.%%d.g%%s" %% (pieces["distance"], - pieces["short"]) - if pieces["dirty"]: - rendered += ".dirty" - return rendered - - -def render_pep440_pre(pieces): - """TAG[.post.devDISTANCE] -- No -dirty. - - Exceptions: - 1: no tags. 0.post.devDISTANCE - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - if pieces["distance"]: - rendered += ".post.dev%%d" %% pieces["distance"] - else: - # exception #1 - rendered = "0.post.dev%%d" %% pieces["distance"] - return rendered - - -def render_pep440_post(pieces): - """TAG[.postDISTANCE[.dev0]+gHEX] . - - The ".dev0" means dirty. Note that .dev0 sorts backwards - (a dirty tree will appear "older" than the corresponding clean one), - but you shouldn't be releasing software with -dirty anyways. - - Exceptions: - 1: no tags. 0.postDISTANCE[.dev0] - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - if pieces["distance"] or pieces["dirty"]: - rendered += ".post%%d" %% pieces["distance"] - if pieces["dirty"]: - rendered += ".dev0" - rendered += plus_or_dot(pieces) - rendered += "g%%s" %% pieces["short"] - else: - # exception #1 - rendered = "0.post%%d" %% pieces["distance"] - if pieces["dirty"]: - rendered += ".dev0" - rendered += "+g%%s" %% pieces["short"] - return rendered - - -def render_pep440_old(pieces): - """TAG[.postDISTANCE[.dev0]] . - - The ".dev0" means dirty. - - Eexceptions: - 1: no tags. 0.postDISTANCE[.dev0] - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - if pieces["distance"] or pieces["dirty"]: - rendered += ".post%%d" %% pieces["distance"] - if pieces["dirty"]: - rendered += ".dev0" - else: - # exception #1 - rendered = "0.post%%d" %% pieces["distance"] - if pieces["dirty"]: - rendered += ".dev0" - return rendered - - -def render_git_describe(pieces): - """TAG[-DISTANCE-gHEX][-dirty]. - - Like 'git describe --tags --dirty --always'. - - Exceptions: - 1: no tags. HEX[-dirty] (note: no 'g' prefix) - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - if pieces["distance"]: - rendered += "-%%d-g%%s" %% (pieces["distance"], pieces["short"]) - else: - # exception #1 - rendered = pieces["short"] - if pieces["dirty"]: - rendered += "-dirty" - return rendered - - -def render_git_describe_long(pieces): - """TAG-DISTANCE-gHEX[-dirty]. - - Like 'git describe --tags --dirty --always -long'. - The distance/hash is unconditional. - - Exceptions: - 1: no tags. HEX[-dirty] (note: no 'g' prefix) - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - rendered += "-%%d-g%%s" %% (pieces["distance"], pieces["short"]) - else: - # exception #1 - rendered = pieces["short"] - if pieces["dirty"]: - rendered += "-dirty" - return rendered - - -def render(pieces, style): - """Render the given version pieces into the requested style.""" - if pieces["error"]: - return {"version": "unknown", - "full-revisionid": pieces.get("long"), - "dirty": None, - "error": pieces["error"], - "date": None} - - if not style or style == "default": - style = "pep440" # the default - - if style == "pep440": - rendered = render_pep440(pieces) - elif style == "pep440-pre": - rendered = render_pep440_pre(pieces) - elif style == "pep440-post": - rendered = render_pep440_post(pieces) - elif style == "pep440-old": - rendered = render_pep440_old(pieces) - elif style == "git-describe": - rendered = render_git_describe(pieces) - elif style == "git-describe-long": - rendered = render_git_describe_long(pieces) - else: - raise ValueError("unknown style '%%s'" %% style) - - return {"version": rendered, "full-revisionid": pieces["long"], - "dirty": pieces["dirty"], "error": None, - "date": pieces.get("date")} - - -def get_versions(): - """Get version information or return default if unable to do so.""" - # I am in _version.py, which lives at ROOT/VERSIONFILE_SOURCE. If we have - # __file__, we can work backwards from there to the root. Some - # py2exe/bbfreeze/non-CPython implementations don't do __file__, in which - # case we can only use expanded keywords. - - cfg = get_config() - verbose = cfg.verbose - - try: - return git_versions_from_keywords(get_keywords(), cfg.tag_prefix, - verbose) - except NotThisMethod: - pass - - try: - root = os.path.realpath(__file__) - # versionfile_source is the relative path from the top of the source - # tree (where the .git directory might live) to this file. Invert - # this to find the root from __file__. - for i in cfg.versionfile_source.split('/'): - root = os.path.dirname(root) - except NameError: - return {"version": "0+unknown", "full-revisionid": None, - "dirty": None, - "error": "unable to find root of source tree", - "date": None} - - try: - pieces = git_pieces_from_vcs(cfg.tag_prefix, root, verbose) - return render(pieces, cfg.style) - except NotThisMethod: - pass - - try: - if cfg.parentdir_prefix: - return versions_from_parentdir(cfg.parentdir_prefix, root, verbose) - except NotThisMethod: - pass - - return {"version": "0+unknown", "full-revisionid": None, - "dirty": None, - "error": "unable to compute version", "date": None} -''' - - -@register_vcs_handler("git", "get_keywords") -def git_get_keywords(versionfile_abs): - """Extract version information from the given file.""" - # the code embedded in _version.py can just fetch the value of these - # keywords. When used from setup.py, we don't want to import _version.py, - # so we do it with a regexp instead. This function is not used from - # _version.py. - keywords = {} - try: - f = open(versionfile_abs, "r") - for line in f.readlines(): - if line.strip().startswith("git_refnames ="): - mo = re.search(r'=\s*"(.*)"', line) - if mo: - keywords["refnames"] = mo.group(1) - if line.strip().startswith("git_full ="): - mo = re.search(r'=\s*"(.*)"', line) - if mo: - keywords["full"] = mo.group(1) - if line.strip().startswith("git_date ="): - mo = re.search(r'=\s*"(.*)"', line) - if mo: - keywords["date"] = mo.group(1) - f.close() - except EnvironmentError: - pass - return keywords - - -@register_vcs_handler("git", "keywords") -def git_versions_from_keywords(keywords, tag_prefix, verbose): - """Get version information from git keywords.""" - if not keywords: - raise NotThisMethod("no keywords at all, weird") - date = keywords.get("date") - if date is not None: - # git-2.2.0 added "%cI", which expands to an ISO-8601 -compliant - # datestamp. However we prefer "%ci" (which expands to an "ISO-8601 - # -like" string, which we must then edit to make compliant), because - # it's been around since git-1.5.3, and it's too difficult to - # discover which version we're using, or to work around using an - # older one. - date = date.strip().replace(" ", "T", 1).replace(" ", "", 1) - refnames = keywords["refnames"].strip() - if refnames.startswith("$Format"): - if verbose: - print("keywords are unexpanded, not using") - raise NotThisMethod("unexpanded keywords, not a git-archive tarball") - refs = set([r.strip() for r in refnames.strip("()").split(",")]) - # starting in git-1.8.3, tags are listed as "tag: foo-1.0" instead of - # just "foo-1.0". If we see a "tag: " prefix, prefer those. - TAG = "tag: " - tags = set([r[len(TAG):] for r in refs if r.startswith(TAG)]) - if not tags: - # Either we're using git < 1.8.3, or there really are no tags. We use - # a heuristic: assume all version tags have a digit. The old git %d - # expansion behaves like git log --decorate=short and strips out the - # refs/heads/ and refs/tags/ prefixes that would let us distinguish - # between branches and tags. By ignoring refnames without digits, we - # filter out many common branch names like "release" and - # "stabilization", as well as "HEAD" and "master". - tags = set([r for r in refs if re.search(r'\d', r)]) - if verbose: - print("discarding '%s', no digits" % ",".join(refs - tags)) - if verbose: - print("likely tags: %s" % ",".join(sorted(tags))) - for ref in sorted(tags): - # sorting will prefer e.g. "2.0" over "2.0rc1" - if ref.startswith(tag_prefix): - r = ref[len(tag_prefix):] - if verbose: - print("picking %s" % r) - return {"version": r, - "full-revisionid": keywords["full"].strip(), - "dirty": False, "error": None, - "date": date} - # no suitable tags, so version is "0+unknown", but full hex is still there - if verbose: - print("no suitable tags, using unknown + full revision id") - return {"version": "0+unknown", - "full-revisionid": keywords["full"].strip(), - "dirty": False, "error": "no suitable tags", "date": None} - - -@register_vcs_handler("git", "pieces_from_vcs") -def git_pieces_from_vcs(tag_prefix, root, verbose, run_command=run_command): - """Get version from 'git describe' in the root of the source tree. - - This only gets called if the git-archive 'subst' keywords were *not* - expanded, and _version.py hasn't already been rewritten with a short - version string, meaning we're inside a checked out source tree. - """ - GITS = ["git"] - if sys.platform == "win32": - GITS = ["git.cmd", "git.exe"] - - out, rc = run_command(GITS, ["rev-parse", "--git-dir"], cwd=root, - hide_stderr=True) - if rc != 0: - if verbose: - print("Directory %s not under git control" % root) - raise NotThisMethod("'git rev-parse --git-dir' returned error") - - # if there is a tag matching tag_prefix, this yields TAG-NUM-gHEX[-dirty] - # if there isn't one, this yields HEX[-dirty] (no NUM) - describe_out, rc = run_command(GITS, ["describe", "--tags", "--dirty", - "--always", "--long", - "--match", "%s*" % tag_prefix], - cwd=root) - # --long was added in git-1.5.5 - if describe_out is None: - raise NotThisMethod("'git describe' failed") - describe_out = describe_out.strip() - full_out, rc = run_command(GITS, ["rev-parse", "HEAD"], cwd=root) - if full_out is None: - raise NotThisMethod("'git rev-parse' failed") - full_out = full_out.strip() - - pieces = {} - pieces["long"] = full_out - pieces["short"] = full_out[:7] # maybe improved later - pieces["error"] = None - - # parse describe_out. It will be like TAG-NUM-gHEX[-dirty] or HEX[-dirty] - # TAG might have hyphens. - git_describe = describe_out - - # look for -dirty suffix - dirty = git_describe.endswith("-dirty") - pieces["dirty"] = dirty - if dirty: - git_describe = git_describe[:git_describe.rindex("-dirty")] - - # now we have TAG-NUM-gHEX or HEX - - if "-" in git_describe: - # TAG-NUM-gHEX - mo = re.search(r'^(.+)-(\d+)-g([0-9a-f]+)$', git_describe) - if not mo: - # unparseable. Maybe git-describe is misbehaving? - pieces["error"] = ("unable to parse git-describe output: '%s'" - % describe_out) - return pieces - - # tag - full_tag = mo.group(1) - if not full_tag.startswith(tag_prefix): - if verbose: - fmt = "tag '%s' doesn't start with prefix '%s'" - print(fmt % (full_tag, tag_prefix)) - pieces["error"] = ("tag '%s' doesn't start with prefix '%s'" - % (full_tag, tag_prefix)) - return pieces - pieces["closest-tag"] = full_tag[len(tag_prefix):] - - # distance: number of commits since tag - pieces["distance"] = int(mo.group(2)) - - # commit: short hex revision ID - pieces["short"] = mo.group(3) - - else: - # HEX: no tags - pieces["closest-tag"] = None - count_out, rc = run_command(GITS, ["rev-list", "HEAD", "--count"], - cwd=root) - pieces["distance"] = int(count_out) # total number of commits - - # commit date: see ISO-8601 comment in git_versions_from_keywords() - date = run_command(GITS, ["show", "-s", "--format=%ci", "HEAD"], - cwd=root)[0].strip() - pieces["date"] = date.strip().replace(" ", "T", 1).replace(" ", "", 1) - - return pieces - - -def do_vcs_install(manifest_in, versionfile_source, ipy): - """Git-specific installation logic for Versioneer. - - For Git, this means creating/changing .gitattributes to mark _version.py - for export-subst keyword substitution. - """ - GITS = ["git"] - if sys.platform == "win32": - GITS = ["git.cmd", "git.exe"] - files = [manifest_in, versionfile_source] - if ipy: - files.append(ipy) - try: - me = __file__ - if me.endswith(".pyc") or me.endswith(".pyo"): - me = os.path.splitext(me)[0] + ".py" - versioneer_file = os.path.relpath(me) - except NameError: - versioneer_file = "versioneer.py" - files.append(versioneer_file) - present = False - try: - f = open(".gitattributes", "r") - for line in f.readlines(): - if line.strip().startswith(versionfile_source): - if "export-subst" in line.strip().split()[1:]: - present = True - f.close() - except EnvironmentError: - pass - if not present: - f = open(".gitattributes", "a+") - f.write("%s export-subst\n" % versionfile_source) - f.close() - files.append(".gitattributes") - run_command(GITS, ["add", "--"] + files) - - -def versions_from_parentdir(parentdir_prefix, root, verbose): - """Try to determine the version from the parent directory name. - - Source tarballs conventionally unpack into a directory that includes both - the project name and a version string. We will also support searching up - two directory levels for an appropriately named parent directory - """ - rootdirs = [] - - for i in range(3): - dirname = os.path.basename(root) - if dirname.startswith(parentdir_prefix): - return {"version": dirname[len(parentdir_prefix):], - "full-revisionid": None, - "dirty": False, "error": None, "date": None} - else: - rootdirs.append(root) - root = os.path.dirname(root) # up a level - - if verbose: - print("Tried directories %s but none started with prefix %s" % - (str(rootdirs), parentdir_prefix)) - raise NotThisMethod("rootdir doesn't start with parentdir_prefix") - - -SHORT_VERSION_PY = """ -# This file was generated by 'versioneer.py' (0.18) from -# revision-control system data, or from the parent directory name of an -# unpacked source archive. Distribution tarballs contain a pre-generated copy -# of this file. - -import json - -version_json = ''' -%s -''' # END VERSION_JSON - - -def get_versions(): - return json.loads(version_json) -""" - - -def versions_from_file(filename): - """Try to determine the version from _version.py if present.""" - try: - with open(filename) as f: - contents = f.read() - except EnvironmentError: - raise NotThisMethod("unable to read _version.py") - mo = re.search(r"version_json = '''\n(.*)''' # END VERSION_JSON", - contents, re.M | re.S) - if not mo: - mo = re.search(r"version_json = '''\r\n(.*)''' # END VERSION_JSON", - contents, re.M | re.S) - if not mo: - raise NotThisMethod("no version_json in _version.py") - return json.loads(mo.group(1)) - - -def write_to_version_file(filename, versions): - """Write the given version number to the given _version.py file.""" - os.unlink(filename) - contents = json.dumps(versions, sort_keys=True, - indent=1, separators=(",", ": ")) - with open(filename, "w") as f: - f.write(SHORT_VERSION_PY % contents) - - print("set %s to '%s'" % (filename, versions["version"])) - - -def plus_or_dot(pieces): - """Return a + if we don't already have one, else return a .""" - if "+" in pieces.get("closest-tag", ""): - return "." - return "+" - - -def render_pep440(pieces): - """Build up version string, with post-release "local version identifier". - - Our goal: TAG[+DISTANCE.gHEX[.dirty]] . Note that if you - get a tagged build and then dirty it, you'll get TAG+0.gHEX.dirty - - Exceptions: - 1: no tags. git_describe was just HEX. 0+untagged.DISTANCE.gHEX[.dirty] - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - if pieces["distance"] or pieces["dirty"]: - rendered += plus_or_dot(pieces) - rendered += "%d.g%s" % (pieces["distance"], pieces["short"]) - if pieces["dirty"]: - rendered += ".dirty" - else: - # exception #1 - rendered = "0+untagged.%d.g%s" % (pieces["distance"], - pieces["short"]) - if pieces["dirty"]: - rendered += ".dirty" - return rendered - - -def render_pep440_pre(pieces): - """TAG[.post.devDISTANCE] -- No -dirty. - - Exceptions: - 1: no tags. 0.post.devDISTANCE - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - if pieces["distance"]: - rendered += ".post.dev%d" % pieces["distance"] - else: - # exception #1 - rendered = "0.post.dev%d" % pieces["distance"] - return rendered - - -def render_pep440_post(pieces): - """TAG[.postDISTANCE[.dev0]+gHEX] . - - The ".dev0" means dirty. Note that .dev0 sorts backwards - (a dirty tree will appear "older" than the corresponding clean one), - but you shouldn't be releasing software with -dirty anyways. - - Exceptions: - 1: no tags. 0.postDISTANCE[.dev0] - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - if pieces["distance"] or pieces["dirty"]: - rendered += ".post%d" % pieces["distance"] - if pieces["dirty"]: - rendered += ".dev0" - rendered += plus_or_dot(pieces) - rendered += "g%s" % pieces["short"] - else: - # exception #1 - rendered = "0.post%d" % pieces["distance"] - if pieces["dirty"]: - rendered += ".dev0" - rendered += "+g%s" % pieces["short"] - return rendered - - -def render_pep440_old(pieces): - """TAG[.postDISTANCE[.dev0]] . - - The ".dev0" means dirty. - - Eexceptions: - 1: no tags. 0.postDISTANCE[.dev0] - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - if pieces["distance"] or pieces["dirty"]: - rendered += ".post%d" % pieces["distance"] - if pieces["dirty"]: - rendered += ".dev0" - else: - # exception #1 - rendered = "0.post%d" % pieces["distance"] - if pieces["dirty"]: - rendered += ".dev0" - return rendered - - -def render_git_describe(pieces): - """TAG[-DISTANCE-gHEX][-dirty]. - - Like 'git describe --tags --dirty --always'. - - Exceptions: - 1: no tags. HEX[-dirty] (note: no 'g' prefix) - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - if pieces["distance"]: - rendered += "-%d-g%s" % (pieces["distance"], pieces["short"]) - else: - # exception #1 - rendered = pieces["short"] - if pieces["dirty"]: - rendered += "-dirty" - return rendered - - -def render_git_describe_long(pieces): - """TAG-DISTANCE-gHEX[-dirty]. - - Like 'git describe --tags --dirty --always -long'. - The distance/hash is unconditional. - - Exceptions: - 1: no tags. HEX[-dirty] (note: no 'g' prefix) - """ - if pieces["closest-tag"]: - rendered = pieces["closest-tag"] - rendered += "-%d-g%s" % (pieces["distance"], pieces["short"]) - else: - # exception #1 - rendered = pieces["short"] - if pieces["dirty"]: - rendered += "-dirty" - return rendered - - -def render(pieces, style): - """Render the given version pieces into the requested style.""" - if pieces["error"]: - return {"version": "unknown", - "full-revisionid": pieces.get("long"), - "dirty": None, - "error": pieces["error"], - "date": None} - - if not style or style == "default": - style = "pep440" # the default - - if style == "pep440": - rendered = render_pep440(pieces) - elif style == "pep440-pre": - rendered = render_pep440_pre(pieces) - elif style == "pep440-post": - rendered = render_pep440_post(pieces) - elif style == "pep440-old": - rendered = render_pep440_old(pieces) - elif style == "git-describe": - rendered = render_git_describe(pieces) - elif style == "git-describe-long": - rendered = render_git_describe_long(pieces) - else: - raise ValueError("unknown style '%s'" % style) - - return {"version": rendered, "full-revisionid": pieces["long"], - "dirty": pieces["dirty"], "error": None, - "date": pieces.get("date")} - - -class VersioneerBadRootError(Exception): - """The project root directory is unknown or missing key files.""" - - -def get_versions(verbose=False): - """Get the project version from whatever source is available. - - Returns dict with two keys: 'version' and 'full'. - """ - if "versioneer" in sys.modules: - # see the discussion in cmdclass.py:get_cmdclass() - del sys.modules["versioneer"] - - root = get_root() - cfg = get_config_from_root(root) - - assert cfg.VCS is not None, "please set [versioneer]VCS= in setup.cfg" - handlers = HANDLERS.get(cfg.VCS) - assert handlers, "unrecognized VCS '%s'" % cfg.VCS - verbose = verbose or cfg.verbose - assert cfg.versionfile_source is not None, \ - "please set versioneer.versionfile_source" - assert cfg.tag_prefix is not None, "please set versioneer.tag_prefix" - - versionfile_abs = os.path.join(root, cfg.versionfile_source) - - # extract version from first of: _version.py, VCS command (e.g. 'git - # describe'), parentdir. This is meant to work for developers using a - # source checkout, for users of a tarball created by 'setup.py sdist', - # and for users of a tarball/zipball created by 'git archive' or github's - # download-from-tag feature or the equivalent in other VCSes. - - get_keywords_f = handlers.get("get_keywords") - from_keywords_f = handlers.get("keywords") - if get_keywords_f and from_keywords_f: - try: - keywords = get_keywords_f(versionfile_abs) - ver = from_keywords_f(keywords, cfg.tag_prefix, verbose) - if verbose: - print("got version from expanded keyword %s" % ver) - return ver - except NotThisMethod: - pass - - try: - ver = versions_from_file(versionfile_abs) - if verbose: - print("got version from file %s %s" % (versionfile_abs, ver)) - return ver - except NotThisMethod: - pass - - from_vcs_f = handlers.get("pieces_from_vcs") - if from_vcs_f: - try: - pieces = from_vcs_f(cfg.tag_prefix, root, verbose) - ver = render(pieces, cfg.style) - if verbose: - print("got version from VCS %s" % ver) - return ver - except NotThisMethod: - pass - - try: - if cfg.parentdir_prefix: - ver = versions_from_parentdir(cfg.parentdir_prefix, root, verbose) - if verbose: - print("got version from parentdir %s" % ver) - return ver - except NotThisMethod: - pass - - if verbose: - print("unable to compute version") - - return {"version": "0+unknown", "full-revisionid": None, - "dirty": None, "error": "unable to compute version", - "date": None} - - -def get_version(): - """Get the short version string for this project.""" - return get_versions()["version"] - - -def get_cmdclass(): - """Get the custom setuptools/distutils subclasses used by Versioneer.""" - if "versioneer" in sys.modules: - del sys.modules["versioneer"] - # this fixes the "python setup.py develop" case (also 'install' and - # 'easy_install .'), in which subdependencies of the main project are - # built (using setup.py bdist_egg) in the same python process. Assume - # a main project A and a dependency B, which use different versions - # of Versioneer. A's setup.py imports A's Versioneer, leaving it in - # sys.modules by the time B's setup.py is executed, causing B to run - # with the wrong versioneer. Setuptools wraps the sub-dep builds in a - # sandbox that restores sys.modules to it's pre-build state, so the - # parent is protected against the child's "import versioneer". By - # removing ourselves from sys.modules here, before the child build - # happens, we protect the child from the parent's versioneer too. - # Also see https://github.com/warner/python-versioneer/issues/52 - - cmds = {} - - # we add "version" to both distutils and setuptools - from distutils.core import Command - - class cmd_version(Command): - description = "report generated version string" - user_options = [] - boolean_options = [] - - def initialize_options(self): - pass - - def finalize_options(self): - pass - - def run(self): - vers = get_versions(verbose=True) - print("Version: %s" % vers["version"]) - print(" full-revisionid: %s" % vers.get("full-revisionid")) - print(" dirty: %s" % vers.get("dirty")) - print(" date: %s" % vers.get("date")) - if vers["error"]: - print(" error: %s" % vers["error"]) - cmds["version"] = cmd_version - - # we override "build_py" in both distutils and setuptools - # - # most invocation pathways end up running build_py: - # distutils/build -> build_py - # distutils/install -> distutils/build ->.. - # setuptools/bdist_wheel -> distutils/install ->.. - # setuptools/bdist_egg -> distutils/install_lib -> build_py - # setuptools/install -> bdist_egg ->.. - # setuptools/develop -> ? - # pip install: - # copies source tree to a tempdir before running egg_info/etc - # if .git isn't copied too, 'git describe' will fail - # then does setup.py bdist_wheel, or sometimes setup.py install - # setup.py egg_info -> ? - - # we override different "build_py" commands for both environments - if "setuptools" in sys.modules: - from setuptools.command.build_py import build_py as _build_py - else: - from distutils.command.build_py import build_py as _build_py - - class cmd_build_py(_build_py): - def run(self): - root = get_root() - cfg = get_config_from_root(root) - versions = get_versions() - _build_py.run(self) - # now locate _version.py in the new build/ directory and replace - # it with an updated value - if cfg.versionfile_build: - target_versionfile = os.path.join(self.build_lib, - cfg.versionfile_build) - print("UPDATING %s" % target_versionfile) - write_to_version_file(target_versionfile, versions) - cmds["build_py"] = cmd_build_py - - if "cx_Freeze" in sys.modules: # cx_freeze enabled? - from cx_Freeze.dist import build_exe as _build_exe - # nczeczulin reports that py2exe won't like the pep440-style string - # as FILEVERSION, but it can be used for PRODUCTVERSION, e.g. - # setup(console=[{ - # "version": versioneer.get_version().split("+", 1)[0], # FILEVERSION - # "product_version": versioneer.get_version(), - # ... - - class cmd_build_exe(_build_exe): - def run(self): - root = get_root() - cfg = get_config_from_root(root) - versions = get_versions() - target_versionfile = cfg.versionfile_source - print("UPDATING %s" % target_versionfile) - write_to_version_file(target_versionfile, versions) - - _build_exe.run(self) - os.unlink(target_versionfile) - with open(cfg.versionfile_source, "w") as f: - LONG = LONG_VERSION_PY[cfg.VCS] - f.write(LONG % - {"DOLLAR": "$", - "STYLE": cfg.style, - "TAG_PREFIX": cfg.tag_prefix, - "PARENTDIR_PREFIX": cfg.parentdir_prefix, - "VERSIONFILE_SOURCE": cfg.versionfile_source, - }) - cmds["build_exe"] = cmd_build_exe - del cmds["build_py"] - - if 'py2exe' in sys.modules: # py2exe enabled? - try: - from py2exe.distutils_buildexe import py2exe as _py2exe # py3 - except ImportError: - from py2exe.build_exe import py2exe as _py2exe # py2 - - class cmd_py2exe(_py2exe): - def run(self): - root = get_root() - cfg = get_config_from_root(root) - versions = get_versions() - target_versionfile = cfg.versionfile_source - print("UPDATING %s" % target_versionfile) - write_to_version_file(target_versionfile, versions) - - _py2exe.run(self) - os.unlink(target_versionfile) - with open(cfg.versionfile_source, "w") as f: - LONG = LONG_VERSION_PY[cfg.VCS] - f.write(LONG % - {"DOLLAR": "$", - "STYLE": cfg.style, - "TAG_PREFIX": cfg.tag_prefix, - "PARENTDIR_PREFIX": cfg.parentdir_prefix, - "VERSIONFILE_SOURCE": cfg.versionfile_source, - }) - cmds["py2exe"] = cmd_py2exe - - # we override different "sdist" commands for both environments - if "setuptools" in sys.modules: - from setuptools.command.sdist import sdist as _sdist - else: - from distutils.command.sdist import sdist as _sdist - - class cmd_sdist(_sdist): - def run(self): - versions = get_versions() - self._versioneer_generated_versions = versions - # unless we update this, the command will keep using the old - # version - self.distribution.metadata.version = versions["version"] - return _sdist.run(self) - - def make_release_tree(self, base_dir, files): - root = get_root() - cfg = get_config_from_root(root) - _sdist.make_release_tree(self, base_dir, files) - # now locate _version.py in the new base_dir directory - # (remembering that it may be a hardlink) and replace it with an - # updated value - target_versionfile = os.path.join(base_dir, cfg.versionfile_source) - print("UPDATING %s" % target_versionfile) - write_to_version_file(target_versionfile, - self._versioneer_generated_versions) - cmds["sdist"] = cmd_sdist - - return cmds - - -CONFIG_ERROR = """ -setup.cfg is missing the necessary Versioneer configuration. You need -a section like: - - [versioneer] - VCS = git - style = pep440 - versionfile_source = src/myproject/_version.py - versionfile_build = myproject/_version.py - tag_prefix = - parentdir_prefix = myproject- - -You will also need to edit your setup.py to use the results: - - import versioneer - setup(version=versioneer.get_version(), - cmdclass=versioneer.get_cmdclass(), ...) - -Please read the docstring in ./versioneer.py for configuration instructions, -edit setup.cfg, and re-run the installer or 'python versioneer.py setup'. -""" - -SAMPLE_CONFIG = """ -# See the docstring in versioneer.py for instructions. Note that you must -# re-run 'versioneer.py setup' after changing this section, and commit the -# resulting files. - -[versioneer] -#VCS = git -#style = pep440 -#versionfile_source = -#versionfile_build = -#tag_prefix = -#parentdir_prefix = - -""" - -INIT_PY_SNIPPET = """ -from ._version import get_versions -__version__ = get_versions()['version'] -del get_versions -""" - - -def do_setup(): - """Main VCS-independent setup function for installing Versioneer.""" - root = get_root() - try: - cfg = get_config_from_root(root) - except (EnvironmentError, configparser.NoSectionError, - configparser.NoOptionError) as e: - if isinstance(e, (EnvironmentError, configparser.NoSectionError)): - print("Adding sample versioneer config to setup.cfg", - file=sys.stderr) - with open(os.path.join(root, "setup.cfg"), "a") as f: - f.write(SAMPLE_CONFIG) - print(CONFIG_ERROR, file=sys.stderr) - return 1 - - print(" creating %s" % cfg.versionfile_source) - with open(cfg.versionfile_source, "w") as f: - LONG = LONG_VERSION_PY[cfg.VCS] - f.write(LONG % {"DOLLAR": "$", - "STYLE": cfg.style, - "TAG_PREFIX": cfg.tag_prefix, - "PARENTDIR_PREFIX": cfg.parentdir_prefix, - "VERSIONFILE_SOURCE": cfg.versionfile_source, - }) - - ipy = os.path.join(os.path.dirname(cfg.versionfile_source), - "__init__.py") - if os.path.exists(ipy): - try: - with open(ipy, "r") as f: - old = f.read() - except EnvironmentError: - old = "" - if INIT_PY_SNIPPET not in old: - print(" appending to %s" % ipy) - with open(ipy, "a") as f: - f.write(INIT_PY_SNIPPET) - else: - print(" %s unmodified" % ipy) - else: - print(" %s doesn't exist, ok" % ipy) - ipy = None - - # Make sure both the top-level "versioneer.py" and versionfile_source - # (PKG/_version.py, used by runtime code) are in MANIFEST.in, so - # they'll be copied into source distributions. Pip won't be able to - # install the package without this. - manifest_in = os.path.join(root, "MANIFEST.in") - simple_includes = set() - try: - with open(manifest_in, "r") as f: - for line in f: - if line.startswith("include "): - for include in line.split()[1:]: - simple_includes.add(include) - except EnvironmentError: - pass - # That doesn't cover everything MANIFEST.in can do - # (http://docs.python.org/2/distutils/sourcedist.html#commands), so - # it might give some false negatives. Appending redundant 'include' - # lines is safe, though. - if "versioneer.py" not in simple_includes: - print(" appending 'versioneer.py' to MANIFEST.in") - with open(manifest_in, "a") as f: - f.write("include versioneer.py\n") - else: - print(" 'versioneer.py' already in MANIFEST.in") - if cfg.versionfile_source not in simple_includes: - print(" appending versionfile_source ('%s') to MANIFEST.in" % - cfg.versionfile_source) - with open(manifest_in, "a") as f: - f.write("include %s\n" % cfg.versionfile_source) - else: - print(" versionfile_source already in MANIFEST.in") - - # Make VCS-specific changes. For git, this means creating/changing - # .gitattributes to mark _version.py for export-subst keyword - # substitution. - do_vcs_install(manifest_in, cfg.versionfile_source, ipy) - return 0 - - -def scan_setup_py(): - """Validate the contents of setup.py against Versioneer's expectations.""" - found = set() - setters = False - errors = 0 - with open("setup.py", "r") as f: - for line in f.readlines(): - if "import versioneer" in line: - found.add("import") - if "versioneer.get_cmdclass()" in line: - found.add("cmdclass") - if "versioneer.get_version()" in line: - found.add("get_version") - if "versioneer.VCS" in line: - setters = True - if "versioneer.versionfile_source" in line: - setters = True - if len(found) != 3: - print("") - print("Your setup.py appears to be missing some important items") - print("(but I might be wrong). Please make sure it has something") - print("roughly like the following:") - print("") - print(" import versioneer") - print(" setup( version=versioneer.get_version(),") - print(" cmdclass=versioneer.get_cmdclass(), ...)") - print("") - errors += 1 - if setters: - print("You should remove lines like 'versioneer.VCS = ' and") - print("'versioneer.versionfile_source = ' . This configuration") - print("now lives in setup.cfg, and should be removed from setup.py") - print("") - errors += 1 - return errors - - -if __name__ == "__main__": - cmd = sys.argv[1] - if cmd == "setup": - errors = do_setup() - errors += scan_setup_py() - if errors: - sys.exit(1) From 492e5cc43f2729b8f68d168b52cf292cf686a38d Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:01:40 +0000 Subject: [PATCH 02/30] remove .DS_Store --- .DS_Store | Bin 8196 -> 0 bytes .gitignore | 1 + alchemtest/.DS_Store | Bin 6148 -> 0 bytes alchemtest/amber/.DS_Store | Bin 6148 -> 0 bytes alchemtest/amber/bace_CAT-13d~CAT-17a/.DS_Store | Bin 6148 -> 0 bytes .../bace_CAT-13d~CAT-17a/complex/.DS_Store | Bin 6148 -> 0 bytes .../complex/decharge/.DS_Store | Bin 6148 -> 0 bytes .../complex/decharge/0.00/.DS_Store | Bin 6148 -> 0 bytes .../complex/decharge/0.25/.DS_Store | Bin 6148 -> 0 bytes alchemtest/amber/simplesolvated/.DS_Store | Bin 6148 -> 0 bytes .../amber/simplesolvated/charge/.DS_Store | Bin 10244 -> 0 bytes .../amber/simplesolvated/charge/0.00/.DS_Store | Bin 6148 -> 0 bytes .../amber/simplesolvated/charge/0.25/.DS_Store | Bin 6148 -> 0 bytes alchemtest/gmx/.DS_Store | Bin 6148 -> 0 bytes alchemtest/gmx/ethanol/.DS_Store | Bin 6148 -> 0 bytes alchemtest/gmx/ethanol/Coulomb/.DS_Store | Bin 6148 -> 0 bytes alchemtest/gmx/ethanol/Coulomb/0.0469/.DS_Store | Bin 6148 -> 0 bytes alchemtest/gmx/ethanol/VDW/.DS_Store | Bin 6148 -> 0 bytes docs/.DS_Store | Bin 8196 -> 0 bytes 19 files changed, 1 insertion(+) delete mode 100644 .DS_Store delete mode 100644 alchemtest/.DS_Store delete mode 100644 alchemtest/amber/.DS_Store delete mode 100644 alchemtest/amber/bace_CAT-13d~CAT-17a/.DS_Store delete mode 100644 alchemtest/amber/bace_CAT-13d~CAT-17a/complex/.DS_Store delete mode 100644 alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/.DS_Store delete mode 100644 alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.00/.DS_Store delete mode 100644 alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.25/.DS_Store delete mode 100644 alchemtest/amber/simplesolvated/.DS_Store delete mode 100644 alchemtest/amber/simplesolvated/charge/.DS_Store delete mode 100644 alchemtest/amber/simplesolvated/charge/0.00/.DS_Store delete mode 100644 alchemtest/amber/simplesolvated/charge/0.25/.DS_Store delete mode 100644 alchemtest/gmx/.DS_Store delete mode 100644 alchemtest/gmx/ethanol/.DS_Store delete mode 100644 alchemtest/gmx/ethanol/Coulomb/.DS_Store delete mode 100644 alchemtest/gmx/ethanol/Coulomb/0.0469/.DS_Store delete mode 100644 alchemtest/gmx/ethanol/VDW/.DS_Store delete mode 100644 docs/.DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 5d07131242d939d151593351e609d1f3758de25c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8196 zcmeHM&2G~`5T0!Vb%;=l1X4L5S>hTsaa$#=xP-Jpid1^Qr5pg2I1a6aYe%uus6>%+ z2A+Xe;0iCoyKsVUe^R+lq8v!8B6g+SZ@oLSp8592nGF%KYS*=hR*A?!=D3nWF(L7O zp2yOHYPknw&?joqDa9xwlsah!Gy|Fe&46Y=GjJ0bz&D#GW6F15_UckIpc(it8Q|xG ziOjL0a41n69VkQy0L-9SB-9ZH2pv;lMd47QP{o)sdSFVGsStxnb@ZED99U5}lql7S zNp)iC%}hloOuQX>rVuAqk*G_}fM#Hv0Uo>Gp$7TXq?2U)?)0LziR5i{fJO zCtFy|+`7GF7)H)`YoCNYJ8s0?sM_ef=1&J<=sTl&!#VU?y`z=;J7Ewvyr9()3ZC17 z$eUMQ;D)_w*bUrB=-RTw$Y!%gD-Zkq_3~EUw93Un-t1fJrBdG9+T0urvc`kQg(okL zKKQ3W_*weH)R{ncQ~rIK=G>Xx3H&fPMnBihkV_#5i0XdWR8I4A+;HwL{C1Or=EwhoqDVbb11E75Fw_LV&|Br#T2*b(Es zZLra#_jG*i{!F%ES5T5Oirijpkf_hr;TCvsATD*j+FJMFuDm5`hgK1Wp)C!@HyZS)-AU=;X zyIZMNJ&M>JnE5udGaKgHu$ut@)*kpZfHDABsD!x^nlFUrNv9;IJw-$&*XVo0_|^-B zHx+9ff0F^)yCS&I0}r||xqmO-Z5YH!wff3(`9g7S-kP@-taImD44uSH265Z%pVHHj z5TQ37yWVlo9d^n~dm>8QAnNvILg05XxsJ0nW(rk0Fx`AG{br^+6eiz}>vI_n%vNZuVZbo(k%7E=EYtme z@O}UPG08j`1`GrLiUC&GclO&@lD=D~ile)hqh6qrP+X?)Jp~8yD#lp4idRsjpr6wK W(bkwLL=TGj5s)+(V;J~V2HpT7!i+Tl diff --git a/alchemtest/amber/.DS_Store b/alchemtest/amber/.DS_Store deleted file mode 100644 index 4fbe48a836454548d1cd5b5f452fe9ae09664618..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~(N4lJ6oyX)WoR^9U}C&#;w?l_gBWin>I*oc7iw^GL>K2u*nkUy*#qbc`5-=z z=d>jOQR9t9O;2+Aw`)(geo5OM0AP)tUj--tfQ3$)UBu!Yqki%ko6}FSs7%h$f7L9?cE}H;KDVuVRHX&gAWfA`*{~!ZxDC9P~+E*PAZibHkZlH zFXXJ8wPam7w_@NVZqkbzZugv8O(8;WTz9?Gpgm|6iiaXf+#qUqWkBG!amdA45cy)z z5WUEcWvrt*th|+P71oEta<#TqFY&#~sKkfWty-pMH6QQlhJ*xWy9-G%p&cvQq0 zo=DP`wT|TpD_>r5-|0r7h;A^3=39Xn0=S0`gh(p}f!arQ3AX%yL+8^~z9BNEYV_|B z&^yFh`g@;lzSs~j1iqO7oevzH)Yh6Rl}85_G6g`T-w0_~r(A+!xK>+hsuX+Bm7{#m`*;Jelyb<3X^Zg`MDep%vNejL%S5T0$TO({YT3gT(OYsI#dQt=XMeE}nSP^pP68cegLKUOG(Jb=EC590GU zv%3MSId~GWGqC&3&d+YFD_iy>1W?^?Djrtpf&m%5(3aU7}m9zAJR z8qLTIFayj0Gq6q!*i*nMuT#-nD>J|h{D=YCA0#$H*J5H&Zyngt^_lzyLK4*JEkP(P zx)u|I=s^)C715*$`@|3?9qrP_xfT1KLM+ ewbS?|=@{o)ObpU2WY_74d=b!uaK{Y%0s|i&Kusb5 diff --git a/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/.DS_Store b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/.DS_Store deleted file mode 100644 index 85763293731773f528900d44257617ba0eaf537f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%}T>S5T0$T-BN@e6vWel*NSbCqIe0lzJL)usMN%S8jM-#k3Ez^9zb8n2l08F z+1-kz3Z6uC24=t6`N^_h!cGlP*cYc?gAhMgRloLmWBzEyOR(>3^#BKAKqV>>JVcu;X|4XM~%j-C=^R8t7Tc1Re9y#>WM!JM&n^8 z7+lcoRO>XH+d+7i#FJia{YYn{Aj#r^DM+FiQ!dYwEYg#X9%s?e)cQ6cE3(q7ZB3^; z&30?Qt_~Wrx|%jy?RH)5@9oWI6}hp!dw9~jOYbxNWa$+6cP=J|}w05iZ0{2vC~2`H=oXUn`(W`G&^CIfUnC{#kvVQ$eJ9XQbMBgIREBxuuJ zf>1g19Of1=f+B1wqAeBfiXm({`jyM`9Of2nIS8{dKF6&r+zmyT)zPm^Itb4qkIVow zu*g8sPHWWvkH5bEFBb8P8DIwf6a%8v^}8M1lIyKYo1)o1GoT7_SXl4r2wzm<5WM%E9oB;6Cb{q>Lp4$nhEeu-EZJ z>BIVM&YKLskpcX68D_IRP<#6O`JFK6^=g*&p<3&F&Sh z&ZP|f@x19@1nps?uzn(=elv*LT@?_t+Te118AL5PtjR&t>Zw>yZ&*1i*C=eo@quF( zh2vC4MG-rtN~I{O4)Cm}FVr5Jp%6mNnm0lUBnpldME2o?~!2q+q8AO@Do Fz$eLPgFpZP diff --git a/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.00/.DS_Store b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.00/.DS_Store deleted file mode 100644 index 8e3409d0dfcac0d384699e31c2f2fe7150e50a3f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKF-`+P475p#NGV83xgQ{cAFQIJpymT8&>%&+Ch4!ryZ9N**cK={Xpm^oII?Hg z=ef;IaXy=wZ%!}wW-BvWz=?Kdm>RFsCw5gC2f}fWwcX*jw!u!5>hBZeF70Tqb{otu z{_){3Jns*~9u@q1*Yx)?tYuO_3P=GdAO)nrZxmqfg)Nqeic&xdNP$lU_BLHxYbQsn#O8^@az+N~eA_McJ0+Z@BVtCS#Z&lX|$Hb(Y$H}-)o$NKCc$|)W zi*oaxs3--bz@-AS+^*RFckmzP|4Wi~Qa}p)D+PSMecW#FNYz^>5652H;7@SYyuoQ$ o2L&P8F)-ROHf+Z?QIvI!Yh3SzV`9*e4?0jE1Jp$(1^!xr5B#(n(*OVf diff --git a/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.25/.DS_Store b/alchemtest/amber/bace_CAT-13d~CAT-17a/complex/decharge/0.25/.DS_Store deleted file mode 100644 index 0a0bb44e19904178b46597c776f11eeb561c369e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKu};HK478y`r4Dptd_Mq!O6*Tn8JPJ2R9KKIWoh?Jd>4NPceaHT1r{V0be8OU z&++9YH^i}-`S$d3YqmDCC7ft)40Gdk`pnKM<3Kp>acvvBLmcchtNuPg?#hn#YFBnM z;U6Ck!}I`}qTyP$uRVJ(vaQa}nw0VyB_exm?;FKoF=RFnczKni>*!0$tY6MNy9 z7@rP=7y*C_q{Fa|SpwLY0QSN$5gC{#6_`}75yO*?e5<-%I3_0DJWj@a>SV78#p873 zTa=skL`5ke1*Qs|=XTBhe-Hm*{-2VxlLAuUUn$^=-Q#YHSE}ARdpY*n27iLH<{eJM pIw%Oyj)BpRv0*#DjH0Y-T;qB#920|%e9(dV8K5pQDe%_{d;&&18{q%| diff --git a/alchemtest/amber/simplesolvated/.DS_Store b/alchemtest/amber/simplesolvated/.DS_Store deleted file mode 100644 index b530eb13213d857f9cb81cc2b871df27f98e09eb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK!AiqG5Z!HSn^J@v6!f;>wP2&A2wp<1KVU=;Dm7_B8;seKwB}F>x$6)4BYuxF zyIY}DFCIk749vXg?98V7Qg%9wG2Wkt4r4ZB%mPKMG{Jl$xQ@CZ6%(lfa<#{pMM05I zgG2@!*%bJX4B)$~vk{vxpJiCBJQC{qP-7(vSYZJdU(=*xK;=Bn1y3s%!=4(-Fm;?(K1 zh2!*=ZLx4pdcC$d>vosRrnP@`e10{2N}f~ss+r{Qqf@eLa0PGRtQ{)MM@ax*5)0NA zUc4+#WIBfUYO~cQgv0IvFuQ4E&M-ydMN8qHD0!sICq$Y6JkR zL0Ad+I7?uSFz6aAHNpxA*QJ2El$#NQ>vD(-ljj;NHR^K4&G5m^lew8txOzJ5FH}0? zu12!N05P!60M33OHunF^pXYy-M1~k32DXy{UK@CWKAg?;){RqQuN9z=peUGEYWykz jN3~+e#a4U(ss!Q!9YEJ$sSzR|^hZF^K!zCjQwBZ(cPdfg diff --git a/alchemtest/amber/simplesolvated/charge/.DS_Store b/alchemtest/amber/simplesolvated/charge/.DS_Store deleted file mode 100644 index b8de46e319583df25c06abea59bc38eef82c4257..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10244 zcmeHMU2GIp6u#fI(3zpgw6q1>lr9tumIB)!3i2b{A3(53q5tJ)+1(lG$aJRc%hE-WU8EMrPSP@@Nr&e6e*CXL_zi}m3K!|mXjj>{0!|- z5Jn)3Kp25A0$~Kg2;2z~pzmy6Hx&4*)BI6i zogpr0*oF}ZBQP@p{O(@NVr(_l*wp)bYSc1aFBZEDsi=6?>=L;|o+BUV9(MBGUee3D zZOP0&&h_vFw_?@2hr`-T~N|Nd>?`vqfT>l^E%Yn%RV z=bsQeebb$P(%Iifs)9RL3Q$(mIg!48b#TB;J9f8u!boWIT*C4WV!JX% zjxgMxcC74(?IyIcbka&^t)yqPS{7G!2R!4L$9qGrlkwVp#e}A1U1P67dS=e(AZ;=& z=QHgd^-RZh`;3fBv^E|SZYbwUE322@vof}J!T=7?-rF1q&D59f?fWF3d8JO_@itrgvPc zm1VI;O=O9py({n6=|k>vbUvf*k3?!B%Vl{Vm$zpOYK2%`5vfzOq}=0@%VLUE>Ka9J zm7XJ%(ZaM*ZI(4%>9vw6!xEx(>V2~Ipwgcco(th7^?tbw^~yln85tpeTp@0aw9DEj z@=>0Jyu~gHlQ6H z*oN)sL@)X{_-254Y0M8)ZxN zw(aVUe>GdaDdqW5RzAO?a&hg7RgEnh*)UI%m^vi>el$C^kawYrxu zZ5+E}*23VDGJ~uGS<|)6ltzkg+f+v^ z0%qNMRn>|qp~Tpx&BQXEY z5hZXg!*T*=42@_)Gd5!jTG2*O?ZiXq!XE6!J{&*-hma(oS{Q+iJdP7sA0@b+#N#-H z(|8JJ@FHHq%Xr0y?OS+TKyDIs3Q8j6fKHFalu&!U%*Bxb+AW zi7BG|{eSDt|Np=Bg~A!a2!s*1V?1oh2H$2TW>oBj+4@BiWb|9^h}{|kX=@`L~Y diff --git a/alchemtest/amber/simplesolvated/charge/0.00/.DS_Store b/alchemtest/amber/simplesolvated/charge/0.00/.DS_Store deleted file mode 100644 index 16a2b178a6e4fbbd9b360361696a67338f40be7d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKO-sW-5Z$fSrWCOU1-%8l7EM%&;3d?0@M=U4Dz&jigE1@pFo#meUH_1O#J{6& zcDJHdPl8C92eWT8JF{WmhTV)1LNMBZ9 zglC$N@&6T|y(;CU~yFjt&kC^;pk;#`C` zDhmhg!LZ+G_s;0)Sg9nM^xM%%+|63m<$aY7+Hu4dn`MacPSoOV>!P{Xv-*SVn? zaLP`(Rb3m6wtcVW`hI;}b4UJGyYU09u8o((3a|pdQ-IC~7e*Xd&JF9M1C1^L zz(u$<(AU5IV3!==z;bRF9zdE@ut}A+#E`afkR~1DfsM}%n{*-dn=y}lv$Pe8w1tOs zb-0j$VQyIgR^YP&RQmx{y8jP;uK#rqH>?0FFq;aREH?~_*3gQM8nvurO9?v-Tb7Xsj5OTPReIeRH2oFkFYM}UqP(SIBl$@mslr+Zc zR8ON+M`+W4ET_)^?OjE5#WT?p=RfUV3w^C`PJZ-@*7@A+^L;c=lYH6jewC$irCO_d zb+74t2tVs}xST9k`Eas$N3AQZ(`Z+pL~oMWdfa~aQfJFalFb$-Ac<#idH*)aV!a;f zRTk$aHnbgH!)uJ&Pd1w~zuQs1KiGEE#_tUV9rdE$-)a=F2~pDO{TwC?j?Rq zBM%(z;0~4j!sC3JMwlQu?~S+NB1?7l2{y9Vb}R`cdVgRF?kvmzGr$a-Faz#r^qMC; zN1hrpzzqBw2IzcHP{P1rVbL5NC`<|ftiWspb@TKGDlz~AhlNF0Aku~cZK!l9hIE;O zwBhIvoPS}_h6`!FjB(tTrOQyHOFX19?m`9@xnu^IfkOt$w%Mlp|JCpF|HB||F$2uN zf5m{TjKa|nOLBMX(cS5T0$TO({YT3VK`cTCmm9DqcdZFJMFuDm9_S24l9gsX3HF?)pN$h|lB9 z?gp&(;7P>J!0tCYKf9R^vOfSIy0bwOpauXAHbOzl3L*1KSHT7o3Oz>*3ZfvLj)Q2$ zM1Rpl-(H3xBrpOWK7GFm(DN3Iqi~uu8tIer@|q#fcxr!--A^2SW_Gy$<7nO1o+n52iZTGY+TXRQk2O`TVGJQkTt6 zV^Np$=3%>Cm&dKvVo`B+_76@k`j635tX>S40%_N>Wif|WRKAq;>`mfG#SiGov+`(0 zW`G%B2AF}hV!$2)PIaxS=3=0j;_z-FAs1QO$c|)z%MZH0kVNi*Z=?k diff --git a/alchemtest/gmx/ethanol/.DS_Store b/alchemtest/gmx/ethanol/.DS_Store deleted file mode 100644 index 202a5bed621b40dae42d861a7b68647f1eee0073..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK!A`ks)OevdP| zqfyYrlTq18X5Q}1PTP6O?sfn`G)6%cpacL8Dq(IJ%_l-}(mBbnCyyxfGZgf|_s2=! zkLFfehh@Mr@Y@)my<31IP%wfB?c4rUK1QDWeiSCdO66H(vbm*v!6`T^&ZT#&#@?_q z93_p;;GAZsN=5$bxZ|IN-Eq6LcBJBACycuToe&0HTyoJ0<3NoYY7_^F&h<>dDLTb= zX>&5!tsj(SwO*N)<)pe(tCi*c-rjUtbk?`F4^P^6Q7={xhDU+Nj+Rx%S9rw1Oj$v4 z9r^f~lrj^#_XcsK;v0-mGz(|YgqAtS{yq;}&ine=HB&d1Ze@WO;LYQ#EKtq1RLg*6 z;Cl?v`5;jVUB=X)K046o7637aZY?;bUV?HYqsy2Y#0ZKosfZ?3aEl>KI{GEAa~V^E zCLIJfAA;X3xI+>8?f87DmxFK(T5B1w418oDYo;Z-|Bt`!|34<#nPtE-@UIvUxu(}_ zU`c$p&J{;@twg;-C82exL7jqzuVX!+t9S!d3&tc35M9R9AbL>jkASAZ8q2_sGVlTi ClabE= diff --git a/alchemtest/gmx/ethanol/Coulomb/.DS_Store b/alchemtest/gmx/ethanol/Coulomb/.DS_Store deleted file mode 100644 index fdc7fbb2823261cebf18d25485fd705076899b06..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%}T>S5Z-NTn^J@v6!f;>wP>oPwRj1&zJL)usMLfM4aRI~T6-vk-1UWg5ueAI z-OV8w@FrqsVD_7xpWW;S*&oIjA1=ZUV>V;V0!8F#lnA;@Llu*Z$kiABzT zGSFXi;kVbB!wx~atoZ#O!8DH2x#N8DO0~9CZ&(ehW!-yEa_P(4Nf`&Z z?FZMWMSf6x}4zO!zN zRp+?ZYm3uvcfD>}y9Y;Sm*eO7C6RBMNe-kd**2KNI~avUy?V1GmdPXd^O`)DkQg8a zhyh|?;}|eUfz{f$mD7TW0b<}M25^56pop%)OrzR5puy`i#%qWuVB=c?Q5bX$W*Q*^ z!gVR2F6HKl!F4(Kg~@XbW*T)l<7#FY$IP5RUbvba{6eKO?rNl#7$63U3{-X3#`FII zeworoezAml!~iky&lupfkvAH`qRiR)ZFzXs3eX2o6wJ%e00Fyj34jjnBYP^S;{t8S Ya}8!1aTN5cazMHWC_<SnJA#p8CwTcn%! zWO*qd1x^)M3p3{6x-u(7n96NrlTgXjsofT*QlA@*B&E|2ER2SHXF!A4#nc{7>3S@sp1 zjfm*#dYp-jL}UOrl$(XN*|~YkI+;-*9Cs{bal9N(`}6tKs(zm^ZeOM{fzQ9-zrU4P zDnJFO02QDDRN#{W)_Y-tVIU(FpaN9jsepYS3f!K=2U&*hAV4Yo8^6#S*}p z*aRX2)1U%_sySk4(2*}$R}-7Spo`}4q4{LZ2}S+sxW9P0Xbohf0#x8tfo^O^*8ex~ z5A**ki90Gl1^!9_?X9=#6<#TOYwP8#*B1B=ZZ&tf8P-lg@OBLJc8ra+B(n304R_!Q*>D(6 zf`o)*UR8ITo}QUSHV8zu)LrfA_qu9cch9KC0NnA#_$hD%pv5Zou*0UJ$hg!}X@o0} zXdU^$8dHp3R;irRXAdq=T}UyUr*k|LIBhT3jklf-=jm|4 zvkMuDQ}5(u3Ww`?Ypp3@3X~O)+`Wl6STT1$iSzfxkRx)Kp0RefTG#{b5WU6(Gc1uS zXM&Z_`FEVFgwrN&h9Oz!=(5sV!uZ7_`_OyYZpm(vvEr z_0HGzTAk}EjH_pHKa<#-oMnbj)#%2z#Al1>1@Sd8?mbEH9lYaR6+(Vwnc z%xvwLUG9|>_LuS!~p2s-0``iT+eB=q4YH!A0bM9B!8JFriPiBy_7SGTocSWR}n93-1 zH~rY{CVT%=Kr5!eEfm=E*dxjR2le0oZ!x1mO#xHjUsJ&C_h0vq8MUj4TypJ<^)0Iu o!EL-%3LAmQbxp@ Date: Sat, 23 Mar 2024 22:02:51 +0000 Subject: [PATCH 03/30] enable CI --- .github/workflows/CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index fddfc8d..dafa5cf 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -8,7 +8,7 @@ on: - "main" pull_request: branches: - - "main" + - "master" schedule: # Weekly tests run on main by default: # Scheduled workflows run on the latest commit on the default or base branch. From 00c17be93c7ac28df615056ff46a09f284694cef Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:05:22 +0000 Subject: [PATCH 04/30] fix test --- .github/workflows/deploy.yaml | 18 +++++++++++------- pyproject.toml | 4 +--- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f39e15a..7dbacd8 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -33,13 +33,17 @@ jobs: with: fetch-depth: 0 - - uses: mamba-org/provision-with-micromamba@main + - name: setup_miniconda + uses: conda-incubator/setup-miniconda@v2 with: - environment-file: devtools/conda-envs/test_env.yaml - environment-name: test - channels: conda-forge,defaults - extra-specs: | - python=3.10 + python-version: 3.10 + auto-update-conda: true + add-pip-as-python-dependency: true + architecture: x64 + + - name: install_deps + run: | + python -m pip install build - name: build run: | @@ -57,4 +61,4 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' uses: pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.PYPI_API_TOKEN }} + password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 96dc8b8..683e9d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,9 +10,7 @@ description = "The simple alchemistry test set." dynamic = ["version"] readme = "README.md" authors = [ - { name = "David Dotson", email = "dotsdl@gmail.com" } -] -maintainer =[ + { name = "David Dotson", email = "dotsdl@gmail.com" }, { name = "Oliver Beckstein", email = "orbeckst@gmail.com" }, { name = "Zhiyi Wu", email = "william@zhiyiwu.me" } ] From fe19677834ed27f001863ceb5d20d480d112ba2f Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:07:32 +0000 Subject: [PATCH 05/30] fix deploy --- .github/workflows/deploy.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7dbacd8..5b88ab3 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -33,13 +33,13 @@ jobs: with: fetch-depth: 0 - - name: setup_miniconda - uses: conda-incubator/setup-miniconda@v2 + - uses: mamba-org/provision-with-micromamba@main with: - python-version: 3.10 - auto-update-conda: true - add-pip-as-python-dependency: true - architecture: x64 + environment-file: devtools/conda-envs/test_env.yaml + environment-name: test + channels: conda-forge,defaults + extra-specs: | + python=3.10 - name: install_deps run: | From 744889747d749b54c64052aa623c611cd9df6ef2 Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:10:26 +0000 Subject: [PATCH 06/30] fix rtd --- readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/readthedocs.yml b/readthedocs.yml index 69d6db5..79d8037 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -3,6 +3,7 @@ version: 2 build: + os: ubuntu-22.04 image: latest python: From 4f3fb77dc47acfe00cc476b319eff70dc67fc32b Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:12:36 +0000 Subject: [PATCH 07/30] test the cookiecutter --- readthedocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 79d8037..69d6db5 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -3,7 +3,6 @@ version: 2 build: - os: ubuntu-22.04 image: latest python: From b1001594ef5237fa1f9cfb0bc6803944708de2f8 Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:14:51 +0000 Subject: [PATCH 08/30] fix rtd --- .github/workflows/deploy.yaml | 2 +- docs/conf copy.py | 174 ---------------------------------- readthedocs.yml | 23 +++-- 3 files changed, 18 insertions(+), 181 deletions(-) delete mode 100644 docs/conf copy.py diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5b88ab3..8b03737 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -39,7 +39,7 @@ jobs: environment-name: test channels: conda-forge,defaults extra-specs: | - python=3.10 + python=3.9 - name: install_deps run: | diff --git a/docs/conf copy.py b/docs/conf copy.py deleted file mode 100644 index ffe035a..0000000 --- a/docs/conf copy.py +++ /dev/null @@ -1,174 +0,0 @@ -# -*- coding: utf-8 -*- -# -# alchemtest documentation build configuration file, created by -# sphinx-quickstart on Fri Mar 24 12:44:43 2017. -# -# This file is execfile()d with the current directory set to its -# containing dir. -# -# Note that not all possible configuration values are present in this -# autogenerated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. - -# If extensions (or modules to document with autodoc) are in another directory, -# add these directories to sys.path here. If the directory is relative to the -# documentation root, use os.path.abspath to make it absolute, like shown here. -# -# import os -# import sys -# sys.path.insert(0, os.path.abspath('.')) - - -# -- General configuration ------------------------------------------------ - -# If your documentation needs a minimal Sphinx version, state it here. -# -# needs_sphinx = '1.0' - -# Add any Sphinx extension module names here, as strings. They can be -# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom -# ones. -extensions = ['sphinx.ext.autodoc', - 'sphinx.ext.intersphinx', - 'sphinx.ext.mathjax', - 'sphinx.ext.autosummary', - 'sphinx.ext.napoleon'] - -# Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] - -# The suffix(es) of source filenames. -# You can specify multiple suffix as a list of string: -# -# source_suffix = ['.rst', '.md'] -source_suffix = '.rst' - -# The master toctree document. -master_doc = 'index' - -# General information about the project. -project = u'alchemtest' -author = u'David Dotson and contributors' -copyright = u'2017-2019, ' + author - - -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -# automatically get the version information (requires that -# alchemtest is installed) -# We always display the full release string; if something else is -# desired, see the commented out code - -from alchemtest._version import get_versions -release = get_versions()['version'] -del get_versions - -version = release -#version = release.split("+")[0] # only major.minor.patch -#version = "."join(release.split(".")[:2]) # only major.minor - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# -# This is also used if you do content translation via gettext catalogs. -# Usually you set "language" from the command line for these cases. -language = None - -# List of patterns, relative to source directory, that match files and -# directories to ignore when looking for source files. -# This patterns also effect to html_static_path and html_extra_path -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - -# If true, `todo` and `todoList` produce output, else they produce nothing. -todo_include_todos = False - - -# -- Options for HTML output ---------------------------------------------- - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -# -import sphinx_rtd_theme -html_theme = 'sphinx_rtd_theme' - -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] -# Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the -# documentation. -# -# html_theme_options = {} - -# Add any paths that contain custom static files (such as style sheets) here, -# relative to this directory. They are copied after the builtin static files, -# so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] - - -# -- Options for HTMLHelp output ------------------------------------------ - -# Output file base name for HTML help builder. -htmlhelp_basename = 'alchemtestdoc' - - -# -- Options for LaTeX output --------------------------------------------- - -latex_elements = { - # The paper size ('letterpaper' or 'a4paper'). - # - # 'papersize': 'letterpaper', - - # The font size ('10pt', '11pt' or '12pt'). - # - # 'pointsize': '10pt', - - # Additional stuff for the LaTeX preamble. - # - # 'preamble': '', - - # Latex figure (float) alignment - # - # 'figure_align': 'htbp', -} - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, -# author, documentclass [howto, manual, or own class]). -latex_documents = [ - (master_doc, 'alchemtest.tex', u'alchemtest Documentation', - u'David Dotson', 'manual'), -] - - -# -- Options for manual page output --------------------------------------- - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -man_pages = [ - (master_doc, 'alchemtest', u'alchemtest Documentation', - [author], 1) -] - - -# -- Options for Texinfo output ------------------------------------------- - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -texinfo_documents = [ - (master_doc, 'alchemtest', u'alchemtest Documentation', - author, 'alchemtest', 'One line description of project.', - 'Miscellaneous'), -] - - - -# Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/': None, - 'alchemlyb': ('https://alchemlyb.readthedocs.io/en/latest/', None)} diff --git a/readthedocs.yml b/readthedocs.yml index 69d6db5..a88414e 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,15 +1,26 @@ -# readthedocs.yml +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# Required version: 2 +# Set the version of Python and other tools you might need build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.12" +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + +# We recommend specifying your dependencies to enable reproducible builds: +# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: - version: 3.8 install: - - method: pip - path: . - + - requirements: requirements-dev.txt + - method: pip + path: . conda: environment: docs/requirements.yaml \ No newline at end of file From a5e9fec858a84f2a4d351192416aabbe9095584f Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:17:05 +0000 Subject: [PATCH 09/30] use the old version --- .github/workflows/deploy.yaml | 12 ++++++------ readthedocs.yml | 27 +++++++++------------------ 2 files changed, 15 insertions(+), 24 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 8b03737..6447869 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -33,13 +33,13 @@ jobs: with: fetch-depth: 0 - - uses: mamba-org/provision-with-micromamba@main + - name: setup_miniconda + uses: conda-incubator/setup-miniconda@v2 with: - environment-file: devtools/conda-envs/test_env.yaml - environment-name: test - channels: conda-forge,defaults - extra-specs: | - python=3.9 + python-version: 3.9 + auto-update-conda: true + add-pip-as-python-dependency: true + architecture: x64 - name: install_deps run: | diff --git a/readthedocs.yml b/readthedocs.yml index a88414e..0c9b025 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,26 +1,17 @@ -# .readthedocs.yaml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - -# Required +--- version: 2 -# Set the version of Python and other tools you might need -build: - os: ubuntu-22.04 - tools: - python: "3.12" - -# Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py -# We recommend specifying your dependencies to enable reproducible builds: -# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +formats: + - pdf + python: + version: 3.7 install: - - requirements: requirements-dev.txt - - method: pip - path: . + - method: pip + path: . + conda: - environment: docs/requirements.yaml \ No newline at end of file + environment: environment.yml \ No newline at end of file From 4b344c0069b811d0ac1e72cd0ff82921a33a17c1 Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:18:01 +0000 Subject: [PATCH 10/30] fix rtd --- devtools/conda-envs/test_env.yaml | 1 + readthedocs.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/devtools/conda-envs/test_env.yaml b/devtools/conda-envs/test_env.yaml index a136ba9..147bd15 100644 --- a/devtools/conda-envs/test_env.yaml +++ b/devtools/conda-envs/test_env.yaml @@ -17,6 +17,7 @@ dependencies: - wheel - pytest-pep8 - build + - sphinx # Pip-only installs #- pip: diff --git a/readthedocs.yml b/readthedocs.yml index 0c9b025..e127ce4 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -8,10 +8,10 @@ formats: - pdf python: - version: 3.7 + version: 3.9 install: - method: pip path: . conda: - environment: environment.yml \ No newline at end of file + environment: devtools/conda-envs/test_env.yaml \ No newline at end of file From 72d64a54ff67cebfe07c5368c89bf40c2e41acb2 Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:21:24 +0000 Subject: [PATCH 11/30] fix CI --- .github/workflows/CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index dafa5cf..7edfb1a 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -83,7 +83,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: 3.9 - name: Install tools run: | From 1a355344a7862fe47568471c4766984311fdecff Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:25:44 +0000 Subject: [PATCH 12/30] fix deploy --- .github/workflows/CI.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 7edfb1a..e45e9c6 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -87,11 +87,11 @@ jobs: - name: Install tools run: | - python -m pip install setuptools twine + python -m pip install setuptools twine build - name: Build alchemtest source dist run: | - python setup.py sdist + python -m build --sdist --wheel --outdir dist/ - name: Check package build sdist run: | From 235decf9e2e9ac33bdce074ac75148d2b75d5aa3 Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:29:13 +0000 Subject: [PATCH 13/30] fix RTD --- .github/workflows/CI.yaml | 2 +- readthedocs.yml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index e45e9c6..777d11c 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -87,7 +87,7 @@ jobs: - name: Install tools run: | - python -m pip install setuptools twine build + python -m pip install twine build - name: Build alchemtest source dist run: | diff --git a/readthedocs.yml b/readthedocs.yml index e127ce4..3918b40 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,6 +1,11 @@ --- version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.9" + sphinx: configuration: docs/conf.py @@ -8,7 +13,6 @@ formats: - pdf python: - version: 3.9 install: - method: pip path: . From 22b0e0c62c847ad74042fb820001dbbfd3618ee9 Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:30:55 +0000 Subject: [PATCH 14/30] update --- readthedocs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 3918b40..ac7f924 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -12,10 +12,5 @@ sphinx: formats: - pdf -python: - install: - - method: pip - path: . - conda: environment: devtools/conda-envs/test_env.yaml \ No newline at end of file From 0e948f291e7059210773e7e1f24ff697a46da074 Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:31:35 +0000 Subject: [PATCH 15/30] fix rtd --- readthedocs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index ac7f924..dd52f24 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -12,5 +12,3 @@ sphinx: formats: - pdf -conda: - environment: devtools/conda-envs/test_env.yaml \ No newline at end of file From bda3397895cbb13f841caa89b97b65bf8fb753c7 Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:33:55 +0000 Subject: [PATCH 16/30] install ocnda env --- readthedocs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index dd52f24..d9a6cfd 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -2,9 +2,12 @@ version: 2 build: - os: ubuntu-22.04 + os: "ubuntu-22.04" tools: - python: "3.9" + python: "mambaforge-22.9" + +conda: + environment: devtools/conda-envs/test_env.yaml sphinx: configuration: docs/conf.py From c02d05c2bd2dbe4dced378eb5ecb8f1d0b30baa4 Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:37:06 +0000 Subject: [PATCH 17/30] fix rtd --- readthedocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index d9a6cfd..8813c27 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -15,3 +15,9 @@ sphinx: formats: - pdf +python: + install: + - method: pip + path: . + extra_requirements: + - docs \ No newline at end of file From 6f270c6adc9e318e817440c5240d526c87d45023 Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:42:47 +0000 Subject: [PATCH 18/30] fix rtd --- pyproject.toml | 1 + readthedocs.yml | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 683e9d9..77e7e45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,7 @@ test = [ "pytest>=6.1.2", "pytest-runner" ] +doc = ["sphinx"] [tool.setuptools] # This subkey is a beta stage development and keys may change in the future, see https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html for more details diff --git a/readthedocs.yml b/readthedocs.yml index 8813c27..86b370b 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -4,10 +4,7 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "mambaforge-22.9" - -conda: - environment: devtools/conda-envs/test_env.yaml + python: "3.12" sphinx: configuration: docs/conf.py From 774692055e6cb292c5045f8ba710c9100d36b9bd Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:44:02 +0000 Subject: [PATCH 19/30] fixz rtd --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77e7e45..be0375b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "pytest>=6.1.2", "pytest-runner" ] -doc = ["sphinx"] +doc = ["sphinx", "sphinx_rtd_theme"] [tool.setuptools] # This subkey is a beta stage development and keys may change in the future, see https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html for more details From 1ededa4516f538ee3fda0aaeff86b7659f5f44ae Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:46:44 +0000 Subject: [PATCH 20/30] fix rtd --- readthedocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 86b370b..076d04d 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -17,4 +17,6 @@ python: - method: pip path: . extra_requirements: - - docs \ No newline at end of file + - docs + - method: pip + path: sphinx_rtd_theme \ No newline at end of file From 211f397f1c9847f89db9e21919131167fc752661 Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:55:24 +0000 Subject: [PATCH 21/30] fix rtd --- devtools/conda-envs/test_env.yaml | 3 +++ readthedocs.yml | 19 +++++++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/devtools/conda-envs/test_env.yaml b/devtools/conda-envs/test_env.yaml index 147bd15..cde5285 100644 --- a/devtools/conda-envs/test_env.yaml +++ b/devtools/conda-envs/test_env.yaml @@ -17,7 +17,10 @@ dependencies: - wheel - pytest-pep8 - build + + # Doc - sphinx + - sphinx_rtd_theme # Pip-only installs #- pip: diff --git a/readthedocs.yml b/readthedocs.yml index 076d04d..d654aed 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,22 +1,21 @@ --- version: 2 -build: - os: "ubuntu-22.04" - tools: - python: "3.12" - sphinx: configuration: docs/conf.py formats: - pdf +build: + os: "ubuntu-20.04" + tools: + python: "mambaforge-4.10" + +conda: + environment: devtools/conda-envs/test_env.yaml + python: install: - method: pip - path: . - extra_requirements: - - docs - - method: pip - path: sphinx_rtd_theme \ No newline at end of file + path: . \ No newline at end of file From 573ab6486331f6d4ca497388421410d387f89abc Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 22:59:47 +0000 Subject: [PATCH 22/30] fix doc --- .coveragerc | 2 +- docs/amber.rst | 10 +++++----- docs/contributing.rst | 10 +++++----- docs/generic.rst | 2 +- docs/gmx.rst | 12 ++++++------ docs/gomc.rst | 2 +- docs/namd.rst | 8 ++++---- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.coveragerc b/.coveragerc index 349ec12..9f8d670 100644 --- a/.coveragerc +++ b/.coveragerc @@ -2,7 +2,7 @@ branch = True omit = # omit all tests - src/alchemtest/tests/* + alchemtest/tests/* # omit the versioneer-installed _version.py src/alchemtest/_version.py diff --git a/docs/amber.rst b/docs/amber.rst index e1839b1..d84f026 100644 --- a/docs/amber.rst +++ b/docs/amber.rst @@ -24,34 +24,34 @@ They can be accessed using the following accessor functions: .. _amber_bace_improper: -.. include:: ../src/alchemtest/amber/bace_improper/descr.rst +.. include:: ../alchemtest/amber/bace_improper/descr.rst .. autofunction:: alchemtest.amber.load_bace_improper .. _amber_bace_example: -.. include:: ../src/alchemtest/amber/bace_CAT-13d~CAT-17a/descr.rst +.. include:: ../alchemtest/amber/bace_CAT-13d~CAT-17a/descr.rst .. autofunction:: alchemtest.amber.load_bace_example .. _amber_simplesolvated: -.. include:: ../src/alchemtest/amber/simplesolvated/descr.rst +.. include:: ../alchemtest/amber/simplesolvated/descr.rst .. autofunction:: alchemtest.amber.load_simplesolvated .. _amber_invalidfiles: -.. include:: ../src/alchemtest/amber/testfiles/descr_invalid.rst +.. include:: ../alchemtest/amber/testfiles/descr_invalid.rst .. autofunction:: alchemtest.amber.load_invalidfiles .. _load_testfiles: -.. include:: ../src/alchemtest/amber/testfiles/descr.rst +.. include:: ../alchemtest/amber/testfiles/descr.rst .. autofunction:: alchemtest.amber.load_testfiles diff --git a/docs/contributing.rst b/docs/contributing.rst index 899d91b..f88009c 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -21,7 +21,7 @@ directory layout in `alchemtest/gmx/benzene`_) but you should provide files that are typical of how the specific code is run. .. _`alchemtest/gmx/benzene`: - https://github.com/alchemistry/alchemtest/tree/master/src/alchemtest/gmx/benzene + https://github.com/alchemistry/alchemtest/tree/master/alchemtest/gmx/benzene Data set description -------------------- @@ -91,7 +91,7 @@ Process .. code-block:: bash - recursive-include src/alchemtest *.gz *.bz2 *.zip *.rst *.txt *.out *.xvg + recursive-include alchemtest *.gz *.bz2 *.zip *.rst *.txt *.out *.xvg will include your files into the package: If your filename extension(s) are not matched, add them. @@ -143,7 +143,7 @@ Process 5. Create a `Pull Request`_ with your new code and files. 6. Add a *test* that checks that your files can be found. Look in the - :file:`src/alchemtest/tests` directory and follow the examples that + :file:`alchemtest/tests` directory and follow the examples that are already there. We are also happy to help you with this step — just ask. @@ -164,10 +164,10 @@ Process https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork .. _`alchemtest/gmx`: - https://github.com/alchemistry/alchemtest/tree/master/src/alchemtest/gmx + https://github.com/alchemistry/alchemtest/tree/master/alchemtest/gmx .. _`alchemtest/namd`: - https://github.com/alchemistry/alchemtest/tree/master/src/alchemtest/namd + https://github.com/alchemistry/alchemtest/tree/master/alchemtest/namd .. _`restructured text (reST)`: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html diff --git a/docs/generic.rst b/docs/generic.rst index e53291a..b6e00bf 100644 --- a/docs/generic.rst +++ b/docs/generic.rst @@ -44,6 +44,6 @@ Which will give the :class:`pymbar.utils.ParameterError` :: Which will work. -.. include:: ../src/alchemtest/generic/BFGS/descr.rst +.. include:: ../alchemtest/generic/BFGS/descr.rst .. autofunction:: alchemtest.generic.load_MBAR_BGFS \ No newline at end of file diff --git a/docs/gmx.rst b/docs/gmx.rst index d61eb48..f7a80e2 100644 --- a/docs/gmx.rst +++ b/docs/gmx.rst @@ -34,7 +34,7 @@ were run independently. .. _gmx_benzene: -.. include:: ../src/alchemtest/gmx/benzene/descr.rst +.. include:: ../alchemtest/gmx/benzene/descr.rst .. autofunction:: alchemtest.gmx.load_benzene @@ -47,17 +47,17 @@ Data for *extended ensemble* simulations; case 1 and case 2 are extended ensembles in the alchemical parameters, case 3 includes replica exchange (REX). -.. include:: ../src/alchemtest/gmx/expanded_ensemble/case_1/descr.rst +.. include:: ../alchemtest/gmx/expanded_ensemble/case_1/descr.rst .. autofunction:: alchemtest.gmx.load_expanded_ensemble_case_1 -.. include:: ../src/alchemtest/gmx/expanded_ensemble/case_2/descr.rst +.. include:: ../alchemtest/gmx/expanded_ensemble/case_2/descr.rst .. autofunction:: alchemtest.gmx.load_expanded_ensemble_case_2 -.. include:: ../src/alchemtest/gmx/expanded_ensemble/case_3/descr.rst +.. include:: ../alchemtest/gmx/expanded_ensemble/case_3/descr.rst .. autofunction:: alchemtest.gmx.load_expanded_ensemble_case_3 @@ -72,7 +72,7 @@ contains a total energy column, one contains a potential energy column and one does not contain a energy column. .. _gmx_water_particle: -.. include:: ../src/alchemtest/gmx/water_particle/descr.rst +.. include:: ../alchemtest/gmx/water_particle/descr.rst .. autofunction:: alchemtest.gmx.load_water_particle_with_total_energy .. autofunction:: alchemtest.gmx.load_water_particle_with_potential_energy @@ -90,6 +90,6 @@ In the ligand leg, only the coulombic and Van der Waals interactions are decoupled. -.. include:: ../src/alchemtest/gmx/ABFE/descr.rst +.. include:: ../alchemtest/gmx/ABFE/descr.rst .. autofunction:: alchemtest.gmx.load_ABFE diff --git a/docs/gomc.rst b/docs/gomc.rst index fda74c7..f996668 100644 --- a/docs/gomc.rst +++ b/docs/gomc.rst @@ -27,6 +27,6 @@ were run independently. .. _gomc_benzene: -.. include:: ../src/alchemtest/gomc/benzene/descr.rst +.. include:: ../alchemtest/gomc/benzene/descr.rst .. autofunction:: alchemtest.gomc.load_benzene diff --git a/docs/namd.rst b/docs/namd.rst index 32ae3c7..7575cf9 100644 --- a/docs/namd.rst +++ b/docs/namd.rst @@ -19,25 +19,25 @@ engine. They can be accessed using the following accessor functions: .. _namd_tyr2ala: -.. include:: ../src/alchemtest/namd/tyr2ala/descr.rst +.. include:: ../alchemtest/namd/tyr2ala/descr.rst .. autofunction:: alchemtest.namd.load_tyr2ala .. _namd_idws: -.. include:: ../src/alchemtest/namd/idws/descr.rst +.. include:: ../alchemtest/namd/idws/descr.rst .. autofunction:: alchemtest.namd.load_idws .. _namd_restarted: -.. include:: ../src/alchemtest/namd/restarted/descr.rst +.. include:: ../alchemtest/namd/restarted/descr.rst .. autofunction:: alchemtest.namd.load_restarted .. _namd_restarted_reversed: -.. include:: ../src/alchemtest/namd/restarted_reversed/descr.rst +.. include:: ../alchemtest/namd/restarted_reversed/descr.rst .. autofunction:: alchemtest.namd.load_restarted_reversed From 96dd258b0fccd7d61ae1dfddff7a2e58f07a8221 Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 23:09:09 +0000 Subject: [PATCH 23/30] remove idea --- .github/workflows/CI.yaml | 16 ++++++++++++---- .github/workflows/deploy.yaml | 2 +- .gitignore | 1 + .idea/.gitignore | 8 -------- .idea/alchemtest.iml | 8 -------- .idea/inspectionProfiles/Project_Default.xml | 17 ----------------- .idea/inspectionProfiles/profiles_settings.xml | 6 ------ .idea/misc.xml | 7 ------- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ alchemtest/.idea/.gitignore | 8 -------- alchemtest/.idea/alchemtest.iml | 8 -------- .../inspectionProfiles/Project_Default.xml | 17 ----------------- .../inspectionProfiles/profiles_settings.xml | 6 ------ alchemtest/.idea/misc.xml | 4 ---- alchemtest/.idea/modules.xml | 8 -------- alchemtest/.idea/vcs.xml | 6 ------ 17 files changed, 14 insertions(+), 122 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/alchemtest.iml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 alchemtest/.idea/.gitignore delete mode 100644 alchemtest/.idea/alchemtest.iml delete mode 100644 alchemtest/.idea/inspectionProfiles/Project_Default.xml delete mode 100644 alchemtest/.idea/inspectionProfiles/profiles_settings.xml delete mode 100644 alchemtest/.idea/misc.xml delete mode 100644 alchemtest/.idea/modules.xml delete mode 100644 alchemtest/.idea/vcs.xml diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 777d11c..95774e4 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -10,11 +10,15 @@ on: branches: - "master" schedule: - # Weekly tests run on main by default: + # Weekly tests run every Saturday on master by default: # Scheduled workflows run on the latest commit on the default or base branch. # (from https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule) - cron: "34 2 * * 6" +concurrency: + group: "${{ github.ref }}-${{ github.head_ref }}" + cancel-in-progress: true + jobs: test: name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }} @@ -23,6 +27,8 @@ jobs: matrix: os: [macOS-latest, ubuntu-latest, windows-latest] python-version: ["3.9", "3.10", "3.11", "3.12"] + # Only test lowest and highest version on the expensive/slow + # macOS and windows runners (UPDATE when supported versions change): exclude: - os: macOS-latest python-version: 3.10 @@ -66,11 +72,13 @@ jobs: pytest -v --cov=alchemtest --cov-report=xml --color=yes alchemtest/tests/ - name: CodeCov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} + name: codecov-${{ matrix.os }}-py${{ matrix.python-version }} file: ./coverage.xml flags: unittests - name: codecov-${{ matrix.os }}-py${{ matrix.python-version }} + fail_ci_if_error: true pypi_check: name: Check source package integrity (for PyPi deployment) @@ -98,4 +106,4 @@ jobs: DISTRIBUTION=$(ls -t1 dist/alchemtest-*.tar.gz | head -n 1) test -n "${DISTRIBUTION}" || { echo "no distribution dist/alchemtest-*.tar.gz found"; exit 1; } echo "twine check $DISTRIBUTION" - twine check $DISTRIBUTION \ No newline at end of file + twine check $DISTRIBUTION diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6447869..c0b9a3a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -61,4 +61,4 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' uses: pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/.gitignore b/.gitignore index cf6974e..a240549 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,4 @@ ENV/ # In-tree generated files */_version.py */.DS_Store +*/.idea \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/alchemtest.iml b/.idea/alchemtest.iml deleted file mode 100644 index d0876a7..0000000 --- a/.idea/alchemtest.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 3a33d09..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index eb375e8..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 645d92c..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/alchemtest/.idea/.gitignore b/alchemtest/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/alchemtest/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/alchemtest/.idea/alchemtest.iml b/alchemtest/.idea/alchemtest.iml deleted file mode 100644 index d0876a7..0000000 --- a/alchemtest/.idea/alchemtest.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/alchemtest/.idea/inspectionProfiles/Project_Default.xml b/alchemtest/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 3a33d09..0000000 --- a/alchemtest/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - \ No newline at end of file diff --git a/alchemtest/.idea/inspectionProfiles/profiles_settings.xml b/alchemtest/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/alchemtest/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/alchemtest/.idea/misc.xml b/alchemtest/.idea/misc.xml deleted file mode 100644 index 441e98b..0000000 --- a/alchemtest/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/alchemtest/.idea/modules.xml b/alchemtest/.idea/modules.xml deleted file mode 100644 index 645d92c..0000000 --- a/alchemtest/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/alchemtest/.idea/vcs.xml b/alchemtest/.idea/vcs.xml deleted file mode 100644 index 6c0b863..0000000 --- a/alchemtest/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file From 63385220cb36f27d3deeba40f016558589051f9e Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 23:16:31 +0000 Subject: [PATCH 24/30] clean up --- .github/workflows/CI.yaml | 4 +- .idea/workspace.xml | 81 +++++++++++++++++++++++++++++++ LICENSE | 2 +- alchemtest/__init__.py | 4 -- alchemtest/alchemtest.py | 29 ----------- alchemtest/data/README.md | 36 -------------- alchemtest/data/look_and_say.dat | 15 ------ devtools/conda-envs/test_env.yaml | 7 --- docs/_static/README.md | 16 ------ docs/_templates/README.md | 14 ------ docs/getting_started.rst | 4 -- docs/requirements.yaml | 8 +-- readthedocs.yml | 2 +- 13 files changed, 86 insertions(+), 136 deletions(-) create mode 100644 .idea/workspace.xml delete mode 100644 alchemtest/alchemtest.py delete mode 100644 alchemtest/data/README.md delete mode 100644 alchemtest/data/look_and_say.dat delete mode 100644 docs/_static/README.md delete mode 100644 docs/_templates/README.md delete mode 100644 docs/getting_started.rst diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 95774e4..693e658 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -1,11 +1,9 @@ name: CI on: - # GitHub has started calling new repo's first branch "main" https://github.com/github/renaming - # The cookiecutter uses the "--initial-branch" flag when it runs git-init push: branches: - - "main" + - "master" pull_request: branches: - "master" diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..4409bb9 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + { + "associatedIndex": 6 +} + + + + + + + + + + + + + + + + + + + + 1711230206074 + + + + + + \ No newline at end of file diff --git a/LICENSE b/LICENSE index c25a425..1157afb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -Copyright 2024 David Dotson, Zhiyi Wu +Copyright 2024, alchemtest developers Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/alchemtest/__init__.py b/alchemtest/__init__.py index f5ea248..8c57fb2 100644 --- a/alchemtest/__init__.py +++ b/alchemtest/__init__.py @@ -1,9 +1,5 @@ """The simple alchemistry test set.""" -# Add imports here -from .alchemtest import * - - from ._version import __version__ class Bunch(dict): diff --git a/alchemtest/alchemtest.py b/alchemtest/alchemtest.py deleted file mode 100644 index b062e21..0000000 --- a/alchemtest/alchemtest.py +++ /dev/null @@ -1,29 +0,0 @@ -"""Provide the primary functions.""" - - -def canvas(with_attribution=True): - """ - Placeholder function to show example docstring (NumPy format). - - Replace this function and doc string for your own project. - - Parameters - ---------- - with_attribution : bool, Optional, default: True - Set whether or not to display who the quote is from. - - Returns - ------- - quote : str - Compiled string including quote and optional attribution. - """ - - quote = "The code is but a canvas to our imagination." - if with_attribution: - quote += "\n\t- Adapted from Henry David Thoreau" - return quote - - -if __name__ == "__main__": - # Do something if this file is invoked on its own - print(canvas()) diff --git a/alchemtest/data/README.md b/alchemtest/data/README.md deleted file mode 100644 index 5301dae..0000000 --- a/alchemtest/data/README.md +++ /dev/null @@ -1,36 +0,0 @@ -# Sample Package Data - -This directory contains sample additional data you may want to include with your package. -This is a place where non-code related additional information (such as data files, molecular structures, etc.) can -go that you want to ship alongside your code. - -Please note that it is not recommended to place large files in your git directory. If your project requires files larger -than a few megabytes in size it is recommended to host these files elsewhere. This is especially true for binary files -as the `git` structure is unable to correctly take updates to these files and will store a complete copy of every version -in your `git` history which can quickly add up. As a note most `git` hosting services like GitHub have a 1 GB per repository -cap. - -## Including package data - -Modify your package's `pyproject.toml` file. -Update the [tool.setuptools.package_data](https://setuptools.pypa.io/en/latest/userguide/datafiles.html#package-data) -and point it at the correct files. -Paths are relative to `package_dir`. - -Package data can be accessed at run time with `importlib.resources` or the `importlib_resources` back port. -See https://setuptools.pypa.io/en/latest/userguide/datafiles.html#accessing-data-files-at-runtime -for suggestions. - -If modules within your package will access internal data files using -[the recommended approach](https://setuptools.pypa.io/en/latest/userguide/datafiles.html#accessing-data-files-at-runtime), -you may need to include `importlib_resources` in your package dependencies. -In `pyproject.toml`, include the following in your `[project]` table. -``` -dependencies = [ - "importlib-resources;python_version<'3.10'", -] -``` - -## Manifest - -* `look_and_say.dat`: first entries of the "Look and Say" integer series, sequence [A005150](https://oeis.org/A005150) diff --git a/alchemtest/data/look_and_say.dat b/alchemtest/data/look_and_say.dat deleted file mode 100644 index 97df452..0000000 --- a/alchemtest/data/look_and_say.dat +++ /dev/null @@ -1,15 +0,0 @@ -1 -11 -21 -1211 -111221 -312211 -13112221 -1113213211 -31131211131221 -13211311123113112211 -11131221133112132113212221 -3113112221232112111312211312113211 -1321132132111213122112311311222113111221131221 -11131221131211131231121113112221121321132132211331222113112211 -311311222113111231131112132112311321322112111312211312111322212311322113212221 \ No newline at end of file diff --git a/devtools/conda-envs/test_env.yaml b/devtools/conda-envs/test_env.yaml index cde5285..2911bdb 100644 --- a/devtools/conda-envs/test_env.yaml +++ b/devtools/conda-envs/test_env.yaml @@ -18,11 +18,4 @@ dependencies: - pytest-pep8 - build - # Doc - - sphinx - - sphinx_rtd_theme - - # Pip-only installs - #- pip: - # - codecov diff --git a/docs/_static/README.md b/docs/_static/README.md deleted file mode 100644 index 2f0cf84..0000000 --- a/docs/_static/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Static Doc Directory - -Add any paths that contain custom static files (such as style sheets) here, -relative to the `conf.py` file's directory. -They are copied after the builtin static files, -so a file named "default.css" will overwrite the builtin "default.css". - -The path to this folder is set in the Sphinx `conf.py` file in the line: -```python -templates_path = ['_static'] -``` - -## Examples of file to add to this directory -* Custom Cascading Style Sheets -* Custom JavaScript code -* Static logo images diff --git a/docs/_templates/README.md b/docs/_templates/README.md deleted file mode 100644 index 3f4f804..0000000 --- a/docs/_templates/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# Templates Doc Directory - -Add any paths that contain templates here, relative to -the `conf.py` file's directory. -They are copied after the builtin template files, -so a file named "page.html" will overwrite the builtin "page.html". - -The path to this folder is set in the Sphinx `conf.py` file in the line: -```python -html_static_path = ['_templates'] -``` - -## Examples of file to add to this directory -* HTML extensions of stock pages like `page.html` or `layout.html` diff --git a/docs/getting_started.rst b/docs/getting_started.rst deleted file mode 100644 index bbee5b1..0000000 --- a/docs/getting_started.rst +++ /dev/null @@ -1,4 +0,0 @@ -Getting Started -=============== - -This page details how to get started with alchemtest. diff --git a/docs/requirements.yaml b/docs/requirements.yaml index 284809d..f65a963 100644 --- a/docs/requirements.yaml +++ b/docs/requirements.yaml @@ -4,10 +4,6 @@ dependencies: # Base depends - python - pip + # Doc - sphinx - - - - # Pip-only installs - #- pip: - + - sphinx_rtd_theme diff --git a/readthedocs.yml b/readthedocs.yml index d654aed..4c77a2b 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -13,7 +13,7 @@ build: python: "mambaforge-4.10" conda: - environment: devtools/conda-envs/test_env.yaml + environment: docs/requirements.yaml python: install: From 5e6edbc304263bb39617b2a2e6acd482fec64c97 Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 23 Mar 2024 23:19:08 +0000 Subject: [PATCH 25/30] cleanup --- .gitignore | 2 +- .idea/workspace.xml | 81 --------------------------------------------- 2 files changed, 1 insertion(+), 82 deletions(-) delete mode 100644 .idea/workspace.xml diff --git a/.gitignore b/.gitignore index a240549..6f1dfcd 100644 --- a/.gitignore +++ b/.gitignore @@ -108,4 +108,4 @@ ENV/ # In-tree generated files */_version.py */.DS_Store -*/.idea \ No newline at end of file +*/.idea/ \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 4409bb9..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - { - "associatedIndex": 6 -} - - - - - - - - - - - - - - - - - - - - 1711230206074 - - - - - - \ No newline at end of file From fd62fc7a39e38d3f1eeb5bd863d7923dfe6de8e1 Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sun, 24 Mar 2024 12:49:58 +0000 Subject: [PATCH 26/30] fix manifest --- .coveragerc | 2 +- MANIFEST.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.coveragerc b/.coveragerc index 9f8d670..828bdba 100644 --- a/.coveragerc +++ b/.coveragerc @@ -4,7 +4,7 @@ omit = # omit all tests alchemtest/tests/* # omit the versioneer-installed _version.py - src/alchemtest/_version.py + alchemtest/_version.py [report] exclude_lines = diff --git a/MANIFEST.in b/MANIFEST.in index 6c503f8..0435778 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ include *.rst -recursive-include src/alchemtest *.gz *.bz2 *.zip *.rst *.txt *.out *.xvg *.npy +recursive-include alchemtest *.gz *.bz2 *.zip *.rst *.txt *.out *.xvg *.npy include README.rst include LICENSE include versioneer.py -include src/alchemtest/_version.py +include alchemtest/_version.py From 58cfd4776bb2395d7c54668513614e406eab644a Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sun, 24 Mar 2024 13:01:22 +0000 Subject: [PATCH 27/30] change include_package_data --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index be0375b..1d5912f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,24 +24,24 @@ classifiers = [ 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows ', 'Programming Language :: Python', - 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Bio-Informatics', 'Topic :: Scientific/Engineering :: Chemistry', ] -requires-python = ">=3.8" +requires-python = ">=3.9" # Declare any run-time dependencies that should be installed with the package. #dependencies = [ # "importlib-resources;python_version<'3.10'", #] # Update the urls once the hosting is set up. -#[project.urls] -#"Source" = "https://github.com//alchemtest/" -#"Documentation" = "https://alchemtest.readthedocs.io/" +[project.urls] +"Source" = "https://github.com/alchemistry/alchemtest/" +"Documentation" = "https://alchemtest.readthedocs.io/" [project.optional-dependencies] test = [ @@ -70,7 +70,7 @@ zip-safe = false # (instead of using 'find'). With 'find', the 'tests' subpackage is discovered # recursively because of its __init__.py file, but the data subdirectory is excluded # with include-package-data = false and namespaces = false. -include-package-data = false +include-package-data = true [tool.setuptools.packages.find] namespaces = false where = ["."] From c508a30155383e498c449c9947b8356e7edd751f Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 30 Mar 2024 09:10:24 +0000 Subject: [PATCH 28/30] Update .github/CONTRIBUTING.md Co-authored-by: Oliver Beckstein --- .github/CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 061d94e..3cdbaba 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -3,6 +3,11 @@ We welcome contributions from external contributors, and this document describes how to merge code changes into this alchemtest. +If you want to **contribute a new test files** then please also read the + [Contributing new data sets](https://alchemtest.readthedocs.io/en/latest/contributing.html) +chapter in the documentation. + + ## Getting Started * Make sure you have a [GitHub account](https://github.com/signup/free). From 1bea84046cb7f1614475ecb5b218b98aa2b10360 Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 30 Mar 2024 10:39:03 +0000 Subject: [PATCH 29/30] address comments --- .github/workflows/CI.yaml | 7 ------- .lgtm.yml | 1 - LICENSE | 38 ++++++++++++++++++++++---------------- devtools/README.md | 4 ++-- docs/api.rst | 7 ------- docs/conf.py | 11 +++++------ 6 files changed, 29 insertions(+), 39 deletions(-) delete mode 100644 docs/api.rst diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 693e658..5dabaef 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -40,13 +40,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Additional info about the build - shell: bash - run: | - uname -a - df -h - ulimit -a - # More info on options: https://github.com/marketplace/actions/provision-with-micromamba - uses: mamba-org/provision-with-micromamba@main with: diff --git a/.lgtm.yml b/.lgtm.yml index 7ca4b5d..014fb86 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -6,7 +6,6 @@ extraction: version: 3 # Specify Version 3 path_classifiers: library: - - versioneer.py # Set Versioneer.py to an external "library" (3rd party code) - devtools/* generated: - alchemtest/_version.py diff --git a/LICENSE b/LICENSE index 1157afb..227850c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,27 @@ +Copyright (c) 2017, alchemtest developers +All rights reserved. -Copyright 2024, alchemtest developers +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the -following conditions are met: +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following -disclaimer in the documentation and/or other materials provided with the distribution. +* Neither the name of alchemtest nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote -products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/devtools/README.md b/devtools/README.md index 9963e64..1fe1009 100644 --- a/devtools/README.md +++ b/devtools/README.md @@ -44,8 +44,8 @@ This directory contains OS agnostic helper scripts which don't fall in any of th * `git tag -a X.Y.Z [latest pushed commit] && git push --follow-tags` - [ ] Get the PR merged in -## Versioneer Auto-version -[Versioneer](https://github.com/warner/python-versioneer) will automatically infer what version +## Versioningit Auto-version +[versioningit](https://pypi.org/project/versioningit) will automatically infer what version is installed by looking at the `git` tags and how many commits ahead this version is. The format follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) and has the regular expression of: ```regexp diff --git a/docs/api.rst b/docs/api.rst deleted file mode 100644 index 76fde61..0000000 --- a/docs/api.rst +++ /dev/null @@ -1,7 +0,0 @@ -API Documentation -================= - -.. autosummary:: - :toctree: autosummary - - alchemtest.canvas diff --git a/docs/conf.py b/docs/conf.py index d403947..aff9613 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,14 +23,13 @@ # -- Project information ----------------------------------------------------- project = 'alchemtest' -copyright = ("2024, David Dotson, Zhiyi Wu. Project structure based on the " +copyright = ("2017-2024, The Alchemtest Authors. Project structure based on the " "Computational Molecular Science Python Cookiecutter version 1.1") -author = 'David Dotson, Zhiyi Wu' +author = 'The Alchemtest Authors' -# The short X.Y version -version = '' -# The full version, including alpha/beta/rc tags -release = '' +from alchemtest._version import __version__ +release = __version__ +version = release # -- General configuration --------------------------------------------------- From eb912be336adabf13dc557a94a58093878c3f96e Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Sat, 30 Mar 2024 09:36:39 -0700 Subject: [PATCH 30/30] Apply suggestions from code review --- docs/conf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index aff9613..936c703 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,8 +23,7 @@ # -- Project information ----------------------------------------------------- project = 'alchemtest' -copyright = ("2017-2024, The Alchemtest Authors. Project structure based on the " - "Computational Molecular Science Python Cookiecutter version 1.1") +copyright = ("2017-2024, The Alchemtest Authors.") author = 'The Alchemtest Authors' from alchemtest._version import __version__ @@ -144,7 +143,7 @@ # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'alchemtest.tex', 'alchemtest Documentation', - 'alchemtest', 'manual'), + author, 'manual'), ]