Skip to content

Commit

Permalink
🚀 RELEASE: v0.6.0 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Sep 7, 2021
1 parent bc256ea commit fa94e65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.6.0 (September 2021)

- ⬆️ UPGRADE: Remove Python support for 3.5 and 3.6, and add support for 3.9.
- ⬆️ UPGRADE: SQLAlchemy v1.4 (with v2 API) [\[#114\]](https://github.com/aiidateam/disk-objectstore/pull/114)
- ✨ NEW: Add basic CLI [\[#117\]](https://github.com/aiidateam/disk-objectstore/pull/117) (see README.md for details)
- 🔧 MAINTAIN: Add type annotations and mypy type checking [\[#113\]](https://github.com/aiidateam/disk-objectstore/pull/113)

## v0.5.0 (November 2020)

- Various general (but very important) speed improvements [\[#96\]](https://github.com/aiidateam/disk-objectstore/pull/96) [\[#102\]](https://github.com/aiidateam/disk-objectstore/pull/102)
Expand Down
2 changes: 1 addition & 1 deletion disk_objectstore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__all__ = ("Container", "ObjectType", "CompressMode")

__version__ = "0.5.0"
__version__ = "0.6.0"

1 comment on commit fa94e65

@github-actions
Copy link

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Benchmark on macos-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: fa94e65 Previous: bc256ea Ratio
tests/test_benchmark.py::test_loose_write 0.17627786973745066 iter/sec (stddev: 1.170929461398301) 1.4190779733011645 iter/sec (stddev: 0.02056579305962193) 8.05
tests/test_benchmark.py::test_list_all_loose 2016554.3878585831 iter/sec (stddev: 6.965128396973116e-7) 4204691.073390878 iter/sec (stddev: 1.7602940062648914e-7) 2.09

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.