Skip to content

Commit

Permalink
Merge pull request #71 from Cadair/cruft-manual-update
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Dec 9, 2024
2 parents 702d17c + 6d0ef1a commit c69687f
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 101 deletions.
14 changes: 7 additions & 7 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/sunpy/package-template",
"commit": "3737aa309d2a695ada046c7868c5683213003f3d",
"commit": "5446d70263fff597b33ca7b0833aaeb5f3c3ac59",
"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -9,13 +9,13 @@
"short_description": "An interactive animation framework for matplotlib.",
"author_name": "The SunPy Developers",
"author_email": "[email protected]",
"project_url": "https://docs.sunpy.org/projects/mpl-animators",
"github_repo": "",
"sourcecode_url": "",
"project_url": "https://sunpy.org",
"github_repo": "sunpy/mpl-animators",
"sourcecode_url": "https://github.com/sunpy/mpl-animators",
"download_url": "https://pypi.org/project/mpl_animators",
"documentation_url": "",
"changelog_url": "",
"issue_tracker_url": "",
"documentation_url": "https://docs.sunpy.org/projects/mpl-animators",
"changelog_url": "https://github.com/sunpy/mpl-animators/releases",
"issue_tracker_url": "https://github.com/sunpy/mpl-animators/issues",
"license": "BSD 3-Clause",
"minimum_python_version": "3.10",
"use_compiled_extensions": "n",
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/update-changelog.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ instance/

# Sphinx documentation
docs/_build/
docs/generated/
# automodapi
docs/api
docs/sg_execution_times.rst
Expand Down
59 changes: 59 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
v1.1.2 - 2024-02-07
===================

What’s Changed
--------------

Other Changes
~~~~~~~~~~~~~

- remove old circleci webhook config by @Cadair in https://github.com/sunpy/mpl-animators/pull/36
- Added Gallery + Update Package template by @nabobalis in https://github.com/sunpy/mpl-animators/pull/37

v1.1.1 - 2023-11-17
===================

What’s Changed
--------------

Other Changes
~~~~~~~~~~~~~

- Update for tox4 by @ConorMacBride in https://github.com/sunpy/mpl-animators/pull/20
- Minor tweaks to CI - No actions by @nabobalis in https://github.com/sunpy/mpl-animators/pull/28
- Move to actions by @nabobalis in https://github.com/sunpy/mpl-animators/pull/29
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in https://github.com/sunpy/mpl-animators/pull/30
- Bump actions/checkout from 2 to 4 by @dependabot in https://github.com/sunpy/mpl-animators/pull/31

New Contributors
----------------

- @ConorMacBride made their first contribution in https://github.com/sunpy/mpl-animators/pull/20
- @nabobalis made their first contribution in https://github.com/sunpy/mpl-animators/pull/28
- @dependabot made their first contribution in https://github.com/sunpy/mpl-animators/pull/30

v1.1.0 - 2022-08-10
===================

What’s Changed
--------------

Bug Fixes
~~~~~~~~~

- Fix setting y limits when data is a dask array by SolarDrew in https://github.com/sunpy/mpl-animators/pull/11

Other Changes
~~~~~~~~~~~~~

- Add changelog config and bump minimum Python version to 3.8 by Cadair in https://github.com/sunpy/mpl-animators/pull/12

New Contributors
~~~~~~~~~~~~~~~~

- @SolarDrew made their first contribution in https://github.com/sunpy/mpl-animators/pull/11

v1.0.0
======

Initial release with code copied from ``sunpy.visualisation.animators``.
56 changes: 0 additions & 56 deletions CHANGES.md

This file was deleted.

13 changes: 8 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ docs = [
]

[project.urls]
Homepage = "https://docs.sunpy.org/projects/mpl-animators"
Homepage = "https://sunpy.org"
"Source Code" = "https://github.com/sunpy/mpl-animators"
Download = "https://pypi.org/project/mpl_animators"
"Source Code" = "https://github.com/sunpy/mpl-animators/"
Documentation = "https://docs.sunpy.org/projects/mpl-animators"
Changelog = "https://github.com/sunpy/mpl-animators/releases"
"Issue Tracker" = "https://github.com/sunpy/mpl-animators/issues"
Expand Down Expand Up @@ -87,8 +87,11 @@ write_to = "mpl_animators/_version.py"
verify_pr_number = true
changelog_skip_label = "No Changelog Entry Needed"
help_url = "https://github.com/sunpy/mpl-animators/blob/main/changelog/README.rst"
changelog_missing_long = "There isn't a changelog file in this pull request. Please add a changelog file to the `changelog/` directory following the instructions in the changelog [README](https://github.com//blob/main/changelog/README.rst)."
type_incorrect_long = "The changelog file you added is not one of the allowed types. Please use one of the types described in the changelog [README](https://github.com//blob/main/changelog/README.rst)"

changelog_missing_long = "There isn't a changelog file in this pull request. Please add a changelog file to the `changelog/` directory following the instructions in the changelog [README](https://github.com/sunpy/mpl-animators/blob/main/changelog/README.rst)."

type_incorrect_long = "The changelog file you added is not one of the allowed types. Please use one of the types described in the changelog [README](https://github.com/sunpy/mpl-animators/blob/main/changelog/README.rst)"

number_incorrect_long = "The number in the changelog file you added does not match the number of this pull request. Please rename the file."

# TODO: This should be in towncrier.toml but Giles currently only works looks in
Expand All @@ -97,7 +100,7 @@ write_to = "mpl_animators/_version.py"
package = "mpl_animators"
filename = "CHANGELOG.rst"
directory = "changelog/"
issue_format = "`#{issue} https:github.com/mpl-animators/pull/{issue}>`__"
issue_format = "`#{issue} <https://github.com/sunpy/mpl-animators/pull/{issue}>`__"
title_format = "{version} ({project_date})"

[[tool.towncrier.type]]
Expand Down

0 comments on commit c69687f

Please sign in to comment.