Skip to content

Commit

Permalink
Merge branch 'main' into readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Sep 13, 2023
2 parents 15bc600 + da21f8d commit 9fb5430
Show file tree
Hide file tree
Showing 9 changed files with 66 additions and 88 deletions.
52 changes: 50 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
.. _top_level_changelog:
=========
Changelog
=========

.. include:: user_documentation/changelog.rst
All notable changes to this project beggining with version 0.1.0 will be
documented in this file. The format is based on
`Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_ and we adhere
to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_. The source
code for all `releases <https://github.com/sktime/skbase/releases>`_
is available on GitHub.

You can also subscribe to ``skpro``'s
`PyPi release <https://libraries.io/pypi/skpro>`_.

For planned changes and upcoming releases, see our :ref:`roadmap`.

[2.0.0] - 2023-09-1X
====================

Re-release of ``skpro``, newly rearchitected using ``skbase``.

Highlights
----------

Enhancements
------------

Fixes
-----

Documentation
-------------

Maintenance
-----------

Contributors
------------
:user:`Alex-JG3`,
:user:`fkiraly`,
:user:`frthjf`

[1.0.1] - 2019-02-18
====================

First stable release of ``skpro``, last release before hiatus.

[1.0.0b] - 2017-12-08
=====================

First public release (beta) of ``skpro``.
4 changes: 0 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ def find_source():
version_match = "v" + release

html_theme_options = {
"logo": {
"text": "skpro",
"alt_text": "skpro",
},
"icon_links": [
{
"name": "GitHub",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/get_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Installation
* operating systems Mac OS X, Unix-like OS, Windows 8.1 and higher
* installation via ``PyPi`` or ``conda``

Please see the :ref:`installation <installation>` guide for step-by-step instructions on the package installation.
Please see the :ref:`installation <full_install>` guide for step-by-step instructions on the package installation.

.. _scikit-learn: https://scikit-learn.org/stable/index.html
4 changes: 2 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ code snippets below.

.. code-block:: bash
pip install scikit-base
pip install skpro
.. tab-item:: PyPi (all dependencies)

.. code-block:: bash
pip install scikit-base[all_extras]
pip install skpro[all_extras]
.. tab-item:: Conda

Expand Down
File renamed without changes.
File renamed without changes.
51 changes: 0 additions & 51 deletions docs/source/user_documentation/changelog.rst

This file was deleted.

File renamed without changes.
41 changes: 13 additions & 28 deletions docs/source/users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ Documentation
:maxdepth: 1
:hidden:

user_documentation/installation
user_documentation/tutorials
user_documentation/user_guide
user_documentation/glossary
user_documentation/changelog
user_documentation/related_software
installation
tutorials
user_guide
changelog
related_software


.. grid:: 1 2 2 2
Expand All @@ -22,11 +21,11 @@ Documentation
.. grid-item-card:: Installation
:text-align: center

Install ``skbase``.
Install ``skpro``.

+++

.. button-ref:: user_documentation/installation
.. button-ref:: installation
:color: primary
:click-parent:
:expand:
Expand All @@ -40,7 +39,7 @@ Documentation

+++

.. button-ref:: user_documentation/tutorials
.. button-ref:: tutorials
:color: primary
:click-parent:
:expand:
Expand All @@ -50,39 +49,25 @@ Documentation
.. grid-item-card:: User Guide
:text-align: center

Learn about using ``skbase``.
Learn about using ``skpro``.

+++

.. button-ref:: user_documentation/user_guide
.. button-ref:: user_guide
:color: primary
:click-parent:
:expand:

User Guide

.. grid-item-card:: Glossary
:text-align: center

Understand common terminology.

+++

.. button-ref:: user_documentation/glossary
:color: primary
:click-parent:
:expand:

Glossary

.. grid-item-card:: Changelog
:text-align: center

Information for developers.

+++

.. button-ref:: user_documentation/changelog
.. button-ref:: changelog
:color: primary
:click-parent:
:expand:
Expand All @@ -92,11 +77,11 @@ Documentation
.. grid-item-card:: Related Software
:text-align: center

Explore software related to ``skbase``.
Explore software related to ``skpro``.

+++

.. button-ref:: user_documentation/related_software
.. button-ref:: related_software
:color: primary
:click-parent:
:expand:
Expand Down

0 comments on commit 9fb5430

Please sign in to comment.