PyChrom


NamePyChrom JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/rdgsnm/PyChrom
SummaryModule to provide tools to process and analyse chromatographic data from different sources such as UPLC, LCMS, GCMS, etc.
upload_time2023-04-03 18:05:02
maintainer
docs_urlNone
authorRodrigo Silva Nascimento Mancini
requires_python
licenseMIT
keywords chromatography chemometrics data preprocessing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a module to aid in processing of liquid chromatography data.
It includes an easy interface to perform many operations required to process and analyse
chromatography data, such as: 0- Smoothing; 1- Baseline correction; 2- Search for peak and determine the width at a given relative height;
3- Detect fused peaks and determine the start and end of each of them; 4- Peak purity


Changelog
=========

0.0.6 (04/03/2023)
------------------
- Resolved imports outside __init__ file
- Further changes to type hints

0.0.5 (02/27/2023)
------------------
- Minor fixes
- Black formatting
- Mypy checks

0.0.4 (09/25/2022)
------------------
- Corrected noise calculation
- Two options: raw noise and normalized noise

0.0.3 (09/25/2022)
------------------
- Fixed some functions and docstrings
- Added new function calculate_noise
    Calculate noise allows the determination of instrumental noise based on the
    calculation of the standard deviation considering the raw data as the input and
    the smoothed data as the mean

0.0.2 (09/11/2022)
------------------
- Corrected bugs and some fixes to functions (type hintings and enhanced docstrings)

0.0.1 (09/11/2022)
------------------
- First release

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rdgsnm/PyChrom",
    "name": "PyChrom",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "chromatography,chemometrics,data preprocessing",
    "author": "Rodrigo Silva Nascimento Mancini",
    "author_email": "rdgsnm@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ac/19/51747e7f20d623aec05a6aada260c39c269eb14e71bc97a816800d5cf828/PyChrom-0.0.6.tar.gz",
    "platform": null,
    "description": "This is a module to aid in processing of liquid chromatography data.\r\nIt includes an easy interface to perform many operations required to process and analyse\r\nchromatography data, such as: 0- Smoothing; 1- Baseline correction; 2- Search for peak and determine the width at a given relative height;\r\n3- Detect fused peaks and determine the start and end of each of them; 4- Peak purity\r\n\r\n\r\nChangelog\r\n=========\r\n\r\n0.0.6 (04/03/2023)\r\n------------------\r\n- Resolved imports outside __init__ file\r\n- Further changes to type hints\r\n\r\n0.0.5 (02/27/2023)\r\n------------------\r\n- Minor fixes\r\n- Black formatting\r\n- Mypy checks\r\n\r\n0.0.4 (09/25/2022)\r\n------------------\r\n- Corrected noise calculation\r\n- Two options: raw noise and normalized noise\r\n\r\n0.0.3 (09/25/2022)\r\n------------------\r\n- Fixed some functions and docstrings\r\n- Added new function calculate_noise\r\n    Calculate noise allows the determination of instrumental noise based on the\r\n    calculation of the standard deviation considering the raw data as the input and\r\n    the smoothed data as the mean\r\n\r\n0.0.2 (09/11/2022)\r\n------------------\r\n- Corrected bugs and some fixes to functions (type hintings and enhanced docstrings)\r\n\r\n0.0.1 (09/11/2022)\r\n------------------\r\n- First release\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Module to provide tools to process and analyse chromatographic data from different sources such as UPLC, LCMS, GCMS, etc.",
    "version": "0.0.6",
    "split_keywords": [
        "chromatography",
        "chemometrics",
        "data preprocessing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac1951747e7f20d623aec05a6aada260c39c269eb14e71bc97a816800d5cf828",
                "md5": "14232b82775c05561dbd525e117d3247",
                "sha256": "3e7f2a526c2aed0e223c6ed055753116c50dda5f9f27056e7b9aa5c8da6c2ce7"
            },
            "downloads": -1,
            "filename": "PyChrom-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "14232b82775c05561dbd525e117d3247",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10372,
            "upload_time": "2023-04-03T18:05:02",
            "upload_time_iso_8601": "2023-04-03T18:05:02.874795Z",
            "url": "https://files.pythonhosted.org/packages/ac/19/51747e7f20d623aec05a6aada260c39c269eb14e71bc97a816800d5cf828/PyChrom-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-03 18:05:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "rdgsnm",
    "github_project": "PyChrom",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pychrom"
}
        
Elapsed time: 0.05270s