Releases: JuliaAnimators/Javis.jl
Releases · JuliaAnimators/Javis.jl
v0.5.3
Javis v0.5.3
Closed issues:
- Enable Layers to Have Clear Backgrounds (#344)
- Mismatch in the default position of origin as per javis docs vs Luzor docs. (#351)
- Revolution bug in cosmic dance example (#358)
- [BUG] Error in executing functions in tutorial (#365)
- [BUG] anim_translate feels broken. How to fix? (#367)
Merged pull requests:
- fixing some bugs in the workflow docs (#348) (@Wikunia)
- added example: Earth-Venus cosmic dance (#352) (@Ved-Mahajan)
- fixed cosmic_dance.jl example (#359) (@Ved-Mahajan)
- Luxor ambiguity clarification in howto and tutorial 1 (#361) (@Wikunia)
- Fix link to Luxor tutorial (#366) (@cormullion)
- docstring fix or anim_translate + change when from and to are given (#370) (@Wikunia)
- removed restricting types from act! (#375) (@Wikunia)
v0.5.2
Javis v0.5.2
Closed issues:
Merged pull requests:
- [GSoC'21]Livestreaming support (#337) (@Sov-trotter)
v0.5.1
Javis v0.5.1
Closed issues:
- Pluto Support and Integration (#208)
- Julia 1.6 support (#328)
- [BUG] mp4 Very Choppy (#329)
- Explanation of origin O in Tutorial 1 still not clear (#332)
Merged pull requests:
- Add alignment options to latex text display (#321) (@codejaeger)
- Update docs for latex alignment (#322) (@codejaeger)
- Pluto support (#324) (@Sov-trotter)
- CompatHelper: bump compat for "Images" to "0.24" (#330) (@github-actions[bot])
- Tutorial update to clarify that we use the letter O (#333) (@Wikunia)
- Updated the README to something more recent 🎉 (#336) (@TheCedarPrince)
v0.5.0
Javis v0.5.0
Closed issues:
- Jupyter Support and Integration (#207)
- Make an
:all
Symbol for Frame Ranges (#247) - gif rendering not working (#312)
Merged pull requests:
- Jupyter integration (#288) (@Sov-trotter)
- Added
:all
Symbol to Javis (#303) (@TheCedarPrince) - CompatHelper: bump compat for "ImageIO" to "0.5" (#314) (@github-actions[bot])
- Fix minor typo in tutorials (#317) (@codejaeger)
- Added new line (#318) (@XRFXLP)
- Fixed article in some places in docstrings (#319) (@XRFXLP)
v0.4.0
Javis v0.4.0
Closed issues:
- First tutorial fails with three UndefVarErrors (#308)
Merged pull requests:
- add example projection, fix other examples (#309) (@matbesancon)
- Added new contributors and updated README (#310) (@TheCedarPrince)
- set always_use_return to false in formatter (#311) (@Wikunia)
v0.3.4
v0.3.3
Javis v0.3.3
Closed issues:
- Have a set function similar to change which just sets the value (#279)
Merged pull requests:
v0.3.2
v0.3.1
Javis v0.3.1
Closed issues:
- Polar coordinates on Javis.jl (WARNING BRIGHT COLORS) (#21)
- Allow user to write loop over frames himself by providing a single frame render Javis like function (#92)
- have you looked at KaTeX for math typesetting (#176)
- Better Warnings for Objects without Background (#214)
- ERROR: UndefVarError: Background not defined (#291)
Merged pull requests:
- seperate LaTeXSVG into latexsvgfile.jl (#283) (@ArbitRandomUser)
- Fixed keyword in morph docstring and changed example with
do_action
(#284) (@Wikunia) - Recognized ArbitRandomUser (#285) (@TheCedarPrince)
- Tagbot using issue instead of cron (#289) (@Wikunia)
- Removed ColorTypes dependency (#292) (@Wikunia)
v0.3.0
Javis v0.3.0
Closed issues:
- Animate transposing a matrix (#16)
- Use @action instead of Action (#100)
- Easy Way to Return Current Scale of Object (#156)
- Improve Action Error Messages (#164)
- Workflow Documentation Section (#186)
- Only one docstring for Action and SubAction (#204)
- [BUG] liveview argument not documented (#209)
- [BUG] Rotation doesn't work as expected (#220)
- javis -> render (#227)
- Use the variable instead of the symbol to access position, angle, etc (#229)
- Update tutorials for v0.3 (#232)
- Global frame definition in Action (v0.3) (#235)
- Ability to disable that an action gets called with latest value (#238)
- setopacity() (#240)
- Improve syntax for
Translation
,Scaling
, andRotation
(#245) - Change BackgroundObject -> Background (#248)
- How to update for v0.3 (#251)
- Follow path example update to v0.3 (#252)
- Julia fourier example update for v0.3 (#253)
- Review Tutorial 1 for v0.3.0 (#254)
- Review Tutorial 2 for v0.3.0 (#255)
- Review Tutorial 3 for v0.3.0 (#256)
- Review Tutorial 4 for v0.3.0 (#257)
- Add
change
Syntax to Tutorial 5 for v0.3.0 (#258) - Review Tutorial 6 for v0.3.0 (#259)
- Final v0.3 check (#270)
Merged pull requests:
- [WIP] Feature transpose (#175) (@Wikunia)
- Implementation of render and act (#228) (@Wikunia)
- Working with the variable instead of the id (#230) (@Wikunia)
- Docstrings v0.3 (#237) (@Wikunia)
- Wik feature setopacity (#241) (@Wikunia)
- Ability to disable an action after its last defined frame (#242) (@Wikunia)
- Updated README for contributing section (#243) (@TheCedarPrince)
- Tutorial 1 v0.3 (#244) (@Wikunia)
- Translation -> anim_translate and co + unit tests (#250) (@Wikunia)
- Change BackgroundObject to Background (#261) (@TheCedarPrince)
- Tutorial 1 for v0.3 (#262) (@Wikunia)
- preprocess_frames! function (#263) (@Wikunia)
- Example follow path v0.3 (#264) (@Wikunia)
- Feature global frames (#265) (@Wikunia)
- Addition of Workflow Section to Docs (#266) (@TheCedarPrince)
- Tutorial 6 for v0.3 (#267) (@Wikunia)
- Update Tutorial 2 for v0.3.0 (#268) (@TheCedarPrince)
- HowTo v0.3 (#269) (@Wikunia)
- LaTeX tutorial for v0.3 (#271) (@Wikunia)
- Updated Jarvis (#272) (@Wikunia)
- Warning if no background (#273) (@Wikunia)
- v0.3 Fourier (#274) (@Wikunia)
- V0.3 (#275) (@Wikunia)
- Docstrings for v0.3 (#276) (@Wikunia)
- Warning if action is defined out of object frames (#278) (@Wikunia)
- Redux of tutorial 5 (#280) (@TheCedarPrince)
- Final check v0.3 (#281) (@TheCedarPrince)