Skip to content

Commit

Permalink
Updates for v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
axelstudios committed Nov 14, 2024
1 parent de11e2a commit 71c6d99
Show file tree
Hide file tree
Showing 7 changed files with 668 additions and 305 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# SEED Version 3.2.1

<!-- Release notes generated using configuration in .github/release.yml at 3.2.1-release-prep -->

## What's Changed
### New Features 🎉
* Updates to portfolio summary by @perryr16 in https://github.com/SEED-platform/seed/pull/4862
* Add export charts to default reports by @haneslinger in https://github.com/SEED-platform/seed/pull/4869
* Add progress bar to derived data update by @perryr16 in https://github.com/SEED-platform/seed/pull/4825
### Improvements 📈
* Add filter groups to default reports page by @crutan in https://github.com/SEED-platform/seed/pull/4812
* Speed up ESPM meters preview by @haneslinger in https://github.com/SEED-platform/seed/pull/4867
* Add derived columns to default reports by @haneslinger in https://github.com/SEED-platform/seed/pull/4864
* Create a mechanism to save report configurations to a named slots by @crutan in https://github.com/SEED-platform/seed/pull/4871
* Update building upgrade recommendation modal by @kflemin in https://github.com/SEED-platform/seed/pull/4873
* Add zoom/pan capability to report charting, add reset zoom buttons by @crutan in https://github.com/SEED-platform/seed/pull/4872
* Move `Only Show Populated` functionality to backend by @haneslinger in https://github.com/SEED-platform/seed/pull/4866
* Update aggregation table with pivot functionality by @kflemin in https://github.com/SEED-platform/seed/pull/4878
### Bug Fixes 🐛
* Fix Element Statistics KeyError by @haneslinger in https://github.com/SEED-platform/seed/pull/4824
* Fix update display name by @haneslinger in https://github.com/SEED-platform/seed/pull/4827
* Fix scatter plot for non-numeric x-axis by @crutan in https://github.com/SEED-platform/seed/pull/4828
* Fix CTS export by @haneslinger in https://github.com/SEED-platform/seed/pull/4829
* Fix reports axis display names by @haneslinger in https://github.com/SEED-platform/seed/pull/4832
* Fix rollup table by @crutan in https://github.com/SEED-platform/seed/pull/4835
* More CTS fixes by @haneslinger in https://github.com/SEED-platform/seed/pull/4830
* Lock sass dependency and enforce Node v20 by @crutan in https://github.com/SEED-platform/seed/pull/4855
* Recheck for only numeric data in the rollup table by @crutan in https://github.com/SEED-platform/seed/pull/4845
* Include organization `access_level_names` in filter construction by @crutan in https://github.com/SEED-platform/seed/pull/4839
* Ensure `year_built` labels do not have commas, adjust width of scatterchart by @crutan in https://github.com/SEED-platform/seed/pull/4859
* Use old cycles during unmerge by @haneslinger in https://github.com/SEED-platform/seed/pull/4452
* Fix stats table for various ali layouts by @kflemin in https://github.com/SEED-platform/seed/pull/4880


**Full Changelog**: https://github.com/SEED-platform/seed/compare/v3.2.0...v3.2.1

# SEED Version 3.2.0

<!-- Release notes generated using configuration in .github/release.yml at 3.2-release-prep -->
Expand Down
4 changes: 4 additions & 0 deletions docs/source/migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ local_untracked.py file
),
)
Version 3.2.1
-------------
- There are no special migrations needed for this version. Simply run ``./manage.py migrate``.

Version 3.2.0
-------------
- There are no special migrations needed for this version. Simply run ``./manage.py migrate``.
Expand Down
Binary file modified locale/es/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: lokalise.com\n"
"Project-Id-Version: SEED Platform\n"
"PO-Revision-Date: 2024-11-05 20:24\n"
"PO-Revision-Date: 2024-11-14 21:09\n"
"Last-Translator: lokalise.com\n"
"Language-Team: lokalise.com\n\n"
"Language: es\n"
Expand Down
Loading

0 comments on commit 71c6d99

Please sign in to comment.