Skip to content

Commit bb12261

Browse files
committed
update CHANGELOG and AUTHORS
1 parent 846d34f commit bb12261

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

AUTHORS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ developed and maintained by the Kingsbury Lab at Princeton University.
55

66
Other contributors, listed alphabetically, are:
77

8-
* Hernan Grecco <[email protected]>
8+
* @DhruvDuseja
9+
* Hernan Grecco (@hgrecco)
910

1011
(If you think that your name belongs here, please let the maintainer know)

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.9.1] - 2023-11-04
99

1010
### Added
1111

12-
- `format_solutes_dict()` method added into the utils module to help format solutes dictionaries with a unit.
12+
- `format_solutes_dict()` method added into the utils module to help format solutes dictionaries with a unit. (@DhruvDuseja)
13+
14+
### Changed
15+
16+
- Native property database is now instantiated on `pyEQL.__init__` to speed subsequent access by `Solution`
17+
- Numerous performance optimization increased the speed of many `Solution` property and method calls by 3x-10x
1318

1419
## [0.9.0] - 2023-10-17
1520

0 commit comments

Comments
 (0)