File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.1.0] - 2023-12-15 17:00:00
9+
10+ ### Added
11+ - Updates the Generalized Method of Moments chapter.
12+ - Adds a structural estimation paper chapter.
13+ - Adds other updates in the Structural Estimation section.
14+
815## [ 0.0.7] - 2023-12-06 15:00:00
916
1017### Added
@@ -53,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5360
5461
5562
63+ [ 0.1.0 ] : https://github.com/OpenSourceEcon/CompMethods/compare/v0.0.7...v0.1.0
5664[ 0.0.7 ] : https://github.com/OpenSourceEcon/CompMethods/compare/v0.0.6...v0.0.7
5765[ 0.0.6 ] : https://github.com/OpenSourceEcon/CompMethods/compare/v0.0.5...v0.0.6
5866[ 0.0.5 ] : https://github.com/OpenSourceEcon/CompMethods/compare/v0.0.4...v0.0.5
Original file line number Diff line number Diff line change 77
88setup (
99 name = "CompMethods" ,
10- version = "0.0.7 " ,
10+ version = "0.1.0 " ,
1111 author = "Richard W. Evans" ,
1212 author_email = "rickecon@gmail.com" ,
1313 long_description = readme ,
You can’t perform that action at this time.
0 commit comments