Skip to content

Commit 116c58b

Browse files
committed
Bump version
1 parent bf9e8a7 commit 116c58b

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

.github/CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,36 @@
66
* Read and print lattice parameters to/from extxyz header (#39)
77
* Add `j` hotkey to jump to a frame inside and CLI option `frame:%d` to start with a specific frame (https://github.com/briling/v/pull/5)
88
* Add `bmax` CLI argument for max. bond length (920202b)
9-
* Add `com` and `exitcom` CLI argument for `gui:0` and on-exit command sequences, respectively
9+
* Add `com`, `exitcom`, and `startcom` CLI argument for `gui:0`, on-exit, and on-startup command sequences, respectively
1010
* Add `colors` CLI argument for colorscheme (#29)
1111
* Python integration (#28, see https://github.com/aligfellow/xyzrender, #35)
1212

1313
### Improvements
1414
* New colors by @iribirii (#2, #13, #15, #29)
15+
* MacOS support by @aligfellow (#34)
1516
* Remove case sensitivity of xyz file inputs (#9)
1617
* Add CLI option to disable centering of molecules (#14)
1718
* Disable default rotation wrt inertia axis for z-matrix input and add a CLI option to force it (#14)
18-
* Read molecules from the standard input (#28)
19+
* Read xyz from the standard input (#28)
1920
* Show infrared intensities and mode masses (#35)
21+
* Show cell/shell (#39) and point group (#42) with `vib:1`
2022
* Improve the text-in-corner look (de242c7, #36)
2123
* Add `u` to the headless mode (#37)
24+
* Take cell/shell into accound when scaling (#39)
25+
* Allow 1 argument for cell/shell (#39)
26+
* Enforce PBC upon reading (#42)
2227
* Improve data structures and code readability
2328

2429
### Fixes
25-
* Exit correctly when window closed (#10)
30+
* Exit correctly when window is closed (#10)
2631
* Fix chiral z-matrix input (#14)
27-
* Fix NaNs when compute dihedrals (#14)
32+
* Fix NaNs when computing dihedrals (#14)
2833
* Fix the "readagain" (`r`) and "readmore" (`tab`) bugs (#31)
2934
* Fix z-matrix input with unit=bohr (8554864)
3035
* Fix text blinking when playing animation (80cae88, #36)
3136

3237
### Coming in the next version:
3338
* high-symmetry determination bugs (#21)
34-
* how to build on mac (#34)
3539

36-
**Full Changelog**: https://github.com/briling/v/compare/v2.0...v3.0rc5
40+
**Full Changelog**: https://github.com/briling/v/compare/v2.0...v3.0rc6
3741

python/install-other.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* `setuptools` for Python
66

77
```
8-
VV="3.0rc5" # v version
8+
VV="3.0rc6" # v version
99
PY="313" # python version for wheels, also available "311" and "312"
1010
```
1111

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pathlib import Path
88

99

10-
VERSION="3.0rc5"
10+
VERSION="3.0rc6"
1111

1212
def run_git(args):
1313
try:

0 commit comments

Comments
 (0)