Skip to content

Latest commit

 

History

History
160 lines (110 loc) · 8.37 KB

File metadata and controls

160 lines (110 loc) · 8.37 KB

Changelog

All notable changes to this project will be documented in this file.

1.3.4 (2026-03-27)

🧩 CI

  • use release/v1 tag for pypa/gh-action-pypi-publish (#107) (c4e58b8)

📦 Build

  • deps: bump actions/cache from 5.0.3 to 5.0.4 (#115) (1ff162a)
  • deps: bump astral-sh/setup-uv from 7.5.0 to 7.6.0 (#117) (13fb3cf)
  • deps: bump astral-sh/setup-uv from b75dde52aef63a238519e7aecbbe79a4a52e4315 to e06108dd0aef18192324c70427afc47652e63a82 (#114) (96f3975)
  • deps: bump codecov/codecov-action from 5.5.2 to 5.5.3 (#116) (c86c8e2)
  • deps: bump googleapis/release-please-action from c3fc4de07084f75a2b61a5b933069bda6edf3d5c to 16a9c90856f42705d54a6fda1823352bdc62cf38 (#112) (4150d56)
  • deps: bump peaceiris/actions-gh-pages from e9c66a37f080288a11235e32cbe2dc5fb3a679cc to 4f9cc6602d3f66b9c108549d475ec49e8ef4d45e (#113) (c697f1d)

1.3.3 (2026-03-16)

🐛 Bug Fixes

  • ci: harden all workflows per zizmor audit (#105) (67ca845)

⚡ Performance

  • Improving performance of adding memberships from records (#104) (1ea4a39)

📦 Build

  • deps: bump actions/download-artifact from 7 to 8 (#101) (0e572a0)
  • deps: bump actions/upload-artifact from 6 to 7 (#102) (22b8374)

1.3.2 (2026-02-12)

🐛 Bug Fixes

  • Add capability of having a system object name different than system (#96) (6f3e408)
  • Propagate parent_class_enum when it is not the system get_object_properties() and iterate_properties() reject valid properties when parent_class_enum is not System. (#100) (7200897)

1.3.1 (2026-02-10)

🐛 Bug Fixes

  • copy_object and list_objects_by_class (#90) (a11783e)

📦 Build

  • deps-dev: bump ipython from 9.7.0 to 9.8.0 (#86) (50c97c5)
  • deps-dev: bump pytest from 9.0.1 to 9.0.2 (#87) (07e697b)
  • deps: bump actions/download-artifact from 6 to 7 (#89) (41ab2b4)
  • deps: bump actions/upload-artifact from 5 to 6 (#88) (fc840f8)

1.3.0 (2025-12-11)

🚀 Features

  • Making add_from_records more robust (#85) (827b2dd)

📦 Build

  • deps: bump pre-commit from 4.2.0 to 4.5.0 (#82) (a590ce9)
  • deps: bump ruff from 0.14.7 to 0.14.8 (#83) (c4123e1)

1.2.2 (2025-12-06)

🐛 Bug Fixes

  • Update battery collection enum naming and add increment to rank for same class enum (#80) (e247e67)

1.2.1 (2025-12-04)

🐛 Bug Fixes

  • handle property related attributes on "add_properties_from_records" method (#78) (1776d2a)

1.2.0 (2025-12-02)

🚀 Features

  • Adding method add_datafile_tag and refactor add_properties/add_properties_from_records (#69) (1e6e018)
  • Adding new fixtures for cleaner testing. (#68) (9062baa)
  • Adding query date_from and date_to to properties (#67) (00d533b)

🐛 Bug Fixes

  • Adding new release-please workflow (#71) (1f8da38)

📦 Build

  • deps: bump actions/checkout from 4 to 6 (#74) (bb7be8d)
  • deps: bump actions/setup-python from 5 to 6 (#73) (18a0d9d)
  • deps: bump furo from 2024.8.6 to 2025.9.25 (#77) (3dd6463)
  • deps: bump ipython from 9.4.0 to 9.7.0 (#76) (ca687df)
  • deps: bump pytest from 8.4.1 to 9.0.1 (#75) (5864d85)

[0.0.1] - 2024-08-21

🐛 Bug Fixes

  • (get_memberships) Updated get_membership function (#6)

⚙️ Miscellaneous Tasks

  • (actions) Adding first version of GitHub actions (#5)
  • (actions) Fixing GitHub Actions and refactoring API (#7)
  • Removing trailwhitespace