argos


Nameargos JSON
Version 0.4.4 PyPI version JSON
download
home_pagehttps://github.com/titusjan/argos
SummaryArgos HDF5/NetCDF/scientific data viewer.
upload_time2023-02-06 20:19:51
maintainer
docs_urlNone
authorPepijn Kenter
requires_python
licenseGPLv3
keywords netcdf hdf5 plotting graphs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============================
Argos
===============================


Argos data inspector for HDF5, NetCDF4 and other file formats.

For more info, see: https://github.com/titusjan/argos




History
=======

Note that version 0.3 will be the last release that supports Python 2.


0.4.4 (2023-02-06)
------------------

* Removed deprecated numpy aliases so it works with numpy 1.24.

0.4.3 (2022-07-26)
------------------

* Removed spurious log messages.

0.4.2 (2022-07-24)
------------------

* Compound/stuctured HDF5 datasets can be nested.
* Can display JSON files (with comments https://github.com/sidneycadot/json_with_comments)
* Removed many harmless warnings.
* Small fixes


0.4.1 (2022-03-02)
------------------

*   Fix: don't import numpy during running setup.py

0.4.0 (2022-02-27)
------------------

*   Quick Look panel for showing quickly the contents of scalars and small arrays.
*   The Repository tree shows Kind, Element Type and Summary columns by default.
*   If one file or directory is opened, or given on the command line, it is expanded.
*   Only add a '-' item to the collector combo boxes if the array has less dimensions than the inspector.
*   The table inspector has "#8.4g" as the default format for floats. The tooltip shows all digits.
*   Added __main__.py so argos can be started with: python -m argos.
*   Fixed import in Line Plot and Image Plot inspectors (issue #20).
*   Fixed errors when running Argos with Python 3.10.


0.3.1 (2021-02-07)
------------------

*   Fixed error in style sheet.


0.3.0 (2021-02-07)
------------------

*   New legend in 2D image inspector
*   Extensive database of color maps and color map picker (CmLib).
*   Directories are listed in alphabetical order.
*   Image inspector: cross hair and axis ticks are displayed in the middle of the pixels.
*   Image inspector: added 'auto down-sample' config option (on by default).
    This improves performance for large images and reduces aliasing.
*   Added rectangle zoom mode in 1D line plot and 2D image plot inspectors (issue #8)
*   Zooming can be also done by dragging while holding the right mouse button (issue #8)
*   If possible, only informative dimensions (i.e. length > 1) are selected in the collector
    combo boxes. (issue #9)
*   Sliders next to the spinboxes in the collector panel
*   Fix: slices are updated in plot title when spinbox values change.
*   Fix: when table headers autosize was enabled, restarting argos could be slow for large tables.
*   Users can add/remove/configure plugins via the GUI.
*   Grouped the Details dock widgets together with repo viewer as they always apply to the selected item.
*   Properties tab shows chunking information for HDF5 and NetCDF data.
*   Updated style and layout.
*   Added --qt-style and --qss command line options. Using Qt Fusion style as default.
*   Displays informative message in case the plot remains empty.
*   Accepts unix-like patterns on the Windows command line. E.g. 'argos \*.h5' opens all files with the h5 extension.
*   Persistent settings are stored in json file instead of QSettings.
*   Added -c command line option for specifying the general configuration file. Settings profiles are thus obsolete
    and have been removed.
*   Added --log-config command line option for specifying the logging configuration file.
*   Collapsing an item in the data tree closes the underlying file or resources.
*   Open Exdir files read-only
*   Ctrl-C copies all selected cells in the Table instpector to the clipboard.

0.2.2 (2020-03-28)
---------------------

* Exdir file format plugin. (Thanks to Lui Habl).


0.2.1 (2017-01-12)
------------------
*   Fix: in PyQt 5.7 the slot decorator wouldn't connect anymore if the class didn't derive
    from QObject.


0.2.0 (2017-01-01)
------------------
*   First usable release.


0.1.0 (2014-11-01)
------------------
*   First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/titusjan/argos",
    "name": "argos",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "NetCDF HDF5 plotting graphs",
    "author": "Pepijn Kenter",
    "author_email": "titusjan@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fa/dd/4c092b532880b9b73eb26e714415c6b16b1de07e546de1d2c8b3e0570f88/argos-0.4.4.tar.gz",
    "platform": null,
    "description": "===============================\nArgos\n===============================\n\n\nArgos data inspector for HDF5, NetCDF4 and other file formats.\n\nFor more info, see: https://github.com/titusjan/argos\n\n\n\n\nHistory\n=======\n\nNote that version 0.3 will be the last release that supports Python 2.\n\n\n0.4.4 (2023-02-06)\n------------------\n\n* Removed deprecated numpy aliases so it works with numpy 1.24.\n\n0.4.3 (2022-07-26)\n------------------\n\n* Removed spurious log messages.\n\n0.4.2 (2022-07-24)\n------------------\n\n* Compound/stuctured HDF5 datasets can be nested.\n* Can display JSON files (with comments https://github.com/sidneycadot/json_with_comments)\n* Removed many harmless warnings.\n* Small fixes\n\n\n0.4.1 (2022-03-02)\n------------------\n\n*   Fix: don't import numpy during running setup.py\n\n0.4.0 (2022-02-27)\n------------------\n\n*   Quick Look panel for showing quickly the contents of scalars and small arrays.\n*   The Repository tree shows Kind, Element Type and Summary columns by default.\n*   If one file or directory is opened, or given on the command line, it is expanded.\n*   Only add a '-' item to the collector combo boxes if the array has less dimensions than the inspector.\n*   The table inspector has \"#8.4g\" as the default format for floats. The tooltip shows all digits.\n*   Added __main__.py so argos can be started with: python -m argos.\n*   Fixed import in Line Plot and Image Plot inspectors (issue #20).\n*   Fixed errors when running Argos with Python 3.10.\n\n\n0.3.1 (2021-02-07)\n------------------\n\n*   Fixed error in style sheet.\n\n\n0.3.0 (2021-02-07)\n------------------\n\n*   New legend in 2D image inspector\n*   Extensive database of color maps and color map picker (CmLib).\n*   Directories are listed in alphabetical order.\n*   Image inspector: cross hair and axis ticks are displayed in the middle of the pixels.\n*   Image inspector: added 'auto down-sample' config option (on by default).\n    This improves performance for large images and reduces aliasing.\n*   Added rectangle zoom mode in 1D line plot and 2D image plot inspectors (issue #8)\n*   Zooming can be also done by dragging while holding the right mouse button (issue #8)\n*   If possible, only informative dimensions (i.e. length > 1) are selected in the collector\n    combo boxes. (issue #9)\n*   Sliders next to the spinboxes in the collector panel\n*   Fix: slices are updated in plot title when spinbox values change.\n*   Fix: when table headers autosize was enabled, restarting argos could be slow for large tables.\n*   Users can add/remove/configure plugins via the GUI.\n*   Grouped the Details dock widgets together with repo viewer as they always apply to the selected item.\n*   Properties tab shows chunking information for HDF5 and NetCDF data.\n*   Updated style and layout.\n*   Added --qt-style and --qss command line options. Using Qt Fusion style as default.\n*   Displays informative message in case the plot remains empty.\n*   Accepts unix-like patterns on the Windows command line. E.g. 'argos \\*.h5' opens all files with the h5 extension.\n*   Persistent settings are stored in json file instead of QSettings.\n*   Added -c command line option for specifying the general configuration file. Settings profiles are thus obsolete\n    and have been removed.\n*   Added --log-config command line option for specifying the logging configuration file.\n*   Collapsing an item in the data tree closes the underlying file or resources.\n*   Open Exdir files read-only\n*   Ctrl-C copies all selected cells in the Table instpector to the clipboard.\n\n0.2.2 (2020-03-28)\n---------------------\n\n* Exdir file format plugin. (Thanks to Lui Habl).\n\n\n0.2.1 (2017-01-12)\n------------------\n*   Fix: in PyQt 5.7 the slot decorator wouldn't connect anymore if the class didn't derive\n    from QObject.\n\n\n0.2.0 (2017-01-01)\n------------------\n*   First usable release.\n\n\n0.1.0 (2014-11-01)\n------------------\n*   First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Argos HDF5/NetCDF/scientific data viewer.",
    "version": "0.4.4",
    "split_keywords": [
        "netcdf",
        "hdf5",
        "plotting",
        "graphs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a362b02c0a567a11c6fa29f9d411c991379bc76013079e60ea6cb939a99ff586",
                "md5": "bc0062f8ed8dfc9e10ea7438dacd6713",
                "sha256": "3ac0f8ffd89b50a8b0f0661759fd757a8eea5028ddfd328996371196049d4aa2"
            },
            "downloads": -1,
            "filename": "argos-0.4.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc0062f8ed8dfc9e10ea7438dacd6713",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 338780,
            "upload_time": "2023-02-06T20:19:49",
            "upload_time_iso_8601": "2023-02-06T20:19:49.478162Z",
            "url": "https://files.pythonhosted.org/packages/a3/62/b02c0a567a11c6fa29f9d411c991379bc76013079e60ea6cb939a99ff586/argos-0.4.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fadd4c092b532880b9b73eb26e714415c6b16b1de07e546de1d2c8b3e0570f88",
                "md5": "6802d3787479c8fe90e3ab694c6e0e92",
                "sha256": "ae4aee31d7e9d74465874494a8354d12a04871e5388da8ece653423b42d2ecfc"
            },
            "downloads": -1,
            "filename": "argos-0.4.4.tar.gz",
            "has_sig": false,
            "md5_digest": "6802d3787479c8fe90e3ab694c6e0e92",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 250241,
            "upload_time": "2023-02-06T20:19:51",
            "upload_time_iso_8601": "2023-02-06T20:19:51.803383Z",
            "url": "https://files.pythonhosted.org/packages/fa/dd/4c092b532880b9b73eb26e714415c6b16b1de07e546de1d2c8b3e0570f88/argos-0.4.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-06 20:19:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "titusjan",
    "github_project": "argos",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "argos"
}
        
Elapsed time: 0.03602s