Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.8 of all changes before Python 3 work #79

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.8 - 2019-08-26
Added "baked" mode for sanitization of filtered output and improved safety
Added "strict" mode for compile-time analysis and improved compiler warnings/errors
Improved performance of placeholder resolution
Improved build consistency by removing non-determinism
Fixed documentation
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'