Skip to content

Commit

Permalink
Update change log and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
colinpalmer committed Sep 22, 2022
1 parent 4e8d484 commit fdce0b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
Change log for mrcfile
======================

Changes for next version
------------------------
Version 1.4.3 (2022-09-22)
--------------------------

* Add helper functions for working with header labels
* Add helper functions for working with header labels.
* Update header statistics calculation to use float32 instead of float64. This
is about twice as fast and uses less memory, but does make the calculations
slightly less accurate and will overflow (to 'inf') if the data array
contains very large values (larger than approximately 1e19).

Version 1.4.1 (2022-07-14)
Version 1.4.2 (2022-07-14)
--------------------------

* Add support for passing file names as pathlib Path objects.
Expand Down
2 changes: 0 additions & 2 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Planned or possible future developments for mrcfile.py

* Fixing of invalid files

* Helper methods for handling header labels

* Handling of additional extended header types

* Data axis swapping (would need clarity about whether header fields such as
Expand Down
2 changes: 1 addition & 1 deletion mrcfile/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
no dependencies.
"""

__version__ = '1.4.2'
__version__ = '1.4.3'

0 comments on commit fdce0b5

Please sign in to comment.