File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed
Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55
66## [ Unreleased]
77### Added
8+
9+
10+ ### Changed
11+
12+
13+ ### Fixed
14+
15+
16+ ### Removed
17+
18+
19+ ## [ 0.5.0]
20+ ### Added
821- The flowmachine python library is now pip installable (` pip install flowmachine ` )
922- The flowmachine server now supports additional actions: ` get_available_queries ` , ` get_query_schemas ` , ` ping ` .
1023- Flowdb now contains a new ` dfs ` schema and associated tables to process mobile money transactions.
@@ -26,11 +39,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2639- The flowmachine server action ` get_sql ` was renamed to ` get_sql_for_query_result ` .
2740- The parameter ` daily_location_method ` was renamed to ` method ` .
2841
29- ### Fixed
30-
31-
32- ### Removed
33-
3442
3543## [ 0.4.3]
3644### Added
@@ -157,7 +165,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
157165- Added Python 3.6 support for FlowClient
158166
159167
160- [ Unreleased ] : https://github.com/Flowminder/FlowKit/compare/0.4.3...master
168+ [ Unreleased ] : https://github.com/Flowminder/FlowKit/compare/0.5.0...master
169+ [ 0.5.0 ] : https://github.com/Flowminder/FlowKit/compare/0.4.3...0.5.0
161170[ 0.4.3 ] : https://github.com/Flowminder/FlowKit/compare/0.4.2...0.4.3
162171[ 0.4.2 ] : https://github.com/Flowminder/FlowKit/compare/0.4.1...0.4.2
163172[ 0.4.1 ] : https://github.com/Flowminder/FlowKit/compare/0.4.0...0.4.1
You can’t perform that action at this time.
0 commit comments