Skip to content

Commit b6876e7

Browse files
author
Mayara Moromisato
committed
release 1.2.1
1 parent c47f07c commit b6876e7

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,43 @@ All notable changes to this project will be documented in this file.
44
Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each release or unreleased log for a better organization.
55

66
## [Unreleased]
7+
8+
9+
## [1.2.1](https://github.com/quintoandar/butterfree/releases/tag/1.2.1)
10+
### Changed
11+
* Update README.md ([#331](https://github.com/quintoandar/butterfree/pull/331))
12+
* Update Github Actions Workflow runner ([#332](https://github.com/quintoandar/butterfree/pull/332))
13+
* Delete sphinx version. ([#334](https://github.com/quintoandar/butterfree/pull/334))
14+
15+
### Fixed
16+
* Add the missing link for H3 geohash ([#330](https://github.com/quintoandar/butterfree/pull/330))
17+
18+
## [1.2.0](https://github.com/quintoandar/butterfree/releases/tag/1.2.0)
719
### Added
820
* [MLOP-636] Create migration classes ([#282](https://github.com/quintoandar/butterfree/pull/282))
21+
* [MLOP-635] Rebase Incremental Job/Interval Run branch for test on selected feature sets ([#278](https://github.com/quintoandar/butterfree/pull/278))
22+
* Allow slide selection ([#293](https://github.com/quintoandar/butterfree/pull/293))
23+
* [MLOP-637] Implement diff method ([#292](https://github.com/quintoandar/butterfree/pull/292))
24+
* [MLOP-640] Create CLI with migrate command ([#298](https://github.com/quintoandar/butterfree/pull/298))
25+
* [MLOP-645] Implement query method, cassandra ([#291](https://github.com/quintoandar/butterfree/pull/291))
26+
* [MLOP-671] Implement get_schema on Spark client ([#301](https://github.com/quintoandar/butterfree/pull/301))
27+
* [MLOP-648] Implement query method, metastore ([#294](https://github.com/quintoandar/butterfree/pull/294))
28+
* [MLOP-647] / [MLOP-646] Apply migrations ([#300](https://github.com/quintoandar/butterfree/pull/300))
29+
* [MLOP-639] Track logs in S3 ([#306](https://github.com/quintoandar/butterfree/pull/306))
30+
* [MLOP-702] Debug mode for Automate Migration ([#322](https://github.com/quintoandar/butterfree/pull/322))
31+
32+
### Changed
33+
* Keep milliseconds when using 'from_ms' argument in timestamp feature ([#284](https://github.com/quintoandar/butterfree/pull/284))
34+
* Read and write consistency level options ([#309](https://github.com/quintoandar/butterfree/pull/309))
35+
* [MLOP-691] Include step to add partition to SparkMetastore during writing of Butterfree ([#327](https://github.com/quintoandar/butterfree/pull/327))
36+
37+
### Fixed
38+
* [BUG] Apply create_partitions to historical validate ([#303](https://github.com/quintoandar/butterfree/pull/303))
39+
* [BUG] Fix key path for validate read ([#304](https://github.com/quintoandar/butterfree/pull/304))
40+
* [FIX] Add Partition types for Metastore ([#305](https://github.com/quintoandar/butterfree/pull/305))
41+
* Change solution for tracking logs ([#308](https://github.com/quintoandar/butterfree/pull/308))
42+
* [BUG] Fix Cassandra Connect Session ([#316](https://github.com/quintoandar/butterfree/pull/316))
43+
* Fix method to generate agg feature name. ([#326](https://github.com/quintoandar/butterfree/pull/326))
944

1045
## [1.1.3](https://github.com/quintoandar/butterfree/releases/tag/1.1.3)
1146
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages, setup
22

33
__package_name__ = "butterfree"
4-
__version__ = "1.2.0.dev19"
4+
__version__ = "1.2.1"
55
__repository_url__ = "https://github.com/quintoandar/butterfree"
66

77
with open("requirements.txt") as f:

0 commit comments

Comments
 (0)