From 69f533b272281ac0eef50e70d191e15b19ed92b3 Mon Sep 17 00:00:00 2001 From: "David W.H. Swenson" Date: Wed, 12 Feb 2020 02:34:59 +0100 Subject: [PATCH 1/6] Release 0.0.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d59c3e41..c0c3e4f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = openpathsampling-cli -version = 0.0.1.dev0 +version = 0.0.1 # version should end in .dev0 if this isn't to be released description = Command line tool for OpenPathSampling long_description = file: README.md From a08fa7e9c1436ca6d8f384a410da2d82f441f1b5 Mon Sep 17 00:00:00 2001 From: "David W.H. Swenson" Date: Wed, 12 Feb 2020 10:05:33 +0100 Subject: [PATCH 2/6] possible fix for append tests crashing on py37? --- paths_cli/commands/append.py | 1 + 1 file changed, 1 insertion(+) diff --git a/paths_cli/commands/append.py b/paths_cli/commands/append.py index fd536858..849ff635 100644 --- a/paths_cli/commands/append.py +++ b/paths_cli/commands/append.py @@ -52,6 +52,7 @@ def append(input_file, append_file, engine, cv, volume, network, scheme, # 3. "untag" an object by not associating a tag in the new storage output_storage.close() + storage.close() CLI = append From 2165e85e4189bb5414b58d249d35d7d68d850285 Mon Sep 17 00:00:00 2001 From: "David W.H. Swenson" Date: Wed, 12 Feb 2020 12:39:54 +0100 Subject: [PATCH 3/6] package_import_name for autorelease --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 937f62d9..6e3a5e77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ version: ~> 1.0 +os: linux language: python notifications: @@ -16,10 +17,11 @@ env: global: - CANONICAL_PYTHON="3.8" - CODECLIMATE="" + - PACKAGE_IMPORT_NAME="paths_cli" - TWINE_USERNAME="dwhswenson" # TWINE_PASSWORD # AUTORELEASE_TOKEN - matrix: + jobs: - CONDA_PY=3.8 - CONDA_PY=3.6 - CONDA_PY=3.7 @@ -46,4 +48,4 @@ after_success: - COVERALLS_PARALLEL=true coveralls import: - - dwhswenson/autorelease:autorelease-travis.yml@v0.1.2 + - dwhswenson/autorelease:autorelease-travis.yml@package_import_name From 1170641e63f37d1ca2281253e63276ac3aef9606 Mon Sep 17 00:00:00 2001 From: "David W.H. Swenson" Date: Wed, 12 Feb 2020 13:22:27 +0100 Subject: [PATCH 4/6] add RTD badge (had to do it anyway; need a commit to trigger Travis now!) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76cf78c4..31bd2a13 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://travis-ci.com/openpathsampling/openpathsampling-cli.svg?branch=master)](https://travis-ci.com/openpathsampling/openpathsampling-cli) +[![Documentation Status](https://readthedocs.org/projects/openpathsampling-cli/badge/?version=latest)](https://openpathsampling-cli.readthedocs.io/en/latest/?badge=latest) [![Coverage Status](https://coveralls.io/repos/github/openpathsampling/openpathsampling-cli/badge.svg?branch=master)](https://coveralls.io/github/openpathsampling/openpathsampling-cli?branch=master) [![Maintainability](https://api.codeclimate.com/v1/badges/0d1ee29e1a05cfcdc01a/maintainability)](https://codeclimate.com/github/openpathsampling/openpathsampling-cli/maintainability) From da0599973331afbe606fe07933448eb03720c9db Mon Sep 17 00:00:00 2001 From: "David W.H. Swenson" Date: Wed, 12 Feb 2020 14:51:19 +0100 Subject: [PATCH 5/6] Add tests/__init__.py (include tests in dist!) --- paths_cli/tests/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 paths_cli/tests/__init__.py diff --git a/paths_cli/tests/__init__.py b/paths_cli/tests/__init__.py new file mode 100644 index 00000000..e69de29b From 292bb3c0e0ea73ff79ae403cab702486078c3984 Mon Sep 17 00:00:00 2001 From: "David W.H. Swenson" Date: Thu, 13 Feb 2020 00:41:09 +0100 Subject: [PATCH 6/6] update autorelease to 0.2.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6e3a5e77..7cf603d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,4 +48,4 @@ after_success: - COVERALLS_PARALLEL=true coveralls import: - - dwhswenson/autorelease:autorelease-travis.yml@package_import_name + - dwhswenson/autorelease:autorelease-travis.yml@v0.2.0