Skip to content

Releases: JuliaTime/TimeZones.jl

v1.16.1

22 May 04:02
e9919ef
Compare
Choose a tag to compare

TimeZones v1.16.1

Diff since v1.16.0

Merged pull requests:

Closed issues:

  • Dates.tryparsenext_base10 now parses negative numbers (#460)

v1.16.0

21 May 18:30
Compare
Choose a tag to compare

TimeZones v1.16.0

Diff since v1.15.0

Merged pull requests:

v1.15.0

26 Apr 23:00
2bc8f50
Compare
Choose a tag to compare

TimeZones v1.15.0

Diff since v1.14.0

Merged pull requests:

  • Fix link - Update README.md (#449) (@PallHaraldsson)
  • move from CLDR artifact to code generation (#450) (@visr)
  • remove LazyArtifacts as a dependency. There are no lazy artifacts in this repo anymore. (#455) (@KristofferC)

Closed issues:

  • Reduce Unicode CLDR artifact size (#373)

v1.14.0

22 Mar 14:42
b20904c
Compare
Choose a tag to compare

TimeZones v1.14.0

Diff since v1.13.0

Merged pull requests:

  • Improve conversion docstrings (#453) (@omus)
  • Create new ZonedDateTime accessors (#454) (@omus)

v1.13.0

28 Aug 22:33
f9d0dcf
Compare
Choose a tag to compare

TimeZones v1.13.0

Diff since v1.12.0

Merged pull requests:

  • move RecipesBase support to an extension on 1.9+ (#446) (@palday)

v1.12.0

22 Aug 05:25
77c9c04
Compare
Choose a tag to compare

TimeZones v1.12.0

Diff since v1.11.0

Closed issues:

  • Error building TimeZones (#267)
  • Error when updating TimeZones? (#279)
  • Users need to download all timezones when using create_app from PackageCompiler (#300)
  • Unable to automatically install 'tzdata2020a' from '.../Artifacts.toml (#302)
  • High memory usage during build (#321)
  • Unable to automatically install 'tzdata1997b' from '.../Artifacts.toml' (#325)
  • Julia 1.6 - ArgumentError: Unable to find time zone "America/New_York". Try running TimeZones.build(). (#331)
  • Package artifacts and distribute using our standard architecture (#343)
  • Avoid loading TimeZones at build time (#357)
  • RFC: Separate TZData module into separate package (#359)
  • Stochastic failure in thread-safety tests (#386)
  • Error after compilation - Unable to find time zone "Europe/Budapest". Try running TimeZones.build() (#399)

Merged pull requests:

  • Use precompiled time zone information from TZJData.jl (#441) (@omus)
  • Update GitHub CI actions (#442) (@omus)

v1.11.0

27 Jul 03:41
9f7fd55
Compare
Choose a tag to compare

TimeZones v1.11.0

Diff since v1.10.0

Closed issues:

  • Documentation is out-of-date (#397)

Merged pull requests:

v1.10.0

24 May 04:58
3bdc66d
Compare
Choose a tag to compare

TimeZones v1.10.0

Diff since v1.9.2

Merged pull requests:

  • Switch to pre-fetching model for thread-safety (#382) (@omus)

v1.9.2

02 May 20:34
804864c
Compare
Choose a tag to compare

TimeZones v1.9.2

Diff since v1.9.1

Merged pull requests:

v1.9.1

30 Nov 16:08
f8f39b3
Compare
Choose a tag to compare

TimeZones v1.9.1

Diff since v1.9.0

Closed issues:

  • 1.9.0 breaks relocatability (#393)
  • next_transition_instant returns wrong transition (#396)

Merged pull requests:

  • Switch to using julia-actions/cache instead of actions/cache (#392) (@omus)
  • Require Scratch 1.1.1 (#395) (@omus)
  • Default to using 2022b tzdata (#400) (@omus)
  • Modify show for FixedTimeZone (#412) (@omus)
  • CI: cancel old PR builds when new commits are pushed to a PR branch (#414) (@DilumAluthge)
  • Default to using 2022f tzdata (#416) (@omus)
  • Address argerror deprecation (#417) (@omus)
  • Make Julia nightly tests optional to pass (#418) (@omus)