Skip to content

Commit e186043

Browse files
committed
Update CHANGELOG.md
1 parent 343f829 commit e186043

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
## [Unreleased]
77
### Added
88

9+
### Changed
10+
11+
### Fixed
12+
13+
### Removed
14+
15+
16+
## [0.4.0]
17+
### Added
18+
919
- Dockerised development setup, with support for live reload of `flowmachine` and `flowapi` after source code changes.
1020
- Pre-commit hook for Python formatting with black.
1121
- Added new `IntereventPeriod`, `ContactReciprocal`, `ProportionContactReciprocal`, `ProportionEventReciprocal`, `ProportionEventType`, `MDSVolume` query classes to FlowMachine.
@@ -16,8 +26,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1626
- FlowDB test data and synthetic data images are now available from their own Docker repos (Flowminder/flowdb-testdata, Flowminder/flowdb-synthetic-data)
1727
- Changed query class name from `NocturnalCalls` to `NocturnalEvents`.
1828

19-
### Fixed
20-
2129
### Removed
2230
- Arbitrary `Flow` maths
2331
- `EdgeList` query type
@@ -84,7 +92,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8492
- Added Python 3.6 support for FlowClient
8593

8694

87-
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/0.3.0...master
95+
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/0.4.0...master
96+
[0.4.0]: https://github.com/Flowminder/FlowKit/compare/0.3.0...0.4.0
8897
[0.3.0]: https://github.com/Flowminder/FlowKit/compare/0.2.2...0.3.0
8998
[0.2.2]: https://github.com/Flowminder/FlowKit/compare/0.2.1...0.2.2
9099
[0.2.1]: https://github.com/Flowminder/FlowKit/compare/0.2.0...0.2.1

0 commit comments

Comments
 (0)