Skip to content

Commit

Permalink
REL: Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed Dec 7, 2024
1 parent 6cf3f41 commit 0455a84
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,32 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semanti
Categories for changes are: Added, Changed, Deprecated, Removed, Fixed, Security.


Version `1.0.1 <https://github.com/bioscan-ml/dataset/tree/v1.0.1>`__
---------------------------------------------------------------------

Release date: 2024-12-07.
`Full commit changelog <https://github.com/bioscan-ml/dataset/compare/v1.0.0...v1.0.1>`__.

This is a bugfix release to address incorrect RGB stdev values.

.. _v1.0.1 Fixed:

Fixed
~~~~~

- RGB_STDEV for bioscan1m and bioscan5m was corrected to address a miscalculation when estimating the pixel RGB standard deviation.
(`#2 <https://github.com/bioscan-ml/dataset/pull/2>`__)

.. _v1.0.1 Documentation:

Documentation
~~~~~~~~~~~~~

- Corrected example import of RGB_MEAN and RGB_STDEV.
(`#1 <https://github.com/bioscan-ml/dataset/pull/1>`__)
- General documentation fixes and improvements.


Version `1.0.0 <https://github.com/bioscan-ml/dataset/tree/v1.0.0>`__
---------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion bioscan_dataset/__meta__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "bioscan-dataset"
path = name.lower().replace("-", "_").replace(" ", "_")
version = "1.0.0"
version = "1.0.1"
author = "Scott C. Lowe"
author_email = "[email protected]"
description = "PyTorch torchvision-style datasets for BIOSCAN-1M and BIOSCAN-5M."
Expand Down

0 comments on commit 0455a84

Please sign in to comment.