Skip to content

Commit 57ffe24

Browse files
committed
update changelog
1 parent 07ee778 commit 57ffe24

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to **AnaFlow** will be documented in this file.
44

55

6+
## [1.0.1] - 2020-04-02
7+
8+
### Bugfixes
9+
- `ModuleNotFoundError` not present in py35
10+
- `np.asscalar` deprecated, use `array.item()`
11+
- `CHANGELOG.md` links updated
12+
13+
614
## [1.0.0] - 2020-03-22
715

816
### Enhancements
@@ -69,8 +77,9 @@ Containing:
6977
- lap_transgwflow_cyl - Solution for a diskmodel in laplace inversion
7078

7179

72-
[1.0.0]: https://github.com/GeoStat-Framework/gstools/compare/v0.4.0...v1.0.0
73-
[0.4.0]: https://github.com/GeoStat-Framework/gstools/compare/v0.3.0...v0.4.0
74-
[0.3.0]: https://github.com/GeoStat-Framework/gstools/compare/v0.2.4...v0.3.0
75-
[0.2.4]: https://github.com/GeoStat-Framework/gstools/compare/v0.1...v0.2.4
76-
[0.1.0]: https://github.com/GeoStat-Framework/gstools/releases/tag/v0.1
80+
[1.0.1]: https://github.com/GeoStat-Framework/AnaFlow/compare/v1.0.0...v1.0.1
81+
[1.0.0]: https://github.com/GeoStat-Framework/AnaFlow/compare/v0.4.0...v1.0.0
82+
[0.4.0]: https://github.com/GeoStat-Framework/AnaFlow/compare/v0.3.0...v0.4.0
83+
[0.3.0]: https://github.com/GeoStat-Framework/AnaFlow/compare/v0.2.4...v0.3.0
84+
[0.2.4]: https://github.com/GeoStat-Framework/AnaFlow/compare/v0.1...v0.2.4
85+
[0.1.0]: https://github.com/GeoStat-Framework/AnaFlow/releases/tag/v0.1

0 commit comments

Comments
 (0)