Skip to content

Commit

Permalink
spiceypy 5.0.0 (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Feb 18, 2022
1 parent 1219227 commit 82b93c6
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 124 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to SpiceyPy will be documented here
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project tries to adhere to [Semantic Versioning](https://semver.org/).

## [5.0.0] - 2022-02-17

## Changed
- switched to N67 CSPICE, no new wrapper functions yet
- removed deprecated named args mentioned in 4.0.1 release notes

## Removed
- deprecation warnings for params of mtxmg, mtxvg, mxm, mxmg, mxmt, mxmtg, mxvg, vtmvg, xposeg, unormg, vaddg, vdistg, vdotg, vequg, vhatg, vminug, vnromg, vrelg, vsclg, vsepg, vsubg, vzerog
- ncol/nrow params for: mtxmg, mtxvg, mxm, mxmg, mxmt, mxmtg, mxvg, vtmvg, xposeg
- ndim param for: unormg, vaddg, vdistg, vdotg, vequg, vhatg, vminug, vnromg, vrelg, vsclg, vsepg, vsubg, vzerog


## [4.0.3] - 2021-11-14

## Added
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = "4.0.3"
version = "5.0.0"
# The full version, including alpha/beta/rc tags.
release = "4.0.3"
release = "5.0.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/spiceypy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
SOFTWARE.
"""
__author__ = "AndrewAnnex"
__version__ = "4.0.3"
__version__ = "5.0.0"

from .spiceypy import *
from .utils import support_types
Expand Down
Loading

0 comments on commit 82b93c6

Please sign in to comment.