Skip to content

Commit

Permalink
updated change log for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Jun 1, 2017
1 parent 061a15b commit 56988ee
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
27 changes: 21 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@ All notable changes to SpiceyPy will be documented here
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project tries to adhere to [Semantic Versioning](http://semver.org/).

## [unreleased]
## [2.0.0]
### Added
- Implemented most of the new functions from N66 SPICE
- IntMatrixType support type
- SpiceDLADescr struct

### Changed
- now backing N66 CSPICE
- now builds 2.7, 3.4, 3.5, 3.6

### Deprecated
- 32 bit builds

### Fixed
- toPythonString now strips whitespace


## [1.1.1] - 2017-04-23
### Added
Expand Down Expand Up @@ -60,17 +75,17 @@ and this project tries to adhere to [Semantic Versioning](http://semver.org/).
Got to a semi complete api here, lots of commits
before things so this version can be considered a bit of a baseline

### Added
### Added
- many things

### Changed
### Changed
- the game

### Deprecated
### Deprecated
- nothing important

### Removed
### Removed
- what had to go

### Fixed
### Fixed
- it
2 changes: 1 addition & 1 deletion spiceypy/spiceypy.py
Original file line number Diff line number Diff line change
Expand Up @@ -7011,7 +7011,7 @@ def lparse(inlist, delim, nmax):
http://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/cspice/lparse_c.html
:param inlist: list of items delimited by delim.
:type inlist: list of strings
:type inlist: list
:param delim: Single character used to delimit items.
:type delim: str
:param nmax: Maximum number of items to return.
Expand Down

0 comments on commit 56988ee

Please sign in to comment.