elixir-explorer / explorer

Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir
https://hexdocs.pm/explorer
MIT License
1.13k stars 123 forks source link

Prepare release of v0.8.3 #921

Closed philss closed 5 months ago

mlineen commented 5 months ago

@philss / @billylanchantin just curious if you ran into an issue holding this release up?

FWIW, I'm trying to avoid having to add the entire rust nightly toolchain to our build pipeline, as I'm not aware of any way to force the use of one of the NIFs that were built here. Maybe there's a way to do that?

Anyways, thanks for your work on this! 🙏

billylanchantin commented 5 months ago

@mlineen Sorry yes we did hit a snag. We forgot https://github.com/elixir-explorer/explorer/pull/903 was breaking, so we'd either need to do 0.9 or add something for backwards compatibility. https://github.com/elixir-explorer/explorer/pull/924 hopefully fits the bill but we're still working on it.

philss commented 5 months ago

@mlineen we just published a new version :)