Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adesautels-steer/felt-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: felt/felt-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 37 files changed
  • 5 contributors

Commits on Oct 11, 2024

  1. Aaronfraint/create element group (felt#15)

    * post an element group to a Felt map
    
    * add test for `post_element_group` function
    
    * remove notebook outputs
    aaronfraint authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d09c079 View commit details
    Browse the repository at this point in the history
  2. Bump version to v0.0.4 (felt#16)

    bump version to v0.0.4
    arredond authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    80491e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. fix: use the live api endpoint for map updating. (felt#17)

    Co-authored-by: JOVIN CRONIN-WILESMITH <JOVIN@STARTUPARTCLUB.COM>
    jovincroninwilesmith and JOVIN CRONIN-WILESMITH authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    95cc167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c408b61 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Adds Move Map to felt-python (felt#19)

    * add-move-map
    
    * Update move_map function docstring
    
    ---------
    
    Co-authored-by: JOVIN CRONIN-WILESMITH <JOVIN@STARTUPARTCLUB.COM>
    Co-authored-by: arredond <alvaroarredondoparra@gmail.com>
    3 people authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    79d4404 View commit details
    Browse the repository at this point in the history
  2. Bump version to v0.0.6 (felt#20)

    bump version to v0.0.6
    arredond authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    7f12393 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. Add all the latest from the Felt REST API (felt#22)

    * Update with latest Felt REST API
    
    * Update notebooks
    
    * Naming convention
    
    * Add user-agent header
    
    * Add tests
    
    * Add CI
    
    * Accept BASE_URL from env var for testing
    
    * PR feedback
    
    * Fix a few function names
    binaryseed authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    394bc83 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Configuration menu
    Copy the full SHA
    dc02254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdf804e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. Configuration menu
    Copy the full SHA
    0685e3f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Add link to developer docs to Readme (felt#26)

    Add docs link
    binaryseed authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    4bf81dd View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Add duplicate_map, update_layer_group (felt#28)

    * Add duplicate_map, update_layer_group
    
    * Update visibility_interaction enum
    
    * Caption isn't deprecated
    binaryseed authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    108ce43 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Configuration menu
    Copy the full SHA
    7cb2df6 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. Add linting (ruff) and type checking (mypy) (felt#30)

    * Add linting (ruff) and type checking (mypy)
    
    * update dependencies in mypy action
    
    * single action for linting and type checking
    
    * fix linting action
    
    * actually unify lint/type check actions
    
    * ignore notebooks
    
    * some more linting
    arredond authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    fe39644 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Add update_map with additional arguments (felt#31)

    * Add update_map basemap argument
    
    * Add additional arguments
    binaryseed authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    3924874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa07fbb View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. Bump version v0.1.3 (felt#33)

    Bump version 0.1.3
    binaryseed authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    02dffa0 View commit details
    Browse the repository at this point in the history
Loading