1
- Changes for bmi-topography
2
- ==========================
1
+ # Changes for bmi-topography
3
2
4
- 0.8.4 (unreleased)
5
- ------------------
3
+ ## 0.8.4 (unreleased)
6
4
7
5
- Nothing changed yet.
8
6
9
7
10
- 0.8.3 (2023-12-18)
11
- ------------------
8
+ ## 0.8.3 (2023-12-18)
12
9
13
10
- Build and test with Python 3.12 (#60 )
14
11
- Remove setuptools files in favor of pyproject.toml (#59 )
15
12
- Fix failing docs build (#58 )
16
13
- Use nox in CI testing (#54 )
17
14
18
15
19
- 0.8.2 (2023-02-06)
20
- ------------------
16
+ ## 0.8.2 (2023-02-06)
21
17
22
18
- Fix problem getting CRS info for AAIGrid type (#53 )
23
19
24
20
25
- 0.8.1 (2023-01-27)
26
- ------------------
21
+ ## 0.8.1 (2023-01-27)
27
22
28
23
- Run test CI on Windows with Python 3.10 (#52 )
29
24
- Use nox instead of make for building and testing project (#51 )
@@ -32,97 +27,84 @@ Changes for bmi-topography
32
27
- Update contents of source and binary distributions (#46 )
33
28
34
29
35
- 0.8 (2022-07-05)
36
- ----------------
30
+ ## 0.8 (2022-07-05)
37
31
38
32
- Switch from xarray to rioxarray (#45 )
39
33
- Move metadata from setup.cfg to pyproject.toml (#44 )
40
34
41
35
42
- 0.7.1 (2022-06-03)
43
- ------------------
36
+ ## 0.7.1 (2022-06-03)
44
37
45
38
- Provide a better reason for 401 errors (#41 )
46
39
47
40
48
- 0.7 (2022-03-24)
49
- ----------------
41
+ ## 0.7 (2022-03-24)
50
42
51
43
- Support all OpenTopography global datasets (#39 )
52
44
- Create test matrix of datasets and file types (#38 )
53
45
54
46
55
- 0.6 (2022-02-17)
56
- ----------------
47
+ ## 0.6 (2022-02-17)
57
48
58
49
- Use dashes in command line options (#36 )
59
50
- Use a demo API key if a user key can't be found (#34 )
60
51
61
52
62
- 0.5.1 (2022-02-15)
63
- ------------------
53
+ ## 0.5.1 (2022-02-15)
64
54
65
55
- Document use of OpenTopography API key (#33 )
66
56
- Add text to exception raised when API key is missing (#32 )
67
57
- Use new black syntax (#31 )
68
58
69
59
70
- 0.5 (2022-01-25)
71
- ----------------
60
+ ## 0.5 (2022-01-25)
72
61
73
62
- Use an API key when requesting OpenTopography data (#25 )
74
63
- Add python 3.10 to tests (#24 )
75
64
- Address technical debt (#22 )
76
65
77
66
78
- 0.4 (2021-09-03)
79
- ----------------
67
+ ## 0.4 (2021-09-03)
80
68
81
69
- Support ALOS World 3D 30m products (#13 )
82
70
- Support .asc and .img files (#14 )
83
71
- Add format job to CI
84
72
- Use CITATION.cff file
85
73
86
74
87
- 0.3.2 (2021-04-23)
88
- ------------------
75
+ ## 0.3.2 (2021-04-23)
89
76
90
77
- Add citation recommendation with DOI
91
78
- Fix typos, update text in example notebooks
92
79
- Create CREDITS.md and rearrange docs
93
80
94
81
95
- 0.3.1 (2021-03-04)
96
- ------------------
82
+ ## 0.3.1 (2021-03-04)
97
83
98
84
- Install with conda
99
85
- Include shell script demonstrating CLI
100
86
101
87
102
- 0.3 (2021-02-25)
103
- ----------------
88
+ ## 0.3 (2021-02-25)
104
89
105
90
- Update README with overview and install instructions
106
91
- Write documentation
107
92
108
93
109
- 0.2 (2021-02-24)
110
- ----------------
94
+ ## 0.2 (2021-02-24)
111
95
112
96
- Implement BMI for Topography class from template generated by ` bmipy-render `
113
97
- Include sample config file and Jupyter Notebook to demo BMI
114
98
- Add CI with GitHub Actions
115
99
116
100
117
- 0.1.1 (2021-02-22)
118
- ------------------
101
+ ## 0.1.1 (2021-02-22)
119
102
120
103
- Add Makefile rule to test upload to TestPyPI
121
104
- Test upload to TestPyPI
122
105
123
106
124
- 0.1 (2021-02-22)
125
- ----------------
107
+ ## 0.1 (2021-02-22)
126
108
127
109
- Create base library that calls OpenTopography API
128
110
- Create CLI for library
0 commit comments