Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.8 - 2019-08-26
Changes since importing to github.
Documentation fixes
Fixed benchmarks
Set up TravisCI
Removed psyco and -O4 optimization level
Fixed unit tests

0.7.15 - 2012-02-09
add ability to restrict searchlist access in library templates by adding
#global declarations.
Expand Down
2 changes: 1 addition & 1 deletion spitfire/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

__author__ = 'Mike Solomon'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
__author__ = 'Mike Solomon'
__author__ = 'The Spitfire Authors'

__author_email__ = '<mas63 @t cornell d0t edu>'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
__author_email__ = '<mas63 @t cornell d0t edu>'

__version__ = '0.7.15'
__version__ = '0.8'
__license__ = 'BSD License'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
__license__ = 'BSD License'
__license__ = 'BSD-3-Clause'