Skip to content

Commit

Permalink
Removed the dynamics model for a focused work.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazadi committed Mar 30, 2024
1 parent 253bb24 commit 1ca177a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 295 deletions.
6 changes: 0 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,12 @@ version = "0.1.5"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"

[compat]
CSV = "0.10"
DataFrames = "1.6"
FileIO = "1.16"
GLMakie = "0.9"
DifferentialEquations = "7.13"
ModelingToolkit = "9.9"
Latexify = "0.16"
julia = "1.10"
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ This project helps with Eric Weinstein's the Graph-Wall-Tome (GWT) project. Watc
## Requirements
- CSV v0.10.13
- DataFrames v1.6.1
- DifferentialEquations v7.13.0
- FileIO v1.16.3
- GLMakie v0.9.9
- Latexify v0.16.2
- ModelingToolkit v9.9.0


## Installation
Expand Down
286 changes: 0 additions & 286 deletions models/dynamics.jl

This file was deleted.

2 comments on commit 1ca177a

@iamazadi
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/103902

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.5 -m "<description of version>" 1ca177a774d8ca2100295cac4d95c4882bd959cc
git push origin v0.1.5

Please sign in to comment.