Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prep version 0.2.0 #23

Merged
merged 2 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## Version 0.2.0

- Added Export to CTS format functionality
- Unit conversion updates
- Lock pandas version to be compatible with SEED
- Compatible with BuildingSync version 2.4.0

## Version 0.1.14

- Updated error handling

## Version 0.1.13

- Add Electrification Potential Asset
- Update Process Lighting
- Major code cleanup/refactoring

## Version 0.1.12

Updated lxml dependency to 4.9.1
Expand Down
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool.poetry]
name = "buildingsync-asset-extractor"
version = "0.1.14"
version = "0.2.0"
description = "BuildingSync Asset Extractor (BAE)"
authors = ["Katherine Fleming <katherine.fleming@nrel.gov>"]
authors = [
"Katherine Fleming <katherine.fleming@nrel.gov>",
"Hannah Eslinger <hannah.eslinger@nrel.gov>"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

]
license = "BSD4"

readme = "README.md"
Expand Down
Loading