Skip to content

Commit

Permalink
REL: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgortmaker committed Sep 6, 2018
1 parent 637211d commit c1863aa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Version Notes
These notes will only include major changes.


0.5
---

- Estimation of nesting parameters.
- Performance improvements for matrix algebra and matrix construction.
- Support for Python 3.7.
- Computation of reasonable default bounds on nonlinear parameters.
- Additional information in progress updates.
- Improved error handling and documentation.
- Simplified multiprocessing interface.
- Cancelled out delta in the nonlinear contraction to improve performance.
- Additional example data and improvements to the example problems.
- Cleaned up covariance estimation.
- Added type annotations and overhauled the testing suite.


0.4
---

Expand Down
2 changes: 1 addition & 1 deletion pyblp/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Defines the current version."""

__version__ = '0.4.0'
__version__ = '0.5.0'

0 comments on commit c1863aa

Please sign in to comment.