Skip to content

Releases: osyris-project/osyris

3.0.0

11 Nov 09:08
a3131b4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.11.0...3.0.0

v2.11.0

05 Apr 11:56
b488888
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.10.2...2.11.0

v2.10.2

12 Jun 08:36
088209d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.10.1...2.10.2

v2.10.1

12 Oct 19:31
4ded389
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.10.0...2.10.1

v2.10.0

01 Oct 13:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.9.1...2.10.0

v2.9.1

31 May 14:09
5c66775
Compare
Choose a tag to compare

What's Changed

  • Fix sink particles reader for legacy files after 2.9.0 release by @nvaytet in #101

Full Changelog: 2.9.0...2.9.1

v2.9.0

28 May 17:29
Compare
Choose a tag to compare

What's Changed

  • Change vector order in top and side orientation for maps by @haugboel
  • Remove scale argument for loader and require units for map viewport size by @nvaytet in #95
  • Copy for Datagroup and Dataset by @nvaytet in #94
  • Fix grav group units by @Adnan-Ali-Ahmad in #96
  • Replace automatic broadcasting in Array with dedicated Vector class by @nvaytet in #98

Full Changelog: 2.8.0...2.9.0

v2.8.0

30 Mar 17:48
Compare
Choose a tag to compare

What's Changed

  • Make to() return a new Array by @nvaytet in #91
  • More flexible unit handling in sink particle reader by @nvaytet in #93

Full Changelog: 2.7.0...2.8.0

v2.7.0

21 Mar 08:11
Compare
Choose a tag to compare

What's Changed

  • Custom user normalization & verbose flag for LICs by @Adnan-Ali-Ahmad in #68
  • Make the position coordinates consistent across data groups by @nvaytet in #77
  • Slicing vectors maintains the number of dimensions, and use the norm for min/max printing by @nvaytet in #78
  • Can plot a single 1d array as y values without needing an x coordinate by @nvaytet in #79
  • Update project url in file headers by @nvaytet in #82
  • Reset cell and particle counter on load and skip cpu and level loops while loading if not required by @nvaytet in #83
  • Add sortby (for sorting e.g. particles) by @nvaytet in #87
  • Add more dict methods to datagroup and dataset by @nvaytet in #89
  • Particles documentation notebook by @nvaytet in #88
  • Revert slicing changes for vectors by @nvaytet in #90

Full Changelog: 2.6.0...2.7.0

v2.6.0

07 Feb 19:02
1551d79
Compare
Choose a tag to compare

What's Changed

  • Better select behaviour in loaders by @nvaytet in #62

Full Changelog: 2.5.1...2.6.0

Warning:

If you are upgrading from an old version to this release,
and you are getting some strange errors,
you may need to update your config_osyris.py configuration file in /home/user/.osyris.

  • If you had never touched the configuration file, it is safe to simply delete it (a new one will be created when importing osyris).
  • If you had made changes to the configuration, the easiest is probably to move it to a new location/filename. Then import osyris and update the newly created file to incorporate the changes you had made previously.