-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update install instruction and history
- Loading branch information
1 parent
aa28d42
commit 185e49d
Showing
3 changed files
with
69 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,67 @@ | ||
# History | ||
|
||
## 0.1.0 (2022-11-17) | ||
## 0.3.3 (2023-11-20) | ||
- **Fix**: Pin snakemake to v7.31.1 for compatibility with panoptes-ui job monitoring. [PR #35](https://github.com/NBChub/bgcflow_wrapper/pull/35) | ||
- **Chore**: Security updates. [PR #35](https://github.com/NBChub/bgcflow_wrapper/pull/35) | ||
- [Full Changelog](https://github.com/NBChub/bgcflow_wrapper/compare/v0.3.2...v0.3.3) | ||
|
||
## 0.3.2 (2023-10-12) | ||
- Release package in [PyPi](https://pypi.org/project/bgcflow_wrapper) | ||
- **Change**: Downgrade pandas. [PR #29](https://github.com/NBChub/bgcflow_wrapper/pull/29) | ||
- **Chore**: Dependency updates including urllib3 and cryptography. [PR #31](https://github.com/NBChub/bgcflow_wrapper/pull/31), [PR #30](https://github.com/NBChub/bgcflow_wrapper/pull/30) | ||
- **New Contributor**: @dependabot. [PR #31](https://github.com/NBChub/bgcflow_wrapper/pull/31) | ||
- [Full Changelog](https://github.com/NBChub/bgcflow_wrapper/compare/v0.3.1...v0.3.2) | ||
|
||
## 0.3.1 (2023-08-27) | ||
- **Update**: Read project metadata for dbt models synchronization. Manual definition of dbt models to exclude also added. | ||
- [Full Changelog](https://github.com/NBChub/bgcflow_wrapper/compare/v0.3.0...v0.3.1) | ||
|
||
## 0.3.0 (2023-08-26) | ||
- **Docs**: Refer to wiki for tutorial. [PR #26](https://github.com/NBChub/bgcflow_wrapper/pull/26) | ||
- **Feature**: Use metabase API and dbt-metabase for uploading and syncing model relationships. [PR #27](https://github.com/NBChub/bgcflow_wrapper/pull/27) | ||
- [Full Changelog](https://github.com/NBChub/bgcflow_wrapper/compare/v0.2.8...v0.3.0) | ||
|
||
## 0.2.8 (2023-08-21) | ||
- **Improvement**: Enhanced `mkdocs` report handling, dependency management, and example copying in `bgcflow init`. | ||
- **Update**: Utilize BGCFlow v0.7.2 version dependencies metadata. | ||
- [Full Changelog](https://github.com/NBChub/bgcflow_wrapper/compare/v0.2.7...v0.2.8) | ||
|
||
## 0.2.7 (2023-08-09) | ||
- **New Feature**: Organize report by subcategory. | ||
- [Full Changelog](https://github.com/NBChub/bgcflow_wrapper/compare/v0.2.6...v0.2.7) | ||
|
||
## 0.2.6 (2023-08-09) | ||
- **Security Update**: Addressed security concerns. | ||
- **Improvements**: CLI, testing, and new features including panoptes wrapper and subworkflows. | ||
- [Full Changelog](https://github.com/NBChub/bgcflow_wrapper/compare/v0.2.5...v0.2.6) | ||
|
||
## 0.2.5 (2023-08-01) | ||
- **Fix**: Correct alias parsing to accommodate bgcflow v0.7.0. [PR #20](https://github.com/NBChub/bgcflow_wrapper/pull/20) | ||
- **Chore**: Security update. [PR #21](https://github.com/NBChub/bgcflow_wrapper/pull/21) | ||
- **New Contributor**: @OmkarSaMo. [PR #19](https://github.com/NBChub/bgcflow_wrapper/pull/19) | ||
- [Full Changelog](https://github.com/NBChub/bgcflow_wrapper/compare/v0.2.4...v0.2.5) | ||
|
||
## 0.2.4 (2023-06-27) | ||
- **Update**: Dependency update for improved stability and performance. [PR #17](https://github.com/NBChub/bgcflow_wrapper/pull/17), [PR #18](https://github.com/NBChub/bgcflow_wrapper/pull/18) | ||
- [Full Changelog](https://github.com/NBChub/bgcflow_wrapper/compare/v0.2.3...v0.2.4) | ||
|
||
## 0.2.3 (2023-06-15) | ||
- **Fix**: Correct UnicodeEncodeError in Windows. [PR #7](https://github.com/NBChub/bgcflow_wrapper/pull/7) | ||
- **Docs**: Add graphical abstract. [PR #16](https://github.com/NBChub/bgcflow_wrapper/pull/16) | ||
- This release is compatible with BGCFlow version 0.6.1 and version 0.6.2. | ||
- [Full Changelog](https://github.com/NBChub/bgcflow_wrapper/compare/v0.2.2-alpha...v0.2.3) | ||
|
||
## 0.2.2 (2023-01-30) | ||
- **Pre-release**: Compatibility with BGCFlow 0.6.0. | ||
- [Full Changelog](https://github.com/NBChub/bgcflow_wrapper/compare/v0.2.1-alpha...v0.2.2-alpha) | ||
|
||
## 0.2.1 (2022-11-18) | ||
- **Migration**: Migrate to [NBChub repo](https://github.com/NBChub/bgcflow_wrapper). | ||
- [Full Changelog](https://github.com/NBChub/bgcflow_wrapper/compare/v0.2.0...v0.2.1-alpha) | ||
|
||
## 0.2.0 (2022-11-18) | ||
## 0.2.1 (2022-11-18) Migrate to [NBChub repo](https://github.com/NBChub/bgcflow_wrapper) | ||
## 0.2.2 (2023-01-30) Pre-release with BGCFlow 0.6.0 | ||
## 0.2.3 (2023-06-15) Update compatibility with BGCFlow version 0.6.1 and version 0.6.2 | ||
## 0.2.4 (2023-06-27) Dependency update | ||
## 0.2.5 (2023-08-01) Security update | ||
- Minor updates and enhancements. | ||
- [Full Changelog](https://github.com/NBChub/bgcflow_wrapper/compare/v0.1.0...v0.2.0) | ||
|
||
## 0.1.0 (2022-11-17) | ||
- Initial release of the package. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters