Skip to content

Commit

Permalink
fix CHANGELOG
Browse files Browse the repository at this point in the history
rkingsbury committed May 15, 2024
1 parent 37ccf9c commit 3ae9a6e
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,34 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2024-03-17

### Added

- `Solution.__init__`: new keyword argument `log_level` allows user to control the verbosity of log messages by setting
the level (e.g., ERROR, WARNING, etc.) that will be shown in stdout.
- Docs: added a note about a workaround for Apple M1/M2 Macs proposed by @xiaoxiaozhu123

### Changed

- `Solution.__init__`: The deprecated format for specifying solutes (e.g., `[["Na+", "0.5 mol/L]]`)
which previously only generated log warning message, now raises a `DeprecationWarning`. Use dict-style input (e.g.,
`{"Na+":"0.5 mol/L"}`) instead.
- New logo! Updated the `pyEQL` logo (for the first time in 9 years!) to address an obsolete font in the .svg
and modernize the design.

### Removed

- **BREAKING** All methods and functions (with the exception of `Solution.list_XXX` methods) previously marked with
deprecation warnings have been removed.

## [0.15.1] - 2024-03-13

### Fixed

- `Solution.get_total_amount`: Fixed an issue in which `ppm` units would fail.

## [0.15.0] - 2024-03-13
## Unreleased

### Fixed

0 comments on commit 3ae9a6e

Please sign in to comment.