Recent Releases of SynopticPy

SynopticPy - 2024.12.0

What's Changed

Full Changelog: https://github.com/blaylockbk/SynopticPy/compare/2024.11.0...2024.12.0

Sustainable Development - Data Catalogs and Interfaces - Python
Published by blaylockbk 7 months ago

SynopticPy - SynopticPy 2024.11.0 -- The Polars Re-write

As promised, I re-wrote SynopticPy from the ground up using Polars.

[!CAUTION]

⚠️ This is a 100% breaking change from the legacy SynopticPy

Why a complete re-write?

  1. I learned lots about Polars.
  2. I had fun re-writing it.
  3. Not perfect, but everything is just organized better.
  4. Extensive testing.
  5. The package is easier to use.
  6. The package will tell users when they use an unexpected parameter.
  7. The returned data as a long-form DataFrame can be efficiently and immediately archived locally with df.write_parquet()

[!TIP]

Check out the updated Documentation: https://synopticpy.readthedocs.io/en/latest/

What's Changed

Full Changelog: https://github.com/blaylockbk/SynopticPy/compare/2024.9.0...2024.11.0

Sustainable Development - Data Catalogs and Interfaces - Python
Published by blaylockbk 8 months ago

SynopticPy - SynopticPy 2024.9.0 -- Last version before a MAJOR upgrade

Dear SynopticPy users,

SynopticPy has helped people load Synoptic's Weather API JSON data into Pandas DataFrames for several years. Originally written in grad school, I still find this tool helpful for my casual weather exploring and my day job. There are things I like about the package and things I don't like and wanted to change. I decided to re-write SynopticPy from the ground up. I have been using the Polars DataFrame library for over a year and LOVE it. Re-writing SynopticPy using Polars was an opportunity for me to apply what I've learned about Polars, gain even more experience using Polars, and get more experience developing a Python library.

Since this is the last version of SynopticPy before I release a MAJOR update, I wanted to close any open commits in this last "legacy" release. I won't add any new features or fixes to the legacy, Pandas-based code (I just don't have that kind of free time). I apologize for any open issues or bugs, but I hope you like what I have coming next. I don't know of many regular users of SynopticPy, but if you do, make sure you pin your dependencies to this specific version if you don't want to use the new Polars-based package.

What's Next?

I'm re-writing SynopticPy using Polars. You can see what I've got so far here:

image

Included in this last "legacy" release

New Contributors

Full Changelog: https://github.com/blaylockbk/SynopticPy/compare/2023.3.0...2024.9.0

Sustainable Development - Data Catalogs and Interfaces - Python
Published by blaylockbk 9 months ago

SynopticPy - SynopticPy 2023.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/blaylockbk/SynopticPy/compare/0.0.7...2023.3.0

Sustainable Development - Data Catalogs and Interfaces - Python
Published by blaylockbk over 2 years ago

SynopticPy - SynopticPy 0.0.7

What's Changed

  • Fixed issue when creating initial config file

Full Changelog: https://github.com/blaylockbk/SynopticPy/compare/0.0.6...0.0.7

Sustainable Development - Data Catalogs and Interfaces - Python
Published by blaylockbk over 3 years ago

SynopticPy - SynopticPy 0.0.6

Changelog

  • Updated config file to TOML format and included additional configurable settings. da51690
  • Adopt Black formatting

Sustainable Development - Data Catalogs and Interfaces - Python
Published by blaylockbk almost 4 years ago

SynopticPy - Welcome to the world, SynopticPy 🎂

Be aware, this is v0.0.5, meaning it is subject to change at my leisure. The purpose of this repository is to serve as an example of how you can access data from the Synoptic API, but I try to keep this package in a workable state that might be useful for you.

📔 Documentation

Sustainable Development - Data Catalogs and Interfaces - Python
Published by blaylockbk over 4 years ago