Releases: TyberiusPrime/anysnake2
Releases · TyberiusPrime/anysnake2
1.0.6 - multiple input flakes
Flake inputs weren't sorted,
leading to unfortunaty rebuilds.
That's been fixed.
Allow ?rev=xyz on clone urls
Cloning now supports checkout of arbitrary versions
1.0.4 - ?dir in flakes
This fixes a bug where you couldn't specify a flake in a github repo's subdirectory via
url="github:user/repo?dir=path" because it was adding ?rev= instead of &rev=.
1.0.3
No longer rebuild rpy2 because an R package was added / removed
No-python-only-R
a bug prevented only-R anysnake2.tomls from working correctly.
This has been fixed.
1.0.1 - R fix
Fixed rpy2 pulling nixpkg-rPackages instead of using the correct ones from r_ecosystem_track.
1.0 release!
All the features we are aiming for are in place,
and we've added some integration test cases.
So this is as good a time to release the 1.0.0 as any.
0.9
- use r_ecosystem_track for R packages (at last!)
- newer mach-nix that avoids the DavHau/mach-nix#287 bug.
jupyter support, dtach fixes, tmux/screen support, pip editable fixes
Lot's of minor tweaks,
- detect Jupyter and irkernel (R side) and link correctly
- dtach no longer eating one page worth of terminal
- autodetect tmux/screen, then don't dtach
- pip editable correctly works without clones
- better python version parsing
0.7.1
- editable python packages also present in 'develop'
- works again without python & rust being used
- autodetect tmux & screen, if so, don't use dtach
- sysexit codes
- dtach no longer 'eating' the nix command being used
- jupyter detection and kernel placement for python and R