From 4304b738d1bc0b0b0f871576f4d28e99ee60b016 Mon Sep 17 00:00:00 2001 From: Mayara Moromisato <44944954+moromimay@users.noreply.github.com> Date: Mon, 2 Jan 2023 12:03:44 -0300 Subject: [PATCH] Revert "Update files to staging (#336)" This reverts commit 35bcd30af981a960bc7c79c47e6a25dbed729f6c. --- CHANGELOG.md | 26 -------------------------- setup.py | 2 +- 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f7004bd..679e98343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,34 +4,8 @@ All notable changes to this project will be documented in this file. Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each release or unreleased log for a better organization. ## [Unreleased] - - -## [1.2.0](https://github.com/quintoandar/butterfree/releases/tag/1.2.0) ### Added * [MLOP-636] Create migration classes ([#282](https://github.com/quintoandar/butterfree/pull/282)) -* [MLOP-635] Rebase Incremental Job/Interval Run branch for test on selected feature sets ([#278](https://github.com/quintoandar/butterfree/pull/278)) -* Allow slide selection ([#293](https://github.com/quintoandar/butterfree/pull/293)) -* [MLOP-637] Implement diff method ([#292](https://github.com/quintoandar/butterfree/pull/292)) -* [MLOP-640] Create CLI with migrate command ([#298](https://github.com/quintoandar/butterfree/pull/298)) -* [MLOP-645] Implement query method, cassandra ([#291](https://github.com/quintoandar/butterfree/pull/291)) -* [MLOP-671] Implement get_schema on Spark client ([#301](https://github.com/quintoandar/butterfree/pull/301)) -* [MLOP-648] Implement query method, metastore ([#294](https://github.com/quintoandar/butterfree/pull/294)) -* [MLOP-647] / [MLOP-646] Apply migrations ([#300](https://github.com/quintoandar/butterfree/pull/300)) -* [MLOP-639] Track logs in S3 ([#306](https://github.com/quintoandar/butterfree/pull/306)) -* [MLOP-702] Debug mode for Automate Migration ([#322](https://github.com/quintoandar/butterfree/pull/322)) - -### Changed -* Keep milliseconds when using 'from_ms' argument in timestamp feature ([#284](https://github.com/quintoandar/butterfree/pull/284)) -* Read and write consistency level options ([#309](https://github.com/quintoandar/butterfree/pull/309)) -* [MLOP-691] Include step to add partition to SparkMetastore during writing of Butterfree ([#327](https://github.com/quintoandar/butterfree/pull/327)) - -### Fixed -* [BUG] Apply create_partitions to historical validate ([#303](https://github.com/quintoandar/butterfree/pull/303)) -* [BUG] Fix key path for validate read ([#304](https://github.com/quintoandar/butterfree/pull/304)) -* [FIX] Add Partition types for Metastore ([#305](https://github.com/quintoandar/butterfree/pull/305)) -* Change solution for tracking logs ([#308](https://github.com/quintoandar/butterfree/pull/308)) -* [BUG] Fix Cassandra Connect Session ([#316](https://github.com/quintoandar/butterfree/pull/316)) -* Fix method to generate agg feature name. ([#326](https://github.com/quintoandar/butterfree/pull/326)) ## [1.1.3](https://github.com/quintoandar/butterfree/releases/tag/1.1.3) ### Added diff --git a/setup.py b/setup.py index b120a1ca7..348bdbfea 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup __package_name__ = "butterfree" -__version__ = "1.2.0" +__version__ = "1.2.0.dev19" __repository_url__ = "https://github.com/quintoandar/butterfree" with open("requirements.txt") as f: