-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
62 lines (46 loc) · 1.6 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/).
## [Unreleased] - YYYY-MM-DD
### Added
- n/a
### Changed
- n/a
### Fixed
- n/a
## 0.4.0 - 2017-01-30
### Added
- n/a
### Changed
- Skip plots that raise an error in the preparation/simulation
- Output uses multi-index data frame, with plot id and year index
- Skip young plots in data prep instead of in simulation
- Output the absolute year of the simulation (by adding the year of data acquisition)
- Set maximum age if estimated age is greater than 1000
### Fixed
- n/a
## 0.3.1 - 2017-01-11
### Added
- n/a
### Changed
- n/a
### Fixed
- PyPI deploy script to include linux wheel, why legacy pypi did not accept
## 0.3.0 - 2017-01-10
### Added
- Simulation length option to configuration file
- Backwards simulation option to configuration file
- Version option to CLI
- Continuous linux wheel build to pypi
### Changed
- Refactored data prep, plot table simulation, basal area factor estimation, species simultion
### Fixed
- An error in the simulation logic that cause a repeat of the values for the year of the data
## [0.2.9] - 2016-12-14
### Changed
- The name of the column giving unique IDs for each plot is now preserved through the prep and simulate steps. It was previously changed from id_l1 to PlotID.
### Fixed
- The default configuration file was not included in the build because include_package_data was set to True and the config was specified in package_data instead of manifest.in.
## 0.2.8 - 2016-12-08
### Changed
- Polished documentation and readme