Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ Contributors:
* Andrés Montoya <conradolandia> (logo)
* Rich Waldo <plethorachutney>
* Pradyumn Prasad <Pradyumn-cloud>
* Shreejan Dolai <spyke7>
10 changes: 9 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,18 @@ The rules for this file:
* accompany each entry with github issue/PR number (Issue #xyz)

-------------------------------------------------------------------------------
??/??/???? orbeckst
??/??/???? orbeckst, spyke7

* 1.2.0

Enhancements

* new API-level interoperability features (#160)
* new `Grid.convert_to()` method to create the native object (#161, PR #164)
* `mrc.MRC`, `OpenDX.field`: new `from_grid()` class method to create the
corresponding GridDataFormats wrapper from a `Grid`; the new attribute `native`
contains the native object (#161, PR #164)

Fixes

* Ensure that when Grid() or Grid.load() load a datafile with the
Expand Down
Loading