Skip to content

Commit 76077eb

Browse files
moromimayMayara Moromisato
authored andcommitted
Revert "Update files to staging (#336)" (#337)
This reverts commit 35bcd30.
1 parent fdecf75 commit 76077eb

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

CHANGELOG.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,8 @@ 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.0](https://github.com/quintoandar/butterfree/releases/tag/1.2.0)
107
### Added
118
* [MLOP-636] Create migration classes ([#282](https://github.com/quintoandar/butterfree/pull/282))
12-
* [MLOP-635] Rebase Incremental Job/Interval Run branch for test on selected feature sets ([#278](https://github.com/quintoandar/butterfree/pull/278))
13-
* Allow slide selection ([#293](https://github.com/quintoandar/butterfree/pull/293))
14-
* [MLOP-637] Implement diff method ([#292](https://github.com/quintoandar/butterfree/pull/292))
15-
* [MLOP-640] Create CLI with migrate command ([#298](https://github.com/quintoandar/butterfree/pull/298))
16-
* [MLOP-645] Implement query method, cassandra ([#291](https://github.com/quintoandar/butterfree/pull/291))
17-
* [MLOP-671] Implement get_schema on Spark client ([#301](https://github.com/quintoandar/butterfree/pull/301))
18-
* [MLOP-648] Implement query method, metastore ([#294](https://github.com/quintoandar/butterfree/pull/294))
19-
* [MLOP-647] / [MLOP-646] Apply migrations ([#300](https://github.com/quintoandar/butterfree/pull/300))
20-
* [MLOP-639] Track logs in S3 ([#306](https://github.com/quintoandar/butterfree/pull/306))
21-
* [MLOP-702] Debug mode for Automate Migration ([#322](https://github.com/quintoandar/butterfree/pull/322))
22-
23-
### Changed
24-
* Keep milliseconds when using 'from_ms' argument in timestamp feature ([#284](https://github.com/quintoandar/butterfree/pull/284))
25-
* Read and write consistency level options ([#309](https://github.com/quintoandar/butterfree/pull/309))
26-
* [MLOP-691] Include step to add partition to SparkMetastore during writing of Butterfree ([#327](https://github.com/quintoandar/butterfree/pull/327))
27-
28-
### Fixed
29-
* [BUG] Apply create_partitions to historical validate ([#303](https://github.com/quintoandar/butterfree/pull/303))
30-
* [BUG] Fix key path for validate read ([#304](https://github.com/quintoandar/butterfree/pull/304))
31-
* [FIX] Add Partition types for Metastore ([#305](https://github.com/quintoandar/butterfree/pull/305))
32-
* Change solution for tracking logs ([#308](https://github.com/quintoandar/butterfree/pull/308))
33-
* [BUG] Fix Cassandra Connect Session ([#316](https://github.com/quintoandar/butterfree/pull/316))
34-
* Fix method to generate agg feature name. ([#326](https://github.com/quintoandar/butterfree/pull/326))
359

3610
## [1.1.3](https://github.com/quintoandar/butterfree/releases/tag/1.1.3)
3711
### 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"
4+
__version__ = "1.2.0.dev19"
55
__repository_url__ = "https://github.com/quintoandar/butterfree"
66

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

0 commit comments

Comments
 (0)