Skip to content

Releases: r9y9/WORLD.jl

v0.6.1 release

19 Sep 01:49
0cd9574
Compare
Choose a tag to compare

#37 Switch to using Project.toml instead of REQUIRE

v0.6.0 release

16 Sep 01:49
3ef12a3
Compare
Choose a tag to compare

Updates for Julia 1.0 #35

v0.5.0 release

03 Jul 16:56
Compare
Choose a tag to compare

Summary of the changes

  • Fix deprecations on v.0.6.0
  • Drop v0.5 support
  • Update binary dependency

v0.4.1 release

15 Apr 16:39
Compare
Choose a tag to compare

Summary of the changes

  • Remove Compat from REQUIRE

v0.4.0 release

15 Apr 06:40
Compare
Choose a tag to compare

Summary of the changes

  • Drop v0.4
  • Fix deprecation warnings for v0.6

v0.3.0 release

26 Aug 02:03
Compare
Choose a tag to compare

Summary of the changes

v0.2.1 release

20 Feb 15:11
Compare
Choose a tag to compare

Fix deprecation on the Julia master

v0.2.0 release

23 Sep 08:35
Compare
Choose a tag to compare

Summary of the changes

  • Update binary dependencey: v0.2.0_3 to v0.2.0_4 #19
  • Fix warnings on Julia v0.4.0-rc2 #20
  • Separate module compilation and runtime initilization #18
  • Enable module precompilation on windows #21
  • Remove old DioOption #16

v0.1.3 release

02 Aug 09:03
Compare
Choose a tag to compare

Summary of the changes

  • Update binary dependencey: v0.2.0_2 to v0.2.0_3 #13
  • Tighten allowed types for ccall wrapper functions: use StridedArray instead of AbstractArray #14

v0.1.2 release

15 Jun 14:59
Compare
Choose a tag to compare

Summary of the changes

  • Windows 32/64 bit support #11
  • Fix segfaults on 32bit systems
  • Improve Julia 0.3/0.4 compatibility using Compat
  • Minor fixes