File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,13 @@ https://semver.org/spec/v2.0.0.html
22
22
23
23
### Changed
24
24
- ** BREAKING CHANGE** : Set Python minimum supported version to 3.9.
25
+ - ** BREAKING CHANGE** : Migrate project structure:
26
+ - The repository root is repurposed again for the ` basemap ` project.
27
+ - The auxiliary data packages are moved inside the ` data ` folder.
28
+ - The requirements files are moved to its own ` dep ` folder.
29
+ - The ` examples ` folder is moved inside the ` doc ` folder.
25
30
- ** BREAKING CHANGE** : Migrate ` basemap ` libraries to use implicit
26
31
namespace packages (PR [ #576 ] by @ksunden ).
27
- - ** BREAKING CHANGE** : Move requirements files to its own ` dep ` folder.
28
32
- Migrate workflows to use ` cibuildwheel ` (PRs [ #614 ] , [ #618 ] , [ #622 ]
29
33
and [ #623 ] by @cvanelteren and PR [ #621 ] , solves GitHub artifact
30
34
actions v1 sunset).
You can’t perform that action at this time.
0 commit comments