From b935c50d776c28335ec0b220e1f7808d02f25623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20De=20Un=C3=A1nue?= Date: Thu, 16 Jun 2022 00:38:14 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 4 ++-- channels-lock.scm | 45 ------------------------------------ doc/conf.py | 2 +- doc/index.rst | 4 ++-- manifest.scm | 54 -------------------------------------------- setup.cfg | 3 +-- setup.py | 2 +- src/ohio/__init__.py | 2 +- 8 files changed, 8 insertions(+), 108 deletions(-) delete mode 100644 channels-lock.scm delete mode 100644 manifest.scm diff --git a/README.rst b/README.rst index 8035376..9e36d02 100644 --- a/README.rst +++ b/README.rst @@ -803,7 +803,7 @@ of 896,677 rows across 83 columns: 1 of these of type timestamp, 51 integers and 31 floats. The benchmarking package, ``prof``, is preserved in `Ohio's repository `_. -.. image:: https://raw.githubusercontent.com/dssg/ohio/0.5.0/doc/img/profile-copy-from-database-to-datafram-1554345457.svg?sanitize=true +.. image:: https://raw.githubusercontent.com/dssg/ohio/0.6.0/doc/img/profile-copy-from-database-to-datafram-1554345457.svg?sanitize=true ohio_pg_copy_from_X ``pg_copy_from(buffer_size=X)`` @@ -831,7 +831,7 @@ pandas_read_csv_stringio ``COPY`` to a ``StringIO``, from which pandas constructs a ``DataFrame``. -.. image:: https://raw.githubusercontent.com/dssg/ohio/0.5.0/doc/img/profile-copy-from-dataframe-to-databas-1555458507.svg?sanitize=true +.. image:: https://raw.githubusercontent.com/dssg/ohio/0.6.0/doc/img/profile-copy-from-dataframe-to-databas-1555458507.svg?sanitize=true ohio_pg_copy_to ``pg_copy_to()`` diff --git a/channels-lock.scm b/channels-lock.scm deleted file mode 100644 index 47b9d91..0000000 --- a/channels-lock.scm +++ /dev/null @@ -1,45 +0,0 @@ -(list (channel - (name 'guix) - (url "https://git.savannah.gnu.org/git/guix.git") - (branch "master") - (commit - "4ba4cb1d49d70a00f7236f60bd92e5eccef573dd") - (introduction - (make-channel-introduction - "9edb3f66fd807b096b48283debdcddccfea34bad" - (openpgp-fingerprint - "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))) - (channel - (name 'rde) - (url "https://git.sr.ht/~abcdw/rde") - (branch "master") - (commit - "24f632d8c68ae900732c8a54a6344a10f37de6d9") - (introduction - (make-channel-introduction - "257cebd587b66e4d865b3537a9a88cccd7107c95" - (openpgp-fingerprint - "2841 9AC6 5038 7440 C7E9 2FFA 2208 D209 58C1 DEB0")))) - (channel - (name 'nano-channel) - (url "file:///home/nanounanue/projects/nano-channel") - (branch "main") - (commit - "256b5c0291346d1f10dbe6d340fa476d1a95e869")) - (channel - (name 'nonguix) - (url "https://gitlab.com/nonguix/nonguix") - (branch "master") - (commit - "e87ff5f3a24b8a0696b8259594ac4fcf6fce0bc3")) - (channel - (name 'flat) - (url "https://github.com/flatwhatson/guix-channel.git") - (branch "master") - (commit - "657da22f0229b978b7bf4e4d476f59f17f6a175f") - (introduction - (make-channel-introduction - "33f86a4b48205c0dc19d7c036c85393f0766f806" - (openpgp-fingerprint - "736A C00E 1254 378B A982 7AF6 9DBE 8265 81B6 4490"))))) diff --git a/doc/conf.py b/doc/conf.py index 32ddbf8..04a9fa6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -23,7 +23,7 @@ author = 'Jesse London' # The full version, including alpha/beta/rc tags -release = '0.5.0' +release = '0.6.0' # -- General configuration --------------------------------------------------- diff --git a/doc/index.rst b/doc/index.rst index 1bde129..2f507be 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -113,7 +113,7 @@ Modules .. Also note the query string ?sanitize=true This is necessary to ensure that SVG is returned with the image content type. - .. image:: https://raw.githubusercontent.com/dssg/ohio/0.5.0/doc/img/profile-copy-from-database-to-datafram-1554345457.svg?sanitize=true + .. image:: https://raw.githubusercontent.com/dssg/ohio/0.6.0/doc/img/profile-copy-from-database-to-datafram-1554345457.svg?sanitize=true ohio_pg_copy_from_X ``pg_copy_from(buffer_size=X)`` @@ -141,7 +141,7 @@ Modules ``COPY`` to a ``StringIO``, from which pandas constructs a ``DataFrame``. - .. image:: https://raw.githubusercontent.com/dssg/ohio/0.5.0/doc/img/profile-copy-from-dataframe-to-databas-1555458507.svg?sanitize=true + .. image:: https://raw.githubusercontent.com/dssg/ohio/0.6.0/doc/img/profile-copy-from-dataframe-to-databas-1555458507.svg?sanitize=true ohio_pg_copy_to ``pg_copy_to()`` diff --git a/manifest.scm b/manifest.scm deleted file mode 100644 index 01e6a4b..0000000 --- a/manifest.scm +++ /dev/null @@ -1,54 +0,0 @@ -(specifications->manifest - '(;; Python - "python" - "httpie" - ;; "python-pip" - "jupyter" - - - ;; pylsp - "python-rope" - "python-flake8" - "python-mccabe" - "python-pycodestyle" - "python-pydocstyle" - "python-pylint" - "python-isort" - "python-black" - "python-lsp-server" - "python-yapf" - "python-autopep8" - "python-xarray" - - ;; ext - "python-pandas" - "python-numpy" - - ;; docs - "python-sphinx" - - ;; profile - "python-matplotlib" - - ;; test - "python-sqlalchemy" - "python-ipython-sql" - "python-psycopg2-binary" - "python-pytest" - "python-nose" - - ;; dev - "python-bump2version" - "python-tox" - "python-twine" - "python-wheel" - - ;; GNU utils - "make" - "gcc-toolchain" - ;; CLI - "tmux" - "tmate" - ;; postgres - "postgresql" - )) diff --git a/setup.cfg b/setup.cfg index 6f59a81..7d97d7b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ commit = True tag = True tag_name = {new_version} -current_version = 0.5.0 +current_version = 0.6.0 [bumpversion:file:setup.py] @@ -19,4 +19,3 @@ test = pytest [metadata] license_files = LICENSE - diff --git a/setup.py b/setup.py index ac8a196..380122b 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def stream_requirements(fd): setup( name='ohio', - version='0.5.0', + version='0.6.0', description="I/O extras", long_description=README_PATH.read_text(), long_description_content_type='text/x-rst', diff --git a/src/ohio/__init__.py b/src/ohio/__init__.py index b6294fa..108beb1 100644 --- a/src/ohio/__init__.py +++ b/src/ohio/__init__.py @@ -35,4 +35,4 @@ ) -__version__ = '0.5.0' +__version__ = '0.6.0'