# python-xy **Repository Path**: mirrors/python-xy ## Basic Information - **Project Name**: python-xy - **Description**: Python(x,y) 是一个免费的科学和工程开发包,提供数学计算、数据分析和可视化展示 - **Primary Language**: Python - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2017-11-06 - **Last Updated**: 2023-09-12 ## Categories & Tags **Categories**: mathlibs **Tags**: None ## README .. image:: https://secure.travis-ci.org/bitprophet/releases.png?branch=master :target: https://travis-ci.org/bitprophet/releases What is Releases? ================= Releases is a `Sphinx `_ extension designed to help you keep a source control friendly, merge friendly changelog file & turn it into useful, human readable HTML output. Specifically: * The source format (kept in your Sphinx tree as ``changelog.rst``) is a stream-like timeline that plays well with source control & only requires one entry per change (even for changes that exist in multiple release lines). * The output (when you have the extension installed and run your Sphinx build command) is a traditional looking changelog page with a section for every release; multi-release issues are copied automatically into each release. * By default, feature and support issues are only displayed under feature releases, and bugs are only displayed under bugfix releases. This can be overridden on a per-issue basis. Some background on why this tool was created can be found in `this blog post `_. For more documentation, including detailed installation and usage information, please see http://releases.readthedocs.org. .. note:: You can install the `development version `_ via ``pip install releases==dev``.