Skip to content

Releases: ManuelBehrendt/Mera.jl

v1.4.4

14 May 17:20
Compare
Choose a tag to compare

Mera v1.4.4

Diff since v1.4.3

  • update doc index-file, readme-file
  • update dependencies: ElasticArrays, OnlineStats, TimerOutputs
  • delete LoopVectorization for now

v1.4.3

13 May 21:52
8f01e19
Compare
Choose a tag to compare

Mera v1.4.3

Diff since v1.4.2

runtests for 66% code coverage

  • new structure for runtests
  • introduced clump data tests ...
  • Julia 1.6 ubuntu-latest, macOS-latest
  • Julia 1.7 ubuntu-latest, macOS-latest
  • Julia 1.8 ubuntu-latest, macOS-latest
  • Julia 1.9 ubuntu-latest, macOS-latest

changes

  • vrot calc with less calculations; allow for vrot direction
  • some rudimentary code deleted
  • commented out unused code
  • fixed a typo in a screen output for patch file

Full Changelog: v1.4.2...v1.4.3

v1.4.2

12 May 09:36
1199dd9
Compare
Choose a tag to compare

Mera v1.4.2

Diff since v1.4.1

runtests for 62% code coverage

  • tests for uniform grid data
  • Julia 1.6 ubuntu-latest, macOS-latest, windows-latest
  • Julia 1.7 ubuntu-latest, macOS-latest, windows-latest
  • Julia 1.8 ubuntu-latest, macOS-latest
  • Julia 1.9 ubuntu-latest, macOS-latest

changes

  • uniform grid can now be used with the new hydro projection
  • some functions in dev are now private
  • bugfix: variable selection :cpu for data loading

v1.4.1

05 May 08:35
d388d3a
Compare
Choose a tag to compare

Mera v1.4.1

Diff since v1.4.0

  • runtests for 46% code coverage
  • new projection (hydro): add crossed cells to calc

v1.4.0

28 Apr 15:52
Compare
Choose a tag to compare

Mera v1.4.0

Diff since v1.3.0

  • add email notification: notifyme()

v1.3.0

16 Apr 15:23
Compare
Choose a tag to compare

v1.2.1

13 Apr 14:44
Compare
Choose a tag to compare

Mera v1.2.1

Diff since v1.2.0

Bugfix:

v1.2.0

11 Apr 12:58
1fafe7c
Compare
Choose a tag to compare

Mera v1.2.0

Diff since v1.1.0

Added

new functions:

  • checkoutputs (list all outputs of a simulation)
  • efficient MERA-file writer/reader: infodata, viewdata, savedata, loaddata, convertdata (several compression methods available)
  • gravity data reader

miscellaneous:

  • quantity: for getvar and projection : Temperature
  • scales: K, K_mu, p_kB, K_cm3, Msun_pc2, Msun_pc3
  • constants: Msun, Rsun (in addition to Msol, Rsol)
  • toggle verbose and progressbar mode in functions + global switch
  • myarguments -> pass several arguments to a function at once (use ArgumentsType struct)

documentation/tutorial examples:

  • updated function calls, plots
  • new MERA file usage
  • Miscellaneous

Changes

  • deleted old *dependencies; new version pins
  • completely renewed hydro projection (much faster, no "empty" edges); added: summing (integration), arbitrary weighting (+ unit), select arbitrary effective resolution, or select arbitrary physical size of the pixels
  • old hydro projection can be accessed with function call: projection_depr()
  • new arguments for particle projection: select arbitrary effective resolution, or select arbitrary physical size of the pixels
  • running number for ScalesType, PhysicalUnitsType
  • old Mera file handler (with JLD) not public anymore

Full Changelog: v1.1.0...v1.2.0

v1.1.0

25 Jul 14:14
e799025
Compare
Choose a tag to compare

Added

  • functions: getoutputs, gettime, histogram2d, save_merafile, read_merafile, info_merafile, view_merafile, comparefields
  • function gettime (with physical units) call on InfoType
  • quantity specific angular momentum to function getvar (hydro)
  • verbose option to the functions: amroverview, dataoverview, storageoverview
  • function checkoutputs returns "path" field; renaming of field "missing" to "miss"
  • option to disable presort of data in function getparticle
  • < rho > for gas projections
  • dependency on HDF5 package for MERA files (upcoming functions)
  • pin dependency of IndexedTables to 0.12.6 to stay with performant JuliaDB
  • read RT-files: getinfo

Added documentation/tutorials Examples:

  • load data from "existing" outputs
  • export data in different ways (ASCII/binary)

Changes

  • dependency patch-, major- and minor updates not allowed (Project.toml:compat)
  • gethydro function # decouple pos_1D/vars_1D from ElasticArray with ElasticArray.data
  • JuliaDB and its dependencies fixed version
  • update Manifest file to v2.0
  • add @inbounds, LoopVectorization (data readers)

Bugfixes

  • namelist-file reader did not fully read the file under some circumstances
  • projection of particles with NaN at some edges

v1.0.2

19 Feb 13:35
93cd362
Compare
Choose a tag to compare
Trigger Zenodo