You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
# Version v1.1.3
2
+
3
+
## Features
4
+
* Add commands to edit all columns ([7a709ed](https://github.com/Kastakin/PyES/commit/7a709edf0a5c83c3b172933de6e557f67b0b73eb))
5
+
* Calculate percentages on the fly for plotting purposes ([ddc04d7](https://github.com/Kastakin/PyES/commit/ddc04d7797c277df9717b15685a5bed684caec06))
6
+
7
+
## Enhancements
8
+
* Use dequeue instead of list for keeping track of concentration of previous points ([b919663](https://github.com/Kastakin/PyES/commit/b919663dd7ebcd712189f1bdcdcf8e86719f629d))
9
+
10
+
## Fixes
11
+
* Update Pillow dependency to avoid vulnerability ([1b72e3c](https://github.com/Kastakin/PyES/commit/1b72e3c00475079db0d03715d7d23ace1fb0fee4))
* Add monochrome plots and allow chainging units of volume and concentration ([b1d3db0](https://github.com/Kastakin/PyES/commit/b1d3db09584cbb1368a74c631f49ce2b18bc65bd))
4
+
* Add commands to edit all columns ([7a709ed](https://github.com/Kastakin/PyES/commit/7a709edf0a5c83c3b172933de6e557f67b0b73eb))
5
+
* Calculate percentages on the fly for plotting purposes ([ddc04d7](https://github.com/Kastakin/PyES/commit/ddc04d7797c277df9717b15685a5bed684caec06))
5
6
6
7
## Enhancements
7
-
* Better traceback when in debug mode ([b980e12](https://github.com/Kastakin/PyES/commit/b980e1217287a9823796fdbe6831a3bfa94d6b02))
* Use dequeue instead of list for keeping track of concentration of previous points ([b919663](https://github.com/Kastakin/PyES/commit/b919663dd7ebcd712189f1bdcdcf8e86719f629d))
9
9
10
10
## Fixes
11
-
* Remove titrant concentraions when ignoring comps ([66ec54a](https://github.com/Kastakin/PyES/commit/66ec54ae37b88ac6f07a69730a7d5b020c06e840))
11
+
* Update Pillow dependency to avoid vulnerability ([1b72e3c](https://github.com/Kastakin/PyES/commit/1b72e3c00475079db0d03715d7d23ace1fb0fee4))
0 commit comments